﻿.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 #CCC;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#CCC;
	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: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; }

input, textarea { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video, iframe { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.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: #143D93 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #143D93 !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: #143D93 !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; }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 24px; border: 1px solid #ccc; }

.table table td { border: 1px solid #ccc; padding: 8px 3px; }

@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-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: middle; border: solid 1px #E5E5E5; background-color: #fff; color: #333; min-width: 42px; height: 36px; line-height: 34px; margin: 0 6px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev { min-width: 76px; }

.page a.next { min-width: 76px; }

.page a:hover, .page a.page-active { border-color: #143D93; background-color: #143D93; color: #FFFFFF; }

@media only screen and (max-width: 1219px) { .page a { height: 30px; line-height: 28px; min-width: 35px; font-size: 14px; font-size: 1.4rem; margin: 0 2px 10px; }
  .page a.prev { min-width: 66px; }
  .page a.next { min-width: 66px; } }

.page .add-form { margin-bottom: 10px; display: inline-block; vertical-align: middle; background: url(../images/af-bg.png) no-repeat right center; padding-right: 23px; margin-left: 17px; }

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; letter-spacing: 0.5px; text-align: center; min-width: 180px; padding: 0 5px; height: 36px; line-height: 36px; background-color: #143D93; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #000; }

@media only screen and (max-width: 1219px) { .page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; min-width: 160px; padding: 0 10px; height: 30px; line-height: 30px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 53px; }

.contact-pc li { position: relative; width: 100%; height: 53px; margin-bottom: 1px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 53px; cursor: pointer; background: #d8d8d8; }

.contact-pc li a:hover { background-color: #143D93; }

.contact-pc li .iconfont { color: #fff; }

.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 .iconfont { font-size: 26px; font-size: 2.6rem; }

.c2 .iconfont { font-size: 24px; font-size: 2.4rem; }

.c3 .iconfont { font-size: 24px; font-size: 2.4rem; }

.c4 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c5 .iconfont { font-size: 22px; font-size: 2.2rem; }

.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; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; background: #d8d8d8; }

.contact-phone li a:hover { background-color: #143D93; }

.contact-phone li .iconfont { color: #fff; }

.contact-phone li .ewm { position: absolute; bottom: 50px; right: 50%; margin-right: -60px; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

/*back-top*/
@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.77); }
  20% { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.77); }
  50% { box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.77); }
  75% { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.77); }
  100% { box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.77); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 50px; height: 50px; line-height: 46px; border: solid 2px #fff; background-color: #143D93; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }

.back-top .iconfont { font-size: 25px; font-size: 2.5rem; color: #fff; position: relative; }

@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: 14px; font-size: 1.4rem; color: #333; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: solid 1px #ccc; padding-top: 38px; font-size: 16px; font-size: 1.6rem; }

.m-oths a { color: #393939; }

.m-oths a:hover { color: #143D93; }

.m-oths .oths-item { line-height: 30px; margin-bottom: 14px; }

.m-oths .item-btn { width: 86px; height: 30px; line-height: 28px; border: solid 1px #ccc; color: #333; display: inline-block; text-align: center; margin-right: 15px; font-size: 14px; font-size: 1.4rem; float: left; }

.m-oths .item-info { overflow: hidden; line-height: 24px; padding: 3px 0; }

@media screen and (max-width: 999px) { .m-oths { padding-top: 30px; }
  .m-oths .item-btn { margin-right: 10px; } }

@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; }
  .m-oths .item-btn { width: 66px; height: 26px; line-height: 24px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background: url(../images/bread.jpg) no-repeat center; background-size: cover; min-height: 196px; padding: 66px 0 30px; text-align: center; }

@media screen and (max-width: 999px) { .bread { min-height: auto; padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .bread { padding: 30px 0; } }

.bread .item-title { font-weight: bold; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; }

@media screen and (max-width: 1219px) { .bread .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 999px) { .bread .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .bread .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 640px) { .bread .item-title { font-size: 20px; font-size: 2rem; } }

.bread .item-subt { text-transform: uppercase; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 13px; }

@media screen and (max-width: 999px) { .bread .item-subt { margin-top: 10px; } }

@media screen and (max-width: 767px) { .bread .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

.bread, .bread a { color: #fff; }

.bread a:hover, .bread .active { color: #143D93; }

/*-------------bread end-------------------------------------------------------------------*/
.search { position: relative; margin-top: 45px; }

@media screen and (max-width: 1219px) { .search { margin-top: 38px; } }

@media screen and (max-width: 999px) { .search { margin: 0; position: absolute; top: 20px; right: 10px; } }

@media screen and (max-width: 767px) { .search { margin: 0; position: absolute; top: 5px; right: 40px; } }

.search .search-icon { cursor: pointer; display: block; width: 32px; height: 32px; border-radius: 5px; background-color: #fff; text-align: center; line-height: 32px; color: #143D93; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 999px) { .search .search-icon { width: 26px; height: 26px; line-height: 26px; background-color: #143D93; color: #fff; font-size: 16px; font-size: 1.6rem; } }

.search .search-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ display: none; overflow: hidden; position: absolute; top: 40px; right: 0; z-index: 999; width: 250px; height: 52px; border-radius: 2px; border: solid 1px #BFBFBF; background-color: #FFFFFF; cursor: pointer; }

.search .search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

.search .search-box :-o-placeholder { color: #666; opacity: 1; }

.search .search-box ::-moz-placeholder { color: #666; opacity: 1; }

.search .search-box :-ms-input-placeholder { color: #666; opacity: 1; }

@media screen and (max-width: 999px) { .search .search-box { top: 32px; } }

@media screen and (max-width: 767px) { .search .search-box { top: 28px; } }

.search .search-box .iconfont { font-size: 18px; font-size: 1.8rem; color: #fff; position: absolute; background-color: #143D93; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 5px; top: 50%; margin-top: -15px; z-index: -1; }

.search .search-box .item-input { position: absolute; top: 10px; bottom: 10px; left: 0; width: 100%; line-height: 30px; padding: 0 40px 0 9px; color: #666; }

.search .search-box .item-submit { position: absolute; width: 30px; bottom: 10px; top: 10px; right: 5px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { background-color: #EFEFEF; position: relative; }

.header .h-top { padding: 14px 0 9px; background:#fff}

@media screen and (max-width: 1219px) { .header .h-top { padding: 15px 0 9px; } }

@media screen and (max-width: 999px) { .header .h-top { padding-right: 30px; } }

@media screen and (max-width: 767px) { .header .h-top { display: none; } }

.header .h-top .item-p { float: right; margin-left: 25px; font-size: 0; letter-spacing: 0; }

.header .h-top .item-p .iconfont { width: 42px; height: 42px; border-radius: 50%; border: solid 1px #E95512; text-align: center; line-height: 42px; font-size: 26px; font-size: 2.6rem; color: #E95512; margin-right: 24px; display: inline-block; vertical-align: middle; }

.header .h-top .item-p .item-info { display: inline-block; vertical-align: middle; margin-top: -11px; }

.header .h-top .item-p .item-info .p1 { color: #E6212A; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; font-family: "OpenSans-Bold"; }

.header .h-top .item-p .item-info .p2 { font-size: 18px; font-size: 1.8rem; }

.header .h-top .item-p a:hover { color: #FF0000; }

@media screen and (max-width: 1219px) { .header .h-top .item-p .item-info { margin: 0; }
  .header .h-top .item-p .iconfont { margin-right: 10px; } }

@media screen and (max-width: 999px) { .header .h-top .item-p .iconfont { width: 30px; height: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; }
  .header .h-top .item-p .item-info .p1 { font-size: 14px; font-size: 1.4rem; }
  .header .h-top .item-p .item-info .p2 { font-size: 14px; font-size: 1.4rem; } }

.header .h-top .item-keywords { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-size: 1.4rem; line-height: 36px; }

.header .h-top .item-keywords, .header .h-top .item-keywords a { color: #666; }

.header .h-top .item-keywords a:hover { color: #FF0000; }

.header .h-bot { background: url(../images/bg1.png) no-repeat center; }

@media screen and (max-width: 1219px) { .header .h-bot { background-position-x: 33.5%; } }

@media screen and (max-width: 1119px) { .header .h-bot { background-position-x: 35.5%; } }

@media screen and (max-width: 999px) { .header .h-bot { background-image: none; }
  .header .h-bot .wp { width: 100%; } }

.header .logo { float: left; display: block; margin: 10px 0 23px -5px; width: 234px; }

@media screen and (max-width: 1219px) { .header .logo { margin: 0 0 10px; } }

@media screen and (max-width: 999px) { .header .logo { width: 180px; float: none; margin: 10px auto 10px; } }

@media screen and (max-width: 767px) { .header .logo { width: 160px; float: none; margin-top: 30px; } }

.header .navlist { float: right; margin-top: 37px; margin-right: 8px; font-size: 0; letter-spacing: 0; font-family: "TrebuchetMS"; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 8px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { display: block; position: relative; font-size: 18px; font-size: 1.8rem; text-align: center; line-height: 24px; padding: 10px 0 11px; min-width: 84px; margin: 0 15px; color: #fff; -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }

.header .navlist > li > a:before, .header .navlist > li > a:after { position: absolute; content: ''; top: 0; display: none; }

.header .navlist > li > a:before { left: -15px; border-right: 15px solid #fff; border-top: solid 45px transparent; }

.header .navlist > li > a:after { right: -15px; border-left: 15px solid #fff; border-bottom: solid 45px transparent; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #143D93; background-color: #fff; }

.header .navlist > li.nav-active > a:before, .header .navlist > li.nav-active > a:after, .header .navlist > li:hover > a:before, .header .navlist > li:hover > a:after { display: block; }

@media screen and (max-width: 1219px) { .header .navlist { margin-top: 30px; }
  .header .navlist > li { margin-left: 0; }
  .header .navlist > li > a { min-width: auto; } }

@media screen and (max-width: 999px) { .header .navlist { background-color: #143D93; width: 100%; margin-top: 0; padding: 0 2.5%; text-align: center; }
  .header .navlist > li { margin-left: 18px; padding: 10px 0; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; margin: 0; padding: 5px 20px; }
  .header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #143D93; background-color: #fff; }
  .header .navlist > li.nav-active > a:before, .header .navlist > li.nav-active > a:after, .header .navlist > li:hover > a:before, .header .navlist > li:hover > a:after { display: none; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 5px; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 260px; left: 50%; margin-left: -120px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; border-top: solid 4px transparent; }

.header .yiji li { position: relative; text-align: left; background-color: #fff; }

.header .yiji li:first-child { border-top: solid 10px transparent; }

.header .yiji li:last-child { border-bottom: solid 10px transparent; }

.header .yiji li > a { display: block; line-height: 24px; padding: 6px 20px 6px; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { color: #143D93; }

.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

@media screen and (max-width: 999px) { .header .yiji li:first-child { border-top: solid 10px transparent; }
  .header .yiji li:last-child { border-bottom: solid 10px transparent; }
  .header .yiji li > a { padding: 3px 15px; } }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; border-left: solid 1px transparent; width: 240px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

/* 767 navlist1 */
.navlist1 { display: none; background-color: #143D93; margin: 0 auto; padding: 5px; }

.navlist1 > li { float: left; width: 25%; text-align: center; }

.navlist1 > li > a { display: block; position: relative; line-height: 24px; color: #fff; padding: 3px 0; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { background-color: #fff; color: #143D93; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #fff; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #fff; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #fff; opacity: 1; }

/* Internet Explorer 10+ */
.footer { overflow: hidden; background: #143D93 \9; background: -webkit-linear-gradient(#134095, #172A88); background: -webkit-gradient(linear, left top, left bottom, from(#134095), to(#172A88)); background: -moz- oldlinear-gradient(#134095, #172A88); background: linear-gradient(#134095, #172A88); position: relative; }

.footer, .footer a { color: #fff; }

.footer a:hover { color: #FF0000; }

.footer .f-top { position: relative; padding: 50px 0 33px; line-height: 30px; }

.footer .f-top .footer-title { margin-top: 25px; margin-bottom: 34px; font-size: 20px; font-size: 2rem; text-transform: uppercase; }

.footer .f-top .footer-title, .footer .f-top .footer-title a { color: #FBFBFB; }

.footer .f-top .footer-title a:hover { color: #FF0000; }

.footer .f-top .flist1 { float: left; width: 452px; padding-right: 75px; }

.footer .f-top .flist1 .logo1 { display: block; margin-bottom: 19px; }

.footer .f-top .flist1 ul { line-height: 23px; }

.footer .f-top .flist1 ul p { min-height: 9px; }

.footer .f-top .flist1 ul li { margin-bottom: 7px; }

.footer .f-top .flist1 ul .iconfont { float: left; color: #fff; margin-right: 7px; }

.footer .f-top .flist1 ul .item-body { overflow: hidden; }

.footer .f-top .flist2 { float: left; width: 180px; padding-right: 15px; }

.footer .f-top .flist3 { width: 506px; float: right; }

.footer .f-top .flist3 .footer-title { margin-left: 11px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 350px; padding-right: 15px; }
  .footer .f-top .flist2 { width: 150px; padding-right: 15px; }
  .footer .f-top .flist3 { width: 477px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1 { width: 60%; }
  .footer .f-top .flist2 { width: 40%; }
  .footer .f-top .flist3 { width: 100%; } }

@media screen and (max-width: 767px) { .footer .f-top { display: none; } }

.footer .f-follow { font-size: 0; letter-spacing: 0; }

.footer .f-follow a { display: inline-block; vertical-align: top; margin-right: 15px; }

.footer .f-follow .iconfont { font-size: 20px; font-size: 2.0rem; color: #fff; display: block; position: relative; }

.footer .f-bot { position: relative; background-color: #333333; padding: 17px 0 18px; line-height: 28px; }

.footer .f-bot, .footer .f-bot a { color: #e5e5e5; }

.footer .f-bot a:hover { color: #FF0000; }

.footer .f-bot .copyright img { margin-left: 5px; }

.footer .f-bot .f-follow { display: none; }

.footer .f-bot .links a { margin-right: 30px; display: inline-block; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 15px 0 15px; line-height: 22px; }
  .footer .f-bot .f-follow { margin: 0 0 10px; display: none; }
  .footer .f-bot .f-follow a { float: none; }
  .footer .f-bot .links { display: none; } }

.f-form { max-width: 506px; padding-top: 6px; }

@media screen and (max-width: 999px) { .f-form { padding-top: 0; } }

.f-form .fstar { background: url(../images/star.png) no-repeat 7px 15px; }

.f-form .item-input, .f-form .item-input1 { margin-bottom: 17px; padding-left: 22px; position: relative; }

.f-form .item-input { width: 47.82609%; }

.f-form .item-input1 { width: 100%; }

.f-form input, .f-form textarea { color: #fff; font-size: 14px; font-size: 1.4rem; border: solid 1px #BFBFBF; width: 100%; padding-left: 15px; padding-right: 15px; }

.f-form input { height: 35px; line-height: 33px; }

.f-form textarea { height: 76px; display: block; padding-top: 10px; padding-bottom: 7px; }

.f-form .code-input { float: left; width: 160px; margin-right: 20px; }

@media screen and (max-width: 1219px) { .f-form .code-input { margin-right: 10px; width: 150px; } }

.f-form .code-img { float: left; }

.f-form .code-img img { display: block; cursor: pointer; }

.f-form .code-btn { float: right; width: 144px; height: 35px; line-height: 33px; background-color: #143D93; color: #fff; font-size: 18px; font-size: 1.8rem; border: 0; }

.f-form .code-btn:hover { background-color: #FF0000; color: #fff; }

.f-form .item-btnbox { width: 144px; position: relative; margin-top: 25px; }

@media screen and (max-width: 999px) { .f-form .item-btnbox { margin-top: 0; } }

.f-form .item-btnbox .item-submit { width: 100%; height: 35px; position: relative; z-index: 2; display: block; border: 0; background-color: transparent; cursor: pointer; }

.f-form .item-btnbox .item-btn { cursor: pointer; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; line-height: 38px; background-color: #fff; height: 35px; font-size: 18px; font-size: 1.8rem; color: #143D93; text-transform: uppercase; text-align: center; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.f-form .item-btnbox .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; margin-left: 5px; position: relative; vertical-align: middle; top: -2px; }

@media screen and (max-width: 999px) { .f-form .item-btnbox .item-btn { font-size: 16px; font-size: 1.6rem; }
  .f-form .item-btnbox .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; } }

.f-form .item-btnbox:hover .item-btn { background-color: #FF0000; color: #fff; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-family: "TrebuchetMS-Bold"; font-size: 42px; font-size: 4.2rem; }

.index-title a { display: block; }

.index-title a:hover { color: #143D93; }

@media screen and (max-width: 1219px) { .index-title { font-size: 36px !important; font-size: 3.6rem !important; } }

@media screen and (max-width: 999px) { .index-title { font-size: 30px !important; font-size: 3rem !important; } }

@media screen and (max-width: 767px) { .index-title { font-size: 24px !important; font-size: 2.4rem !important; } }

/* index-title end */
/* index-about start */
.index-about { padding: 135px 0 128px; }

@media screen and (max-width: 1419px) { .index-about { padding: 90px 0; } }

@media screen and (max-width: 1219px) { .index-about { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0; } }

.index-about .img-box { float: left; width: 917px; margin-right: 4.16667%; }

@media screen and (max-width: 1619px) { .index-about .img-box { margin-right: 2.60417%; width: 750px; } }

@media screen and (max-width: 1419px) { .index-about .img-box { width: 650px; } }

@media screen and (max-width: 1219px) { .index-about .img-box { width: 550px; } }

@media screen and (max-width: 999px) { .index-about .img-box { float: none; max-width: 917px; width: 95%; margin: 0 auto 30px; } }

.index-about .img-box .big-img { display: block; overflow: hidden; }

.index-about .img-box .big-img img { display: block; margin: 0 auto; width: 100%; max-width: 917px; }

.index-about .img-box .img-list { margin-top: 32px; font-size: 0; letter-spacing: 0; text-align: right; }

@media screen and (max-width: 767px) { .index-about .img-box .img-list { margin-top: 12px; text-align: center; } }

.index-about .img-box .img-list li { display: inline-block; vertical-align: top; width: 21.81025%; margin-left: 2.83533%; opacity: 0.4; filter: Alpha(opacity=40); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-about .img-box .img-list li.active { opacity: 1; filter: Alpha(opacity=100); }

@media screen and (max-width: 767px) { .index-about .img-box .img-list li { width: 23.5%; margin-left: 2%; }
  .index-about .img-box .img-list li:first-child { margin-left: 0; } }

.index-about .img-box .img-list .item-pic { width: 100%; cursor: pointer; }

.index-about .img-box .img-list .item-pic img { display: block; margin: 0 auto; max-width: 917px; width: 100%; }

.index-about .box-item .index-title { font-size: 48px; font-size: 4.8rem; margin-top: 43px; }

@media screen and (max-width: 1619px) { .index-about .box-item .index-title { margin-top: 0; } }

@media screen and (max-width: 1419px) { .index-about .box-item .index-title { font-size: 42px; font-size: 4.2rem; } }

.index-about .box-item .item-title { margin-top: 67px; font-size: 24px; font-size: 2.4rem; font-family: "TrebuchetMS-Bold"; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; position: relative; padding-bottom: 27px;text-transform:uppercase}

.index-about .box-item .item-title:before { position: absolute; content: ''; width: 67px; height: 4px; background-color: #143D93; left: 0; bottom: 0; }

.index-about .box-item .item-title a:hover { color: #FF0000 !important; }

@media screen and (max-width: 1619px) { .index-about .box-item .item-title { margin-top: 20px; } }

@media screen and (max-width: 1419px) { .index-about .box-item .item-title { padding-bottom: 20px; } }

@media screen and (max-width: 1219px) { .index-about .box-item .item-title { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-title { margin-top: 15px; padding-bottom: 15px; } }

.index-about .box-item .item-desc { margin-top: 43px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 270px; }

.index-about .box-item .item-desc, .index-about .box-item .item-desc a { color: #143D93; }

.index-about .box-item .item-desc a:hover { color: #FF0000 !important; }

@media screen and (max-width: 1419px) { .index-about .box-item .item-desc { margin-top: 20px; height: 240px; } }

@media screen and (max-width: 1219px) { .index-about .box-item .item-desc { line-height: 26px; height: 208px; } }

@media screen and (max-width: 999px) { .index-about .box-item .item-desc { height: auto; max-height: 208px; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 192px; } }

.index-about .box-item .item-btn { margin-top: 36px; display: inline-block; text-align: center; min-width: 278px; border-radius: 10px 0 10px 0; background-color: #143D93; color: #fff; font-size: 18px; font-size: 1.8rem; padding: 2px 5px 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-about .box-item .item-btn .iconfont { font-size: 56px; font-size: 5.6rem; vertical-align: middle; margin-left: 10px; position: relative; top: -1px; }

.index-about .box-item .item-btn:hover { background-color: #FF0000; border-radius: 0 10px; }

@media screen and (max-width: 1419px) { .index-about .box-item .item-btn { min-width: 200px; }
  .index-about .box-item .item-btn .iconfont { font-size: 40px; font-size: 4rem; margin-left: 5px; } }

@media screen and (max-width: 1219px) { .index-about .box-item .item-btn { margin-top: 28px; min-width: 160px; padding: 5px; font-size: 16px; font-size: 1.6rem; }
  .index-about .box-item .item-btn .iconfont { font-size: 30px; font-size: 3rem; margin-left: 5px; } }

@media screen and (max-width: 767px) { .index-about .box-item .item-btn { min-width: 140px; padding: 3px 5px; font-size: 14px; font-size: 1.4rem; }
  .index-about .box-item .item-btn .iconfont { font-size: 26px; font-size: 2.6rem; margin-left: 3px; } }

/* index-about end */
/* index-probox start */
.index-probox { margin-bottom: 85px; }

.index-probox .hot-img { bottom: 40px !important; }

@media screen and (max-width: 999px) { .index-probox .hot-img { bottom: 0 !important; } }

@media screen and (max-width: 1219px) { .index-probox { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-probox { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox { margin-bottom: 30px; } }

.index-probox .index-title { margin-bottom: 83px; font-size: 48px; font-size: 4.8rem; }

@media screen and (max-width: 1219px) { .index-probox .index-title { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-probox .index-title { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox .index-title { margin-bottom: 30px; } }

.index-probox .box-img { overflow: hidden; margin-bottom: 110px; }

.index-probox .box-img img { display: block; margin: 0 auto; max-width: 1920px; width: 100%; }

@media screen and (max-width: 1219px) { .index-probox .box-img { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-probox .box-img { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox .box-img { margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .index-probox .box-img { margin-bottom: 20px; } }

.index-probox .box-list { font-size: 0; letter-spacing: 0; }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 32.58333%; margin-right: 1.125%; margin-bottom: 13px; position: relative; overflow: hidden; }

.index-probox .box-list .list-item:hover .item-subt { bottom: -999px; }

.index-probox .box-list .list-item:hover .item-backdrop { bottom: 0; }

@media screen and (max-width: 999px) { .index-probox .box-list .list-item { width: 31.33%; margin: 0 1% 20px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { width: 48%; margin-bottom: 15px; } }

@media screen and (max-width: 400px) { .index-probox .box-list .list-item { width: 98%; } }

.index-probox .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 610px; }

.index-probox .box-list .item-subt { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #333; background-color: rgba(51, 51, 51, 0.75); font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 6.90537%; -webkit-transition: all .8s; -o-transition: all .8s; -moz-transition: all .8s; transition: all .8s; }

.index-probox .box-list .item-subt, .index-probox .box-list .item-subt a { color: #fff; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-subt { display: none; } }

.index-probox .box-list .item-backdrop { position: absolute; height: 100%; bottom: 999px; left: 0; width: 100%; background-color: #143D93; background-color: rgba(20, 61, 147, 0.75); -webkit-transition: all .8s; -o-transition: all .8s; -moz-transition: all .8s; transition: all .8s; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-backdrop { position: relative; top: auto; height: auto; bottom: auto; left: auto; } }

.index-probox .box-list .item-body { text-align: center; padding: 0 14.0665%; position: absolute; top: 50%; left: 0; width: 100%; margin-top: -73px; }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-body { padding: 0 4.91803%; margin-top: -62px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-body { position: relative; top: auto; height: auto; bottom: auto; left: auto; margin: 0; padding: 15px 10px; } }

.index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; }

.index-probox .box-list .item-title, .index-probox .box-list .item-title a { color: #fff; }

.index-probox .box-list .item-title a:hover { color: #FF0000 !important; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.index-probox .box-list .item-desc { margin-top: 23px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 96px; }

.index-probox .box-list .item-desc, .index-probox .box-list .item-desc a { color: #fff; }

.index-probox .box-list .item-desc a:hover { color: #FF0000 !important; }

@media screen and (max-width: 1419px) { .index-probox .box-list .item-desc { margin-top: 15px; line-height: 24px; height: 96px; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-desc { margin-top: 5px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-desc { line-height: 20px; height: 80px; } }

/* index-probox end */
/* index-news start */
.index-news { margin-bottom: 103px; }

@media screen and (max-width: 1219px) { .index-news { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-news { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-news { margin-bottom: 30px; } }

.index-news .ex-scroll { float: right; width: 930px; margin-left: 2.44792%; margin-top: 37px; position: relative; z-index: 0; }

@media screen and (max-width: 1419px) { .index-news .ex-scroll { margin-top: 38px; width: 800px; margin-left: 1.5625%; } }

@media screen and (max-width: 1219px) { .index-news .ex-scroll { width: 650px; } }

@media screen and (max-width: 999px) { .index-news .ex-scroll { float: none; width: 95%; margin: 30px auto 0; } }

.index-news .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.index-news .ex-scroll .box-list { width: 10000%; }

.index-news .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; font-size: 0; letter-spacing: 0; }

.index-news .ex-scroll .box-list .item-pic { width: 100%; }

.index-news .ex-scroll .box-list .item-pic img { display: block; margin: 0 auto; max-width: 930px; width: 100%; }

.index-news .ex-scroll .box-page { font-size: 0; letter-spacing: 0; text-align: right; position: absolute; bottom: 15px; width: 100%; left: 0; padding-right: 16.12903%; }

.index-news .ex-scroll .box-page .page-item { margin: 0 3px; display: inline-block; vertical-align: top; width: 14px; height: 14px; background: url(../images/dot.png) no-repeat center; background-size: contain; }

.index-news .ex-scroll .box-page .page-item.active { background: url(../images/dot1.png) no-repeat center; background-size: contain; }

@media screen and (max-width: 999px) { .index-news .ex-scroll .box-page .page-item { width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .index-news .ex-scroll .box-page { bottom: 10px; }
  .index-news .ex-scroll .box-page .page-item { width: 10px; height: 10px; } }

@media screen and (max-width: 640px) { .index-news .ex-scroll .box-page { bottom: 8px; }
  .index-news .ex-scroll .box-page .page-item { margin: 0 2px; width: 8px; height: 8px; } }

.index-news .news-list { padding-top: 23px; }

@media screen and (max-width: 999px) { .index-news .news-list { padding-top: 15px; } }

.index-news .news-list .list-item { background-color: #F7F7F7; margin-top: 15px; border-top-left-radius: 50px; padding: 35px 1.66667% 14px; overflow: hidden; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-news .news-list .list-item:hover { background-color: #143D93; }

.index-news .news-list .list-item:hover .item-title, .index-news .news-list .list-item:hover .item-title a, .index-news .news-list .list-item:hover .item-desc, .index-news .news-list .list-item:hover .item-desc a, .index-news .news-list .list-item:hover .item-btn, .index-news .news-list .list-item:hover .item-btn a { color: #FFF !important; }

.index-news .news-list .list-item:hover .item-btn { color: #FFF; border-bottom-color: #fff; }

@media screen and (max-width: 1419px) { .index-news .news-list .list-item { padding-top: 25px; } }

@media screen and (max-width: 1219px) { .index-news .news-list .list-item { border-top-left-radius: 30px; padding-top: 12px; } }

@media screen and (max-width: 999px) { .index-news .news-list .list-item { padding: 12px 10px 14px; } }

.index-news .news-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.index-news .news-list .item-desc { margin-top: 19px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; }

.index-news .news-list .item-desc, .index-news .news-list .item-desc a { color: #333; }

@media screen and (max-width: 1419px) { .index-news .news-list .item-desc { margin-top: 10px; } }

@media screen and (max-width: 1219px) { .index-news .news-list .item-desc { margin-top: 5px; line-height: 20px; height: 40px; } }

.index-news .news-list .item-date { margin-top: 25px; color: #999; line-height: 20px; }

.index-news .news-list .item-date .iconfont { margin-right: 6px; }

@media screen and (max-width: 1419px) { .index-news .news-list .item-date { margin-top: 15px; } }

@media screen and (max-width: 1219px) { .index-news .news-list .item-date { margin-top: 10px; } }

.index-news .news-list .item-btn { margin-top: 25px; overflow: hidden; display: inline-block; color: #143D93; line-height: 18px; border-bottom: solid 2px #143D93; }

@media screen and (max-width: 1419px) { .index-news .news-list .item-btn { margin-top: 15px; } }

@media screen and (max-width: 1219px) { .index-news .news-list .item-btn { margin-top: 10px; } }

/* index-news end */
/* index-contact start */
.index-contact { text-align: center; margin-bottom: 91px; }

@media screen and (max-width: 1219px) { .index-contact { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-contact { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-contact { margin-bottom: 30px; } }

.index-contact .item-title { font-size: 25px; font-size: 2.5rem; text-transform: uppercase; margin-bottom: 13px; }

@media screen and (max-width: 767px) { .index-contact .item-title { font-size: 20px; font-size: 2rem; } }

.index-contact .item-desc { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .index-contact .item-desc { margin-bottom: 25px; } }

.index-contact .box-form { text-align: center; }

.index-contact .box-form input, .index-contact .box-form textarea { display: block; border: solid 1px #aaa; background-color: #fff; font-size: 12px; font-size: 1.2rem; padding: 0 14px; color: #666; width: 100%; }

.index-contact .box-form input { height: 34px; line-height: 32px; }

.index-contact .box-form textarea { height: 120px; padding-top: 9px; padding-bottom: 9px; }

.index-contact .box-form .item-row { font-size: 0; letter-spacing: 0; margin-bottom: 19px; }

.index-contact .box-form .item-row > div { display: inline-block; vertical-align: top; }

.index-contact .box-form .item-subt { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 34px; margin-right: 11px; }

.index-contact .box-form .item-input { width: 434px; }

.index-contact .box-form .item-textarea { width: 700px; }

.index-contact .box-form .item-submit { width: 110px; height: 28px; line-height: 28px; text-align: center; background-color: #FF0000; color: #fff; border: 0; border-radius: 5px 0 5px 0; font-size: 12px; font-size: 1.2rem; margin: 5px auto 0; }

.index-contact .box-form .item-btnbox { width: 110px; position: relative; margin: 24px auto 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-contact .box-form .item-btnbox .item-submit { width: 100%; height: 28px; position: relative; z-index: 2; display: block; border: 0; background-color: transparent; cursor: pointer; }

.index-contact .box-form .item-btnbox .item-btn { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 28px; line-height: 28px; text-align: center; background-color: #FF0000; color: #fff; border: 0; border-radius: 5px 0 5px 0; font-size: 14px; font-size: 1.4rem; text-transform: uppercase; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; cursor: pointer; }

.index-contact .box-form .item-btnbox .item-btn .iconfont { margin-left: 3px; display: inline-block; vertical-align: middle; position: relative; top: -2px; }

.index-contact .box-form .item-btnbox:hover .item-btn { background-color: #143D93; border-radius: 0 5px; }

@media screen and (max-width: 999px) { .index-contact .box-form .item-textarea { width: 600px; } }

@media screen and (max-width: 767px) { .index-contact .box-form .item-subt { float: left; width: 70px; text-align: right; }
  .index-contact .box-form .item-input, .index-contact .box-form .item-textarea { width: auto; overflow: hidden; display: block !important; } }

@media screen and (max-width: 400px) { .index-contact .box-form .item-subt { width: 100%; float: none; text-align: left; } }

/* index-contact end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 47px 0 85px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 45px 0 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 45px 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0 30px; } }

/*-------------1-1-products start----------------------------------------------------------*/
.main .box-slide { width: 284px; }

@media screen and (max-width: 999px) { .main .box-slide { width: 100%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .main .box-slide { margin-top: 30px; } }

.main .box-main { width: 856px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 660px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; } }

/* .pro1-list start */
.pro1-list { padding-bottom: 49px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .pro1-list { padding-bottom: 20px; } }

@media screen and (max-width: 999px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 47.66355%; margin-right: 4.6729%; margin-bottom: 47px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 48%; margin: 0 1% 30px; } }

@media screen and (max-width: 380px) { .pro1-list .list-item { width: 98%; margin-bottom: 20px; } }

.pro1-list .item-pic { width: 100%; position: relative; }

.pro1-list .item-pic img { display: block; margin: 0 auto; max-width: 610px; width: 100%; }

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 17px; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.pro1-list .item-desc { margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; }

.pro1-list .item-desc, .pro1-list .item-desc a { color: #333; }

@media screen and (max-width: 767px) { .pro1-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 640px) { .pro1-list .item-desc { line-height: 22px; height: 44px; } }

.pro1-list .item-btnbox { margin-top: 18px; font-size: 0; letter-spacing: 0; }

.pro1-list .item-btnbox input { display: inline-block; vertical-align: middle; margin-right: 23px; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox { margin-top: 15px; }
  .pro1-list .item-btnbox input { margin-right: 10px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 10px; } }

.pro1-list .item-btn { text-align: center; display: inline-block; vertical-align: middle; min-width: 149px; line-height: 24px; padding: 9px 10px 6px; border-radius: 5px; border: solid 1px #ADADAD; font-size: 16px; font-size: 1.6rem; color: #333; }

.pro1-list .item-btn:hover { border-color: #143D93; background-color: #143D93; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 110px; font-size: 14px; font-size: 1.4rem; padding: 3px 10px; } }

/* .pro1-list end */
.proslide .slide-title { display: none; font-size: 20px; font-size: 2rem; font-family: "TrebuchetMS-Bold"; text-align: center; text-transform: uppercase; background-color: #143D93; margin-bottom: 3px; position: relative; }

.proslide .slide-title, .proslide .slide-title a { color: #fff; }

.proslide .slide-title a { display: block; padding: 8px 40px; line-height: 26px; }

.proslide .slide-title:hover { background-color: #333; }

.proslide .slide-title:hover, .proslide .slide-title:hover a { color: #fff; }

.proslide .slide-title.slide-title1 { display: none; }

@media screen and (max-width: 767px) { .proslide .slide-title { display: block; } }

.slidenav-list > li { margin-bottom: 2px; }

.slidenav-list > li > a { width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 11px 19px; background-color: #D2D2D2; display: block; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 767px) { .slidenav-list > li > a { padding-top: 8px; padding-bottom: 8px; } }

.slidenav-list > li:hover > a, .slidenav-list > li.snav-active > a { background-color: #143D93 !important; color: #FFFFFF; }

.snav-yiji { padding: 14px 0 2px; background-color: #F7F7F7; }

.snav-yiji > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #333; padding: 10px 10px 10px 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.snav-yiji > li > a .iconfont { font-size: 17px; font-size: 1.7rem; color: #333; margin-right: 12px; }

@media screen and (max-width: 999px) { .snav-yiji > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 6px; padding-bottom: 6px; } }

.snav-yiji > li:hover > a .iconfont, .snav-yiji > li.snav-active1 > a .iconfont { color: #143D93 !important; }

.snav-erji > li > a { display: block; padding: 3px 10px 3px 45px; line-height: 24px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.snav-erji > li:hover > a, .snav-erji > li.snav-active2 > a { color: #143D93 !important; }

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 { margin-bottom: 52px; }

@media screen and (max-width: 767px) { .m-prob1 { margin-bottom: 30px; } }

.m-prob1 .prob-pic { width: 512px; margin-right: 5.83333%; float: left; }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #ccc; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 23px; padding: 0 7.42188%; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; display: block; cursor: pointer; top: 0; bottom: 0; width: 27px; background-color: #ECECEC; color: #000; }

.m-prob1 .prob-pic-btn:hover { background-color: #143D93; color: #fff; }

.m-prob1 .prob-pic-btn .iconfont { font-size: 28px; font-size: 2.8rem; position: absolute; top: 50%; margin-top: -14px; left: 0; width: 100%; text-align: center; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-btn { height: 36px; top: 50%; margin-top: -18px; bottom: auto; width: 24px; }
  .m-prob1 .prob-pic-btn .iconfont { font-size: 20px; font-size: 2rem; margin-top: -10px; } }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.04587%; width: 0.30275%; }

.m-prob1 .prob-pic-item .item-pics { border: transparent 1px solid; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: solid 1px #143D93; }

.m-prob1 .prob-pic-item .item-pics img { display: block; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 .prob-pic { margin-right: 2.5%; } }

@media screen and (max-width: 999px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.32%; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border: #ccc 1px solid; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 1%; } }

/* pro-info */
.pro-info { overflow: hidden; }

@media screen and (max-width: 999px) { .pro-info { width: 100%; margin: 30px auto 0; } }

.pro-info .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 28px; margin-top: 16px; margin-bottom: 12px; }

@media screen and (max-width: 1219px) { .pro-info .item-title { margin-top: 0; } }

@media screen and (max-width: 767px) { .pro-info .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; } }

.pro-info .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; min-height: 100px; }

.pro-info .item-desc img, .pro-info .item-desc iframe, .pro-info .item-desc video { max-width: 100%; }

.pro-info .item-desc p { min-height: 24px; }

@media screen and (max-width: 999px) { .pro-info .item-desc { height: auto; min-height: auto; } }

@media screen and (max-width: 767px) { .pro-info .item-desc { line-height: 22px; }
  .pro-info .item-desc p { min-height: 22px; } }

.pro-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro-info .item-btn { display: inline-block; vertical-align: bottom; min-width: 150px; border-radius: 5px; padding: 7px 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; text-align: center; border: solid 1px #143D93; color: #333; margin-top: 15px; margin-right: 20px; }

.pro-info .item-btn:hover { background-color: #143D93; color: #fff; }

@media screen and (max-width: 767px) { .pro-info .item-btn { font-size: 14px; font-size: 1.4rem; padding: 5px; } }

@media screen and (max-width: 450px) { .pro-info .item-btn { min-width: auto; width: 100%; margin: 15px 0 0 !important; } }

.pro-info .pro-share { display: inline-block; vertical-align: bottom; margin-top: 15px; }

.pro-info .pro-share .share-title { font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 767px) { .pro-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro2-spec .box-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: capitalize; border-bottom: solid 2px #B7B7B7; line-height: 28px; padding: 0 8px 5px; position: relative; }

.pro2-spec .box-title, .pro2-spec .box-title a { color: #333; }

.pro2-spec .box-title a:hover { color: #143D93; }

.pro2-spec .box-title:before { position: absolute; content: ''; width: 103px; height: 4px; left: 0; bottom: -3px; background-color: #143D93; }

@media screen and (max-width: 767px) { .pro2-spec .box-title { font-size: 20px; font-size: 2rem; padding-bottom: 5px; } }

.pro2-spec .item-body { padding: 30px 0 33px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-spec .item-body p { min-height: 24px; }

.pro2-spec .item-body img, .pro2-spec .item-body iframe, .pro2-spec .item-body video { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-spec .item-body { font-size: 14px; font-size: 1.4rem; } }

.pro2-imgs .box-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; /*text-transform: capitalize;*/ line-height: 28px; }

.pro2-imgs .box-title, .pro2-imgs .box-title a { color: #333; }

.pro2-imgs .box-title a:hover { color: #143D93; }

@media screen and (max-width: 767px) { .pro2-imgs .box-title { font-size: 20px; font-size: 2rem; } }

.pro2-imgs .item-body { padding: 30px 0 33px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-imgs .item-body p { min-height: 24px; }

.pro2-imgs .item-body img, .pro2-imgs .item-body iframe, .pro2-imgs .item-body video { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-imgs .item-body { font-size: 14px; font-size: 1.4rem; } }

.pro2-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: capitalize; border-bottom: solid 1px #666; line-height: 28px; padding: 0 24px 10px; position: relative; }

.pro2-title, .pro2-title a { color: #333; }

.pro2-title a:hover { color: #143D93; }

.pro2-title:before { position: absolute; content: ''; width: 168px; height: 4px; left: 0; bottom: 0; background-color: #143D93; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; padding: 0 10px 8px; }
  .pro2-title:before { width: 130px; } }

.pro2-faq .faq1-list { margin-top: 21px; }

.pro2-faq .faq1-list .item-title { background: #143D93 \9; background: -webkit-linear-gradient(#134095, #172A88); background: -webkit-gradient(linear, left top, left bottom, from(#134095), to(#172A88)); background: -moz- oldlinear-gradient(#134095, #172A88); background: linear-gradient(#134095, #172A88); font-size: 18px; font-size: 1.8rem; line-height: 26px; color: #fff; padding: 8px 19px; margin-bottom: 16px; cursor: pointer; }

@media screen and (max-width: 767px) { .pro2-faq .faq1-list .item-title { margin-bottom: 15px; padding: 8px 12px; font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

.pro2-faq .faq1-list .item-desc { padding: 0 20px; margin-bottom: 32px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 767px) { .pro2-faq .faq1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 20px; padding: 0 12px; } }

.pro2-contact { margin-bottom: 76px; }

@media screen and (max-width: 1219px) { .pro2-contact { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .pro2-contact { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-contact { margin-bottom: 30px; } }

.pro2-contact .box-body { background-color: #F4F4F4; padding: 41px 5.25% 33px; }

@media screen and (max-width: 767px) { .pro2-contact .box-body { padding: 30px 15px; } }

.pro2-contact .box-body .item-pic { width: 199px; height: 199px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); border-radius: 50%; border: solid 5px #fff; float: left; margin-right: 28px; }

.pro2-contact .box-body .item-pic img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 767px) { .pro2-contact .box-body .item-pic { width: 130px; height: 130px; margin-right: 15px; } }

@media screen and (max-width: 480px) { .pro2-contact .box-body .item-pic { width: 110px; height: 110px; float: none; margin: 0 auto 15px; } }

.pro2-contact .box-body .box-list { overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 36px; margin-top: 9px; }

.pro2-contact .box-body .box-list a:hover { color: #143D93; }

.pro2-contact .box-body .box-list .iconfont { float: left; font-size: 22px; font-size: 2.2rem; margin-right: 16px; }

.pro2-contact .box-body .box-list .item-body { overflow: hidden; }

@media screen and (max-width: 767px) { .pro2-contact .box-body .box-list { font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 0; }
  .pro2-contact .box-body .box-list .iconfont { font-size: 18px; font-size: 1.8rem; } }

.pro2-form .pro2-title:before { width: 277px; }

@media screen and (max-width: 767px) { .pro2-form .pro2-title:before { width: 210px; } }

.pro2-form .item-form { padding: 57px 0 82px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

@media screen and (max-width: 1219px) { .pro2-form .item-form { padding: 57px 0 70px; } }

@media screen and (max-width: 999px) { .pro2-form .item-form { padding: 50px 0; } }

@media screen and (max-width: 767px) { .pro2-form .item-form { padding: 30px 0; } }

.pro2-form .item-form ::-webkit-input-placeholder { color: #4d4d4d; opacity: 1; }

.pro2-form .item-form :-o-placeholder { color: #4d4d4d; opacity: 1; }

.pro2-form .item-form ::-moz-placeholder { color: #4d4d4d; opacity: 1; }

.pro2-form .item-form :-ms-input-placeholder { color: #4d4d4d; opacity: 1; }

.pro2-form .item-textarea { position: relative; position: relative; }

.pro2-form .item-textarea .iconfont { font-size: 23px; font-size: 2.3rem; position: absolute; top: 41px; left: 58px; }

@media screen and (max-width: 767px) { .pro2-form .item-textarea .iconfont { top: 10px; left: 15px; } }

.pro2-form .item-textarea:before { position: absolute; content: '*'; font-family: Tahoma, Geneva, Verdana, sans-serif; color: #FF0000; top: 48px; left: 43px; }

@media screen and (max-width: 767px) { .pro2-form .item-textarea:before { top: 15px; left: 5px; } }

.pro2-form .item-textarea textarea { display: block; height: 353px; width: 100%; border: solid 1px #A8A8A8; border: solid 1px rgba(168, 168, 168, 0.5); padding: 44px 15px 20px 93px; font-size: 16px; font-size: 1.6rem; color: #4D4D4D; }

@media screen and (max-width: 767px) { .pro2-form .item-textarea textarea { font-size: 14px; font-size: 1.4rem; height: 200px; padding: 12px 10px 10px 40px; } }

.pro2-form .item-btnbox { width: 278px; margin: 38px auto 0; position: relative; }

@media screen and (max-width: 767px) { .pro2-form .item-btnbox { margin-top: 30px; width: 180px; } }

.pro2-form .item-btnbox .item-submit { width: 100%; height: 50px; position: relative; z-index: 2; display: block; cursor: pointer; }

@media screen and (max-width: 767px) { .pro2-form .item-btnbox .item-submit { height: 36px; } }

.pro2-form .item-btnbox .item-btn { cursor: pointer; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; line-height: 24px; padding: 12px 0; background: #143D93 \9; background: -webkit-linear-gradient(#134095, #172A88); background: -webkit-gradient(linear, left top, left bottom, from(#134095), to(#172A88)); background: -moz- oldlinear-gradient(#134095, #172A88); background: linear-gradient(#134095, #172A88); font-size: 18px; font-size: 1.8rem; color: #fff; text-transform: uppercase; text-align: center; }

.pro2-form .item-btnbox .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; margin-left: 10px; display: inline-block; }

@media screen and (max-width: 767px) { .pro2-form .item-btnbox .item-btn { padding: 6px; font-size: 16px; font-size: 1.6rem; }
  .pro2-form .item-btnbox .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; margin-left: 5px; } }

.pro2-form .item-btnbox:hover .item-btn { background: #FF0000;  }

.pro2-tags { margin-bottom: 28px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-tags strong { font-size: 18px; font-size: 1.8rem; font-weight: normal; }

.pro2-tags a:hover { color: #143D93; }

.pro2-tags a { display: inline-block; }

@media screen and (max-width: 767px) { .pro2-tags { padding: 0; font-size: 14px; font-size: 1.4rem; margin-bottom: 30px; } }

.related-box .box-title { margin-bottom: 66px; font-family: "OpenSans-Bold"; font-size: 30px; font-size: 3rem; position: relative; }

.related-box .box-title a { background-color: #fff; position: relative; padding-right: 23px; }

.related-box .box-title a:hover { color: #143D93; }

.related-box .box-title:before { position: absolute; content: ''; background-color: #E8E8E8; height: 7px; right: 0; width: 100%; top: 50%; margin-top: -1px; }

@media screen and (max-width: 1219px) { .related-box .box-title { margin-bottom: 20px; } }

@media screen and (max-width: 999px) { .related-box .box-title { margin-bottom: 10px; font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .related-box .box-title { margin-bottom: 0; font-size: 22px; font-size: 2.2rem; }
  .related-box .box-title a { padding-right: 15px; } }

.related-box .box-list { font-size: 0; letter-spacing: 0; }

.related-box .box-list .list-item { display: inline-block; vertical-align: top; width: 31.33333%; margin-left: 3%; margin-top: 30px; }

.related-box .box-list .list-item:hover { border-bottom-color: #143D93; }

@media screen and (max-width: 999px) { .related-box .box-list .list-item { width: 31.33%; margin: 30px 1% 0; } }

@media screen and (max-width: 600px) { .related-box .box-list .list-item { width: 48%; margin: 20px 1% 0; } }

@media screen and (max-width: 380px) { .related-box .box-list .list-item { width: 98%; } }

.related-box .box-list .item-pic { width: 100%; position: relative; }

.related-box .box-list .item-pic img { display: block; margin: 0 auto; max-width: 610px; width: 100%; }

.related-box .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 32px; }

@media screen and (max-width: 767px) { .related-box .box-list .item-title { margin-top: 15px; font-size: 16px; font-size: 1.6rem; } }

.related-box .box-list .item-desc { margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

.related-box .box-list .item-desc, .related-box .box-list .item-desc a { color: #333; }

@media screen and (max-width: 767px) { .related-box .box-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 640px) { .related-box .box-list .item-desc { line-height: 22px; height: 44px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-about start---------------------------------------------------------------*/
.about-top { padding-top: 2px; /* .item-videobox start */ /* .item-videobox end */ }

.about-top .item-videobox { width: 46.83333%; margin-left: 3%; float: right; position: relative; border: 10px solid #fff; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); overflow: hidden; }

@media screen and (max-width: 999px) { .about-top .item-videobox { float: none; margin: 0 auto; max-width: 562px; width: 100%; } }

.about-top .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 65.12915%; height: 0; }

.about-top .item-videobox .item-video iframe, .about-top .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.about-top .item-videobox .item-video iframe body { margin: 0px !important; }

.about-top .item-desc { padding-top: 11px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-top .item-desc p { min-height: 30px; }

.about-top .item-desc img, .about-top .item-desc iframe, .about-top .item-desc video { max-width: 100%; }

@media screen and (max-width: 999px) { .about-top .item-desc { padding-top: 30px; line-height: 26px; }
  .about-top .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .about-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about-top .item-desc p { min-height: 24px; } }

.about-top .img-list { font-size: 0; letter-spacing: 0; margin-bottom: 48px; }

@media screen and (max-width: 999px) { .about-top .img-list { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .about-top .img-list { margin-bottom: 15px; } }

.about-top .img-list .list-item { display: inline-block; vertical-align: top; width: 30.16667%; margin-left: 4.16667%; margin-top: 55px; position: relative; }

.about-top .img-list .list-item:before { position: absolute; content: ''; width: 100%; height: 100%; top: 15px; right: -13px; background-color: #e3e3e3; }

@media screen and (max-width: 640px) { .about-top .img-list .list-item:before { top: 10px; right: -10px; } }

@media screen and (max-width: 999px) { .about-top .img-list .list-item { margin-top: 30px; } }

@media screen and (max-width: 640px) { .about-top .img-list .list-item { width: 46%; margin: 30px 2% 0 !important; } }

@media screen and (max-width: 380px) { .about-top .img-list .list-item { width: 96%; margin: 30px 2% 0 !important; } }

.about-top .img-list .item-pic { overflow: hidden; }

.about-top .img-list .item-pic img { display: block; margin: 0 auto; max-width: 362px; width: 100%; }

/*-------------2-about end-----------------------------------------------------------------*/
/*-------------3-1 Quality Control start---------------------------------------------------*/
.control1-wrap { background: url(../images/bg4.jpg) no-repeat top center; background-attachment: fixed; position: relative; }

.control1-wrap:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/bg4.jpg) no-repeat top center; z-index: -1; }

.control-bar { font-size: 0; letter-spacing: 0; text-align: center; padding: 26px 0 70px; }

@media screen and (max-width: 1219px) { .control-bar { padding: 0 0 60px; } }

@media screen and (max-width: 999px) { .control-bar { padding: 0 0 40px; } }

@media screen and (max-width: 767px) { .control-bar { padding: 0 0 30px; } }

.control-bar a { display: inline-block; vertical-align: top; min-width: 211px; line-height: 24px; font-size: 18px; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; padding: 13px 5px 14px; border: solid 1px #002E5B; border-radius: 10px 0 10px 0; margin: 0 5px 10px; }

.control-bar a:hover, .control-bar a.active { background-color: #002E5B; color: #fff; }

@media screen and (max-width: 999px) { .control-bar a { font-size: 16px; font-size: 1.6rem; padding: 10px 5px; } }

@media screen and (max-width: 767px) { .control-bar a { min-width: 160px; font-size: 14px; font-size: 1.4rem; padding: 5px; } }

@media screen and (max-width: 400px) { .control-bar a { width: 100%; margin: 0 0 10px; } }

.control1-top { margin-bottom: 116px; }

@media screen and (max-width: 1219px) { .control1-top { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .control1-top { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .control1-top { margin-bottom: 30px; } }

.control1-top .box-btn { position: absolute; top: 50%; margin-top: -23px; width: 31px; height: 45px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }

@media screen and (max-width: 767px) { .control1-top .box-btn { background-size: 20px; } }

.control1-top .box-btn.prev { left: 0; background-image: url("../images/prev.png"); }

.control1-top .box-btn.prev:hover { background-image: url("../images/prev1.png"); }

.control1-top .box-btn.next { right: 0; background-image: url("../images/next.png"); }

.control1-top .box-btn.next:hover { background-image: url("../images/next1.png"); }

.control1-top .c-oh { overflow: hidden; }

.control1-top .box-lunbo { position: relative; padding-left: 58px; padding-right: 58px; }

.control1-top .box-lunbo1 { display: none \9; }

.control1-top .box-lunbo1 .box-list { position: relative; height: 381px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; }

.control1-top .box-lunbo1 .list-item { position: absolute; top: 0; width: 267px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.control1-top .box-lunbo1 .list-item1 { z-index: 1; left: 0; -webkit-transform: rotateY(42deg) scale(0.9114); -moz-transform: rotateY(42deg) scale(0.9114); transform: rotateY(42deg) scale(0.9114); }

.control1-top .box-lunbo1 .list-item2 { z-index: 2; left: 185px; -webkit-transform: rotateY(45deg) scale(0.9073); -moz-transform: rotateY(45deg) scale(0.9073); transform: rotateY(45deg) scale(0.9073); }

.control1-top .box-lunbo1 .list-item3 { z-index: 3; left: 411px; margin: 0 auto; }

.control1-top .box-lunbo1 .list-item4 { z-index: 2; left: 622px; -webkit-transform: rotateY(-45deg) scale(0.9073); -moz-transform: rotateY(-45deg) scale(0.9073); transform: rotateY(-45deg) scale(0.9073); }

.control1-top .box-lunbo1 .list-item5 { z-index: 1; left: 816px; -webkit-transform: rotateY(-42deg) scale(0.9114); -moz-transform: rotateY(-42deg) scale(0.9114); transform: rotateY(-42deg) scale(0.9114); }

.control1-top .box-lunbo1 .list-item6 { left: 100%; -webkit-transform: rotateY(-42deg) scale(0.9114); -moz-transform: rotateY(-42deg) scale(0.9114); transform: rotateY(-42deg) scale(0.9114); }

.control1-top .box-lunbo1 .list-item0 { left: -270px; }

.control1-top .box-lunbo2 { display: none; display: block \9; }

.control1-top .box-lunbo2 .box-list { width: 10000%; overflow: hidden; }

.control1-top .box-lunbo2 .list-item { float: left; margin-right: .014%; width: 0.19%; }

.control1-top .box-lunbo2 .list-item img { display: block; margin: 0 auto; max-width: 267px; width: 100%; }

@media screen and (max-width: 1219px) { .control1-top .box-lunbo1 { display: none; }
  .control1-top .box-lunbo2 { display: block; }
  .control1-top .box-lunbo2 .list-item { width: 0.24%; }
  .control1-top .box-lunbo { padding: 0 50px; } }

@media screen and (max-width: 767px) { .control1-top .box-lunbo { padding: 0 40px; } }

@media screen and (max-width: 640px) { .control1-top .box-lunbo2 .list-item { margin-right: .02%; width: 0.32%; } }

@media screen and (max-width: 480px) { .control1-top .box-lunbo2 .list-item { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 380px) { .control1-top .box-lunbo2 .list-item { margin-right: 0; width: 1%; } }

.cer-list { padding: 0 0 58px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .cer-list { padding-bottom: 40px; } }

@media screen and (max-width: 999px) { .cer-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .cer-list { padding-bottom: 20px; } }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 16.25%; margin-left: 2%; margin-right: 2%; margin-bottom: 24px; }

@media screen and (max-width: 999px) { .cer-list .list-item { width: 18%; margin: 0 1% 20px; } }

@media screen and (max-width: 767px) { .cer-list .list-item { width: 23%; } }

@media screen and (max-width: 600px) { .cer-list .list-item { width: 31.33%; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-pics { position: relative; width: 100%; }

.cer-list .item-pics img { display: block; margin: 0 auto; max-width: 246px; width: 100%; }

.cer-list .item-pics:hover .item-backdrop { top: 12px; }

.cer-list .item-backdrop { position: absolute; top: 999px; bottom: 10px; left: 10px; right: 10px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #143D93; background-color: rgba(20, 61, 147, 0.5); }

.cer-list .item-backdrop .item-subt { position: absolute; top: 50%; margin-top: -37px; left: 0; width: 100%; font-size: 16px; font-size: 1.6rem; color: #fff; }

.cer-list .item-backdrop .item-subt .iconfont { display: block; margin: 0 auto; width: 38px; height: 38px; text-align: center; line-height: 38px; color: #fff; border-radius: 50%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); margin-bottom: 18px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 999px) { .cer-list .item-backdrop { display: none; } }

.cer-list .cer-bg img { display: block; width: 100%; margin-top: 1px; }

.cer-list .item-title { line-height: 24px; text-align: center; font-size: 14px; font-size: 1.4rem; display: none; }

@media screen and (max-width: 999px) { .cer-list .item-title { display: block; } }

/*-------------3-1 Quality Control end-----------------------------------------------------*/
/*-------------3-2 Quality Control start---------------------------------------------------*/
.m-imgshow .box-wp { position: relative; margin: 0 auto; max-width: 1200px; padding: 0; }

.m-imgshow .box-big { position: relative; margin: 0 auto; padding: 0 101px; }

.m-imgshow .box-big div { position: relative; }

.m-imgshow .box-big .img { line-height: 0; font-size: 0; text-align: center; display: block; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); padding: 11px 11px 10px; }

.m-imgshow .box-big .title { display: block; background: #000000; background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 10px; left: 11px; right: 11px; font-size: 18px; font-size: 1.8rem; text-align: center; color: #FFFFFF; line-height: 24px; padding: 10px; }

.m-imgshow .box-small { margin-left: auto; margin-right: auto; position: relative; padding: 0 101px; }

.m-imgshow .box-btn { position: absolute; top: 50%; margin-top: -26.5px; display: block; text-align: center; }

.m-imgshow .box-btn.prev { left: 0; }

.m-imgshow .box-btn.next { right: 0; }

.m-imgshow .box-btn .iconfont { font-size: 53px; font-size: 5.3rem; color: #333; }

.m-imgshow .box-btn .iconfont:hover { color: #143D93; }

.m-imgshow .box-list { padding-top: 0; overflow: hidden; }

.m-imgshow .box-list ul { width: 1000%; }

.m-imgshow .box-list ul li { float: left; margin-right: 0.26052%; width: 2.30461%; padding-top: 27px; }

.m-imgshow .list-item { position: relative; }

.m-imgshow .list-item .iconfont { display: none; position: absolute; font-size: 18px; font-size: 1.8rem; color: #143D93; left: 50%; margin-left: -6px; top: -13px; }

.m-imgshow .list-item img { display: block; }

.m-imgshow .list-item.active { border: solid 3px #143D93; position: relative; }

.m-imgshow .list-item.active .iconfont { display: block; }

.m-imgshow .box-small .box-btn { display: none; }

@media screen and (max-width: 1219px) { .m-imgshow .box-big { padding: 0 70px; }
  .m-imgshow .box-small { padding: 0 70px; }
  .m-imgshow .box-big .title { font-size: 18px; font-size: 1.8rem; padding: 5px; }
  .m-imgshow .box-btn { margin-top: -20px; }
  .m-imgshow .box-btn .iconfont { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 999px) { .m-imgshow .box-big .img { padding: 8px; }
  .m-imgshow .box-big .title { bottom: 8px; left: 8px; right: 8px; font-size: 16px; font-size: 1.6rem; }
  .m-imgshow .box-list ul li { padding-top: 20px; } }

@media screen and (max-width: 767px) { .m-imgshow .box-big .title { font-size: 14px; font-size: 1.4rem; padding: 5px; line-height: 20px; }
  .m-imgshow .box-big { padding: 0 50px; }
  .m-imgshow .box-small { padding: 0 50px; }
  .m-imgshow .box-btn { margin-top: -15px; }
  .m-imgshow .box-btn .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 480px) { .m-imgshow .box-big .title { font-size: 12px; font-size: 1.2rem; padding: 5px; line-height: 18px; }
  .m-imgshow .box-big { padding: 0 35px; }
  .m-imgshow .box-small { padding: 0 35px; }
  .m-imgshow .box-btn { margin-top: -12px; }
  .m-imgshow .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; }
  .m-imgshow .list-item .iconfont { top: -10px; }
  .m-imgshow .list-item.active { border: solid 2px #143D93; } }

/*-------------3-2 Quality Control end-----------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
.news1-list { padding: 0 0 45px; }

@media screen and (max-width: 1219px) { .news1-list { padding: 0; } }

.news1-list .list-item { background: url(../images/news-bg.png) no-repeat bottom center; background-size: 100%; padding-bottom: 86px; margin-bottom: 37px; }

@media screen and (max-width: 999px) { .news1-list .list-item { margin-bottom: 30px; padding-bottom: 60px; } }

@media screen and (max-width: 767px) { .news1-list .list-item { margin-bottom: 20px; padding-bottom: 35px; } }

.news1-list .item1 .item-pic { float: left; margin-right: 3.83333%; }

@media screen and (max-width: 999px) { .news1-list .item1 .item-pic { margin-right: 2.5%; } }

.news1-list .item2 .item-pic { float: right; margin-left: 3.83333%; }

@media screen and (max-width: 999px) { .news1-list .item2 .item-pic { margin-left: 2.5%; } }

.news1-list .item-pic { width: 375px; }

.news1-list .item-pic img { display: block; margin: 0 auto; max-width: 375px; width: 100%; }

@media screen and (max-width: 999px) { .news1-list .item-pic { width: 330px; } }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 280px; } }

@media screen and (max-width: 550px) { .news1-list .item-pic { width: 100%; float: none !important; max-width: 375px; margin: 0 auto 20px !important; } }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { margin-top: -4px; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-weight: bold; }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.news1-list .item-date { margin-top: 4px; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #999; }

.news1-list .item-date .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 0; } }

.news1-list .item-desc { margin-top: 14px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 112px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #333; }

@media screen and (max-width: 999px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 96px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { line-height: 20px; height: 80px; margin-top: 5px; } }

.news1-list .item-btn { margin-top: 25px; display: inline-block; text-align: center; min-width: 128px; line-height: 24px; padding: 3px 5px; border-radius: 10px 0 10px 0; border: solid 1px #143D93; }

.news1-list .item-btn:hover { background-color: #2E3760; color: #fff; border-color: #2E3760; }

@media screen and (max-width: 999px) { .news1-list .item-btn { margin-top: 20px; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { margin-top: 15px; padding: 2px 5px; min-width: 110px; } }

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 18px; font-size: 2.2rem; font-weight: bold; line-height: 24px; color: #393939;text-transform: uppercase;}

.news2-main .item-date { font-family: "OpenSans"; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; text-align: center; margin-top: 36px; padding: 13px 0 4px; font-size: 0; letter-spacing: 0; }

.news2-main .item-date > span { margin-right: 10px; line-height: 26px; height: 26px; display: inline-block; vertical-align: middle; overflow: hidden; font-size: 14px; font-size: 1.4rem; }

.news2-main .item-date > span .iconfont { font-size: 26px; font-size: 2.6rem; color: #7f7f7f; margin-right: 6px; vertical-align: middle; }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 15px; } }

.news2-main .pro-share { display: inline-block; vertical-align: middle; }

.news2-main .pro-share .share-title { color: #333; font-size: 14px; font-size: 1.4rem; margin-right: 5px; }

.news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 34px 0 31px; }

.news2-main .item-desc p { min-height: 30px; }

.news2-main .item-desc img, .news2-main .item-desc iframe, .news2-main .item-desc video { max-width: 100%; }

.news2-main .item-desc, .news2-main .item-desc a { color: #393939; }

@media screen and (max-width: 999px) { .news2-main .item-desc { padding: 20px 0 30px; line-height: 26px; }
  .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0 30px; }
  .news2-main .item-desc p { min-height: 24px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-faq start-----------------------------------------------------------------*/
.faq-list { margin-bottom: 93px; }

@media screen and (max-width: 1219px) { .faq-list { margin-bottom: 60px; } }

@media screen and (max-width: 999px) { .faq-list { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .faq-list { margin-bottom: 25px; } }

.faq-list .item-title { cursor: pointer; background: #eee; font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 9px 6px 8px; margin-bottom: 16px; }

.faq-list .item-title strong { font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 767px) { .faq-list .item-title { margin-bottom: 15px; font-size: 16px; font-size: 1.6rem; } }

.faq-list .item-desc { display: none; padding: 8px 6px 0; margin-bottom: 24px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 14px; font-size: 1.4rem; line-height: 22px; }

.faq-list .item-desc strong { color: #143D93; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 767px) { .faq-list .item-desc { margin-bottom: 15px; }
  .faq-list .item-desc strong { font-size: 16px; font-size: 1.6rem; } }

/*-------------5-faq end-------------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-box {border-radius: 5px;box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);background-color: #f1f1f1;background-color: rgba(245, 245, 245, 0.65);padding: 33px 0 89px;}

@media screen and (max-width: 1219px) { .contact-box { padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .contact-box { padding-bottom: 50px; } }

@media screen and (max-width: 999px) { .contact-box { padding: 30px 2.5%; } }

.contact-box .item-left { float: left; width: 35.08333%; margin-right: 1.58333%; margin-left: 1.16667%; background-color: #f4f4f4; border: 10px #fff solid; padding: 32px 10px 30px 23px; min-height: 400px; }

.contact-box .item-left .item-title { font-family: "OpenSans-Bold"; font-size: 18px; font-size: 1.8rem; margin-bottom: 13px; }

.contact-box .item-left .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 22px; color: #000; }

.contact-box .item-left .box-list { line-height: 24px; }

.contact-box .item-left .box-list, .contact-box .item-left .box-list a { color: #000; }

.contact-box .item-left .box-list a:hover { color: #143D93; }

.contact-box .item-left .box-list .list-item { margin-bottom: 3px; }

.contact-box .item-left .box-list .list-item p { min-height: 3px; }

.contact-box .item-left .box-list .iconfont { float: left; font-size: 16px; font-size: 1.6rem; margin-right: 7px; }

.contact-box .item-left .box-list .icon-address1 { margin-top: 0; }

.contact-box .item-left .box-list .item-body { overflow: hidden; }

@media screen and (max-width: 1219px) { .contact-box .item-left { min-height: auto; padding-left: 12px; } }

@media screen and (max-width: 999px) { .contact-box .item-left { width: 100%; margin: 0 auto 30px; float: none; } }

@media screen and (max-width: 767px) { .contact-box .item-left .item-box { padding: 15px; } }

.contact-box .item-right { margin-right: 1.66667%; overflow: hidden; }

@media screen and (max-width: 999px) { .contact-box .item-right { margin-right: 0; } }

.contact-box .item-right .item-form { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.contact-box .item-right .item-form ::-webkit-input-placeholder { color: #999; opacity: 1; }

.contact-box .item-right .item-form :-o-placeholder { color: #999; opacity: 1; }

.contact-box .item-right .item-form ::-moz-placeholder { color: #999; opacity: 1; }

.contact-box .item-right .item-form :-ms-input-placeholder { color: #999; opacity: 1; }

.contact-box .item-right .item-form .star { background: url(../images/star1.png) no-repeat left center; }

.contact-box .item-right .item-form .item-input { width: 47.52066%; padding-left: 12px; margin-bottom: 20px; }

.contact-box .item-right .item-form .input1 { padding-right: 21px; }

.contact-box .item-right .item-form .item-input1 { float: left; width: 100%; padding-left: 12px; margin-bottom: 23px; }

.contact-box .item-right .item-form .item-input1.star { background-position-y: 20px; }

.contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { background-color: #fff; border-radius: 5px; width: 100%; display: block; font-size: 16px; font-size: 1.6rem; color: #999; font-family: "OpenSans"; border: 1px solid #172A88; }

.contact-box .item-right .item-form input { height: 51px; line-height: 51px; padding: 0 12px; }

.contact-box .item-right .item-form textarea { margin-top: 5px; height: 161px; padding: 12px 12px; line-height: 24px; }

.contact-box .item-right .item-form .item-code { width: 175px; margin-right: 28px; }

.contact-box .item-right .item-form .item-img { height: 51px; }

.contact-box .item-right .item-form .item-img img { display: block; cursor: pointer; max-height: 100%; }

.contact-box .item-right .item-form .item-btnbox { width: 373px; margin-top: -2px; margin-left: 12px; margin-bottom: 26px; position: relative; float: left; }

.contact-box .item-right .item-form .item-btnbox:hover .item-btn { background-color: #FF0000; }

@media screen and (max-width: 1219px) { .contact-box .item-right .item-form .item-btnbox { width: 46.5%; } }

@media screen and (max-width: 500px) { .contact-box .item-right .item-form .item-btnbox { width: -moz-calc(100% - 12px); width: calc(100% - 12px); } }

.contact-box .item-right .item-form .item-btnbox .item-submit { width: 100%; height: 51px; position: relative; z-index: 2; display: block; background-color: transparent; cursor: pointer; }

@media screen and (max-width: 767px) { .contact-box .item-right .item-form .item-btnbox .item-submit { height: 40px; } }

.contact-box .item-right .item-form .item-btnbox .item-btn { cursor: pointer; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; line-height: 24px; padding: 12px 0 13px; background-color: #143D93; font-size: 18px; font-size: 1.8rem; color: #fff; text-transform: uppercase; text-align: center; border-radius: 5px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.contact-box .item-right .item-form .item-btnbox .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; margin-left: 20px; display: inline-block; }

@media screen and (max-width: 1219px) { .contact-box .item-right .item-form .item-btnbox .item-btn { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .contact-box .item-right .item-form .item-btnbox .item-btn { padding: 8px; font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-right .item-form .item-btnbox .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; margin-left: 5px; } }

@media screen and (max-width: 1219px) { .contact-box .item-right .item-form .input1 { padding-right: 0; } }

@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 input { height: 40px; line-height: 40px; padding: 0 12px; }
  .contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-right .item-form textarea { height: 150px; }
  .contact-box .item-right .item-form .item-code { width: -moz-calc(100% - 100px) !important; width: calc(100% - 100px) !important; margin-right: 0; }
  .contact-box .item-right .item-form .item-img { float: right; height: 40px; } }

@media screen and (max-width: 500px) { .contact-box .item-right .item-form .item-input { width: 100%; } }

.map img { display: block; }

/*-------------6-contact end---------------------------------------------------------------*/
.hot-img {  position: absolute; right: 2.69608%; bottom: 0; width: 16.66667% !important; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }

.hot .item-pic { position: relative; }

.hot .hot-img { display: block !important; }

/*# sourceMappingURL=3style.css.map */

@media screen and (min-width: 768px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0;
    -webkit-transform: scale(5, 5);
    -moz-transform: scale(5, 5);
      -o-transform: scale(5, 5);
         transform: scale(5, 5); }
  100% { opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1); } }

.n-nav { overflow: hidden; }

.n-nav .n-nav-icon { position: fixed; right: 5px; top: 5px; width: 35px; height: 28px; -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: 999999999; padding: 6px 6px 3px; }

.n-nav .n-nav-icon span { display: block; width: 100%; height: 2px; margin-bottom: 4px; background-color: #143D93; }

.n-nav .n-nav-icon.active { background: #143D93 url(../images/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #143D93; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #143D93; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .item-submit { font-weight: bold; background-color: #143D93; width: 44px; height: 32px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; }

.n-nav .box-search .item-submit:hover { background-color: #000; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../images/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../images/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { display: block; line-height: 22px; padding: 10px 0 10px 20px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.3); position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

/*# sourceMappingURL=4nav.css.map */

.ws_cover, .ws-title-wrapper, .ws_effect { display: none; }

* { margin: 0; padding: 0; }

li { list-style: none; }

.ban_dan { display: block; max-width: 1920px; width: 100%; margin: 0 auto; overflow: hidden; }

.ws_cover a { display: block !important; }

#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; margin: 0px auto 0px; z-index: 90; text-align: left; font-size: 10px; text-shadow: none; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1 { width: 1920px; }

#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; }

#wowslider-container1 .ws_images ul li { cursor: pointer; position: relative; width: 1%; height: 100%; line-height: 0; overflow: hidden; float: left; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }

#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-width: 1920px; vertical-align: top; border: none; overflow: hidden; }

#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; display: block; color: transparent; }

#wowslider-container1 img { max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }
#wowslider-container1 .ws_images video { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a { text-decoration: none; outline: none; border: none; }

#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script { display: none; }

#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }

/* #wowslider-container1.ws_gestures { cursor: -webkit-grab;cursor: -moz-grab; }
#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing;cursor: -moz-grabbing; } */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }

#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }

#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }

#wowslider-container1 .ws_video_btn div { position: absolute; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }

#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }

#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }

#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }

#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }

#wowslider-container1 .ws_images { box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

#wowslider-container1 .ws_images:hover { box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); }

#wowslider-container1 .ws_playpause { display: none !important; }

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after { line-height: 2.8em; }

/* bottom center */
#wowslider-container1 .ws_bullets { bottom: 10px; left: 50%; }

#wowslider-container1 .ws_bullets div { left: -50%; }

#wowslider-container1 .ws-title { position: absolute; margin-right: 10em; z-index: 50; left: 0.3em; padding: 1em; bottom: 30px; top: auto; opacity: 1; }

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; padding: 0.5em; }

#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 1.1em; padding: 1em; line-height: 1.15em; color: #000000; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: white; }

#wowslider-container1 .ws-title span { font-size: 1.8em; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: rgba(0, 0, 0, 0.2); }

#wowslider-container1 .ws_logo { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 9; }

#wowslider-container1 img.loading { width: 96px; height: 48px; }

#wowslider-container1 .ws_bullets a img { text-indent: 0; display: block; bottom: 7px; left: -48px; visibility: hidden; position: absolute; max-width: none; }

#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }

#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }

#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 96px; background-color: #FFFFFF; }

#wowslider-container1 .ws_bullets .ws_bulframe { display: none; bottom: 25px; margin-left: 5px; overflow: visible; position: absolute; cursor: pointer; border: 3px solid; border-color: #ffffff; border-radius: 5px; }

#wowslider-container1 .ws_bulframe div div { height: auto; }

@media all and (max-width: 760px) { #wowslider-container1 .ws_fullscreen { display: block; } }

@media all and (max-width: 768px) { #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display: none; } }

#wowslider-container1 .ws_bullets { bottom: 33px; left: 0; width: 100%; text-align: right; line-height: 0; letter-spacing: 0; font-size: 0; }

#wowslider-container1 .ws_bullets a { position: relative; text-shadow: none; color: transparent; display: inline-block; width: 18px; height: 18px; margin: 0 6px; background: url(../images/dot.png) no-repeat center; background-size: contain; }

#wowslider-container1 .ws_bullets a span { font-size: 0px; }

#wowslider-container1 .ws_bullets a.ws_selbull { background: url(../images/dot1.png) no-repeat center; background-size: contain; }

@media screen and (max-width: 999px) { #wowslider-container1 .ws_bullets { bottom: 25px; display: block; }
  #wowslider-container1 .ws_bullets a { margin: 0 5px; width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { #wowslider-container1 .ws_bullets { bottom: 10px; }
  #wowslider-container1 .ws_bullets a { width: 12px; height: 12px; margin: 0 3px; } }

@media screen and (max-width: 640px) { #wowslider-container1 .ws_bullets { bottom: 8px; }
  #wowslider-container1 .ws_bullets a { width: 10px; height: 10px; } }

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { position: absolute; top: 50%; margin-top: -40px; z-index: 60; overflow: hidden; cursor: pointer; line-height: 80px; color: #fff; font-size: 80px; font-size: 8rem; display: block; }

#wowslider-container1 a.ws_prev:hover, #wowslider-container1 a.ws_next:hover { color: #143D93; }

@media screen and (max-width: 999px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none; } }

#wowslider-container1 a.ws_next { right: 40px; }

#wowslider-container1 a.ws_prev { left: 40px; }

/*# sourceMappingURL=5slide4.css.map */

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}

@font-face {
    font-family: 'TrebuchetMS';
    src: url('../fonts/trebuchetms.eot');
    src: url('../fonts/TrebuchetMS.eot') format('embedded-opentype'),
         url('../fonts/trebuchetms.woff2') format('woff2'),
         url('../fonts/TrebuchetMS.woff') format('woff'),
         url('../fonts/trebuchetms.ttf') format('truetype'),
         url('../fonts/trebuchetms.svg#trebuchetms') format('svg');
}

@font-face {
    font-family: 'TrebuchetMS-Bold';
    src: url('../fonts/trebuchetms-bold.eot');
    src: url('../fonts/TrebuchetMS-Bold.eot') format('embedded-opentype'),
         url('../fonts/trebuchetms-bold.woff2') format('woff2'),
         url('../fonts/TrebuchetMS-Bold.woff') format('woff'),
         url('../fonts/trebuchetms-bold.ttf') format('truetype'),
         url('../fonts/trebuchetms-bold.svg#trebuchetms-bold') format('svg');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#opensans-bold') format('svg');
}


@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
         url('../fonts/opensans.woff2') format('woff2'),
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/opensans.ttf') format('truetype'),
         url('../fonts/opensans.svg#opensans') format('svg');
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/df8fb5e96b4342e283d69db8cb59365a.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') 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-up13:before {
  content: "\e73a";
}

.icon-address1:before {
  content: "\e7c2";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-contact:before {
  content: "\e7c3";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-xie:before {
  content: "\e60f";
}

.icon-rili-copy-copy-copy-copy:before {
  content: "\e601";
}

.icon-tel1:before {
  content: "\e659";
}

.icon-email2:before {
  content: "\e67e";
}

.icon-email3:before {
  content: "\e60d";
}

.icon-email4:before {
  content: "\e603";
}

.icon-moblie:before {
  content: "\e604";
}

.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-instagram:before {
  content: "\e79d";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-skype1:before {
  content: "\e600";
}

.icon-whatsapp2:before {
  content: "\e695";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-email:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-tel:before {
  content: "\e7cc";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-tsbuchongjiantouzhaoshang:before {
  content: "\e67b";
}

.icon-jiantou_xiangzuo_o:before {
  content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
  content: "\eb94";
}

.icon-icon_search:before {
  content: "\eb9c";
}

.icon-search:before {
  content: "\e602";
}


.keytags{ font-size: 16px; font-size: 1.6rem;line-height: 32px; margin-bottom: 20px; }

@media screen and (max-width: 1920px){ .m-kefu-chat.mobile-hide { right: 6px!important; } }

.page a.no:hover {color: #333!important;border: 1px solid #e5e5e5!important; background: none!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    overflow: hidden;
    color: #000080;
    cursor: pointer;
    border: solid 1px #000080;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
        border-radius: 5px;
  background-color: #fff;
    }
    .listcart a:hover {background: #000080; color: #fff;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc;}
    .xunpanc table tr td a{color: #333;}
    .xunpanc table tr td a:hover{color: #000080;}

.pro-info .item-desc .table table{ border: none; }
.pro-info .item-desc .table table td{ border: none; padding: 0; }

#googleMap { display: block; width: 100%; height: 228px; }

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { position: absolute; top: 50%; margin-top: -40px; z-index: 60; overflow: hidden; cursor: pointer; line-height: 80px; }

.slide .carousel-control .iconfont { color: #fff; font-size: 80px; font-size: 8rem; display: block; }

.slide .carousel-control .iconfont:hover { color: #143D93; }

.slide .carousel-control.left { left: 40px; cursor: pointer; }

.slide .carousel-control.right { right: 40px; cursor: pointer; }

.slide .dotList { position: absolute; z-index: 2; width: 100%; bottom: 33px; letter-spacing: 0; font-size: 0; text-align: right; }

.slide .dotList li { display: inline-block; vertical-align: bottom; cursor: pointer; outline: none; font-size: 0; width: 18px; height: 18px; margin: 0 6px; background: url(../images/dot.png) no-repeat center; background-size: contain; }

.slide .dotList li.active { background: url(../images/dot1.png) no-repeat center; background-size: contain; }

.slide .dotList ul { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .slide .dotList ul { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .slide .dotList ul { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .slide .dotList ul { width: 95%; margin: auto; } }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none !important; }
  .slide .dotList { bottom: 25px; }
  .slide .dotList li { margin: 0 4px; width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 10px; }
  .slide .dotList li { width: 12px; height: 12px; margin: 0 3px; } }

@media screen and (max-width: 640px) { .slide .dotList { bottom: 8px; }
  .slide .dotList li { width: 10px; height: 10px; } }
  
  .hongpy{ font-weight:bold; color:#333 !important; font-size: 1.6rem;}
  .hongpy1{ color:#fff !important; font-size: 1.6rem;}
  
  
  
  .pro2-form .item-form ::-webkit-input-placeholder { color: #999; opacity: 1; }

.pro2-form .item-form :-o-placeholder { color: #999; opacity: 1; }

.pro2-form .item-form ::-moz-placeholder { color: #999; opacity: 1; }

.pro2-form .item-form :-ms-input-placeholder { color: #999; opacity: 1; }

.pro2-form .item-form .star { background: url(../images/star1.png) no-repeat left center; }

.pro2-form .item-form .item-input { width: 47.52066%; padding-left: 12px; margin-bottom: 20px; }

.pro2-form .item-form .input1 { padding-right: 21px; }

.pro2-form .item-form .item-input1 { float: left; width: 100%; padding-left: 12px; margin-bottom: 23px; }

.pro2-form .item-form .item-input1.star { background-position-y: 20px; }

.pro2-form .item-form input, .pro2-form .item-form textarea { background-color: #fff; border-radius: 5px; width: 100%; display: block; font-size: 16px; font-size: 1.6rem; color: #999; font-family: "OpenSans"; border: 1px solid #172A88; }

.pro2-form .item-form input { height: 51px; line-height: 51px; padding: 0 12px; }

.pro2-form .item-form textarea { margin-top: 5px; height: 161px; padding: 12px 12px; line-height: 24px; }

.pro2-form .item-form .item-code { width: 175px; margin-right: 28px; }

.pro2-form .item-form .item-img { height: 51px; }

.pro2-form .item-form .item-img img { display: block; cursor: pointer; max-height: 100%; }

.pro2-form .item-form .item-btnbox { width: 373px; margin-top: -2px; margin-left: 12px; margin-bottom: 26px; position: relative; float: left; }

.pro2-form .item-form .item-btnbox:hover .item-btn { background-color: #FF0000; border:#FF0000 solid 1px;}

@media screen and (max-width: 1219px) { .pro2-form .item-form .item-btnbox { width: 46.5%; } }

@media screen and (max-width: 500px) { .pro2-form .item-form .item-btnbox { width: -moz-calc(100% - 12px); width: calc(100% - 12px); } }


.pro2-form .item-form .item-btnbox .item-submit { width: 100%; height: 51px; position: relative; z-index: 2; display: block; background-color: transparent; cursor: pointer; }

@media screen and (max-width: 767px) { .pro2-form  .item-form .item-btnbox .item-submit { height: 40px; } }

.pro2-form  .item-form .item-btnbox .item-btn { cursor: pointer; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; line-height: 24px; padding: 12px 0 13px; background-color: #143D93; font-size: 18px; font-size: 1.8rem; color: #fff; text-transform: uppercase; text-align: center; border-radius: 5px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro2-form .item-form .item-btnbox .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; margin-left: 20px; display: inline-block; }

@media screen and (max-width: 1219px) { .pro2-form .item-form .item-btnbox .item-btn { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro2-form .item-form .item-btnbox .item-btn { padding: 8px; font-size: 14px; font-size: 1.4rem; }
 .pro2-form  .item-form .item-btnbox .item-btn .iconfont { font-size: 18px; font-size: 1.8rem; margin-left: 5px; } }

@media screen and (max-width: 1219px) { .pro2-form .item-form .input1 { padding-right: 0; } }

@media screen and (max-width: 767px) { .pro2-form .item-input,.pro2-form .item-form .item-input1 { margin-bottom: 15px; }
  .pro2-form .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .pro2-form .item-form input, .contact-box .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .pro2-form .item-form textarea { height: 150px; }
  .pro2-form .item-form .item-code { width: -moz-calc(100% - 100px) !important; width: calc(100% - 100px) !important; margin-right: 0; }
  .pro2-form .item-form .item-img { float: right; height: 40px; } }

@media screen and (max-width: 500px) { .pro2-form .item-form .item-input { width: 100%; } }


/*麦 站 网分页样式*/
.pages{padding: 20px 0;width:100%;text-align: center;clear: both;}
.pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;}
.pages a:hover{display:inline-block;color: #fff;background: #143D93;border-color: #143D93;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pages span{display:inline-block;color: #666;}
.pages a.page-num-current{display:inline-block;color: #fff;background: #143D93;border-color: #143D93;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.text-secondary{text-align: center; padding:10px 0}