.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}
.pro1-list1{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.pro1-list1 li{
    width: 32%;
    box-sizing:border-box;
    padding: 2%;
    text-align: center
}
.pro1-list1 li img{
    width: 100%
}

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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

body { color: #333; font-family: 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 { 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: #333; opacity: 1; }

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page a { display: inline-block; border: solid 1px #0258A6; color: #0258A6; width: 25px; height: 25px; line-height: 23px; border-radius: 50%; margin: 0 3px 10px; }

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

.page a.prev:hover, .page a.next:hover { color: #0258A6; }

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

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

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

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

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

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

.page .add-form .add-btn { margin-left: 13px; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.5px; text-align: center; width: 170px; height: 32px; line-height: 30px; background-color: #0258A6; color: #FFFFFF; cursor: pointer; }

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

@media only screen and (max-width: 767px) { .page .add-form { float: none; margin-left: 0; font-size: 14px; font-size: 1.4rem; padding-left: 25px; }
  .page .add-form .add-btn { width: 140px; height: 28px; line-height: 26px; margin-left: 5px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
#online_qq_layer { z-index: 99; position: fixed; right: 0; top: 248px; margin-top: -122px; _position: absolute; _top: 50%; }

#online_qq_tab { width: 25px; float: left; margin: 0px; margin-top: 68px; position: relative; z-index: 9; }

#online_qq_tab a { display: block; height: 90px; line-height: 999em; overflow: hidden; width: 25px; }

#online_qq_tab a#floatShow { background: url(../images/kf1.png) no-repeat left center; }

#online_qq_tab a#floatHide { background: url(../images/kf1.png) no-repeat left center; }

#onlineService { float: left; width: 164px; opacity: 1; background: #0258A6; border-radius: 8px; padding-left: 6px; padding-right: 6px; padding-bottom: 5px; display:none; }

.kefubiao { display: block; line-height: 34px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; padding-top: 2px; padding-bottom: 0px; /*text-transform: uppercase;*/ }

.kefun { background: #fff; border-radius: 8px; overflow: hidden; padding-bottom: 30px; }

.kefutu { display: block; padding: 12px 0 20px; text-align: center; }

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

.kefu-mail { background-color: #0258A6; width: 114px; line-height: 34px; color: #fff; display: block; margin: 0 auto; text-align: center; }

.kefu-mail .iconfont { font-size: 20px; font-size: 2rem; vertical-align: middle; margin-right: 5px; }

.kefu-mail:hover { background-color: #333; }

/*back-top*/
.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 42px; height: 42px; background-color: #fff; text-align: center; line-height: 42px; }

.back-top:after { position: absolute; content: ''; top: 3px; right: -3px; bottom: -3px; left: 3px; background-color: #fff; background-color: rgba(255, 255, 255, 0.7); z-index: -1; }

.back-top .iconfont { width: 42px; height: 42px; display: block; background-color: #fff; font-size: 22px; font-size: 2.2rem; color: #333; position: relative; z-index: 99; }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 19px 0 0; background: url(../images/newsbg.png) repeat-x top; }

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

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

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

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

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

.m-oths .iconfont { font-size: 17px; font-size: 1.7rem; color: #0258A6; vertical-align: middle; margin-right: 5px; }

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

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

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

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

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

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

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

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

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

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

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

.search .search-box { overflow: hidden; position: relative; width: 395px; height: 40px; border-radius: 2px; border: solid 2px #0258A6; background-color: #F7F7F7; cursor: pointer; }

.search .search-box .iconfont { font-size: 20px; font-size: 2rem; color: #fff; position: absolute; width: 45px; height: 40px; line-height: 40px; text-align: center; right: 0; top: 50%; margin-top: -20px; background-color: #0258A6; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 40px; padding: 0 55px 0 22px; color: #999; }

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

@media screen and (max-width: 1219px) { .search .search-box { width: 330px; }
  .search .search-input { padding: 0 55px 0 10px; } }

@media screen and (max-width: 767px) { .search .search-box { width: 270px; height: 30px; }
  .search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; height: 30px; line-height: 30px; width: 30px; margin-top: -15px; }
  .search .search-input { line-height: 30px; font-size: 12px; font-size: 1.2rem; padding: 0 35px 0 5px; }
  .search .search-submit { width: 30px; } }

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

/*-------------header start----------------------------------------------------------------*/
.fixed { padding-top: 112px; }

.fixed .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; }

@media screen and (max-width: 1219px) { .fixed { padding-top: 102px; } }

@media screen and (max-width: 999px) { .fixed { padding: 0; }
  .fixed .header { position: static; } }
  
.header{background-color: #fff;}

.header .wp { padding-left: 390px; position: relative; }

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

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

.header .h-top { padding: 15px 0 15px; }

@media screen and (max-width: 1219px) { .header .h-top { padding: 10px 0; } }

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

.header .h-top .m-hdlang { margin: 0 14px; width: 130px; background-color: #efefef; position: relative; float: right; }

@media screen and (max-width: 767px) { .header .h-top .m-hdlang { width: 110px; margin-left: 0; } }

@media screen and (max-width: 500px) { .header .h-top .m-hdlang { margin: 0; } }

.header .h-top .m-hdlang .lang-list { display: none; position: absolute; left: 0; top: 100%; z-index: 999; width: 100%; background-color: #efefef; }

.header .h-top .m-hdlang .lang-item { float: none; line-height: 25px; padding: 2px 20px 2px 19px; width: 100%; color: #666; font-family: Tahoma, helvetica, sans-serif; }

.header .h-top .m-hdlang .lang-item svg, .header .h-top .m-hdlang .lang-item img { vertical-align: middle; margin-right: 6px; max-width: 24px; max-height: 24px; }

.header .h-top .m-hdlang .lang-item a:hover { color: #0258A6; }

@media screen and (max-width: 767px) { .header .h-top .m-hdlang .lang-item { font-size: 12px; font-size: 1.2rem; padding: 2px 20px 2px 10px; }
  .header .h-top .m-hdlang .lang-item svg, .header .h-top .m-hdlang .lang-item img { margin-right: 3px; max-width: 20px; max-height: 20px; } }

.header .h-top .m-hdlang > .lang-item { cursor: pointer; display: inline-block; padding: 7px 20px 7px 19px; background: url(../images/lang.png) no-repeat 110px center; }

@media screen and (max-width: 767px) { .header .h-top .m-hdlang > .lang-item { padding: 2px 20px 2px 10px; background-position-x: 95px; } }

.header .h-top .keywords { text-align: right; padding: 8px 0; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

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

.header .h-top .keywords a:hover { color: #0258A6; }

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

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

@media screen and (max-width: 1219px) { .header .logo { width: 280px; top: 24px; } }

@media screen and (max-width: 999px) { .header .logo { position: relative; top: auto; left: auto; margin: 5px auto 15px; width: 250px; } }

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

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

.header .h-bot .h-follow { margin-top: 6px; margin-left: 20px; }

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

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

.header .h-bot .h-follow .iconfont { color: #0258A6; font-size: 17px; font-size: 1.7rem; }

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

.header .navlist { float: right; }

.header .navlist > li { position: relative; float: left; margin-left: 53px; margin-left: 52px \0; }

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

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; font-family: "Poppins-Medium"; text-transform: capitalize; display: block; position: relative; line-height: 30px; padding-bottom: 11px; }

.header .navlist > li > a:after { position: absolute; content: ''; width: 9px; height: 9px; border-radius: 50%; background-color: #0258A6; left: 50%; margin-left: -5px; bottom: 2px; display: none; }

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

.header .navlist > li.nav-active > a:after, .header .navlist > li:hover > a:after { display: block; }

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

@media screen and (max-width: 999px) { .header .navlist { overflow: hidden; float: none; }
  .header .navlist > li { width: 20%; margin: 0; }
  .header .navlist > li > a { text-align: center; } }

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

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

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 192px; left: 50%; margin-left: -96px; border-top: solid 2px transparent; }

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

.header .yiji li:last-child > a { border: 0; }

.header .yiji li > a { font-size: 16px; font-size: 1.6rem; display: block; line-height: 24px; padding: 8px 9px; border-bottom: dashed 1px #eee; }

.header .yiji li:hover > a { color: #0258A6; }

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

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

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

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

.header .erji li, .header .sanji li{padding: 0 5px;}

.header .erji li  > a, .header .sanji li  > a{
	font-size: 14px; font-size: 1.4rem; display: block; line-height: 20px; padding:8px 5px; border-bottom: dashed 1px #eee;
}
/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

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

.navlist1 > li > a { font-family: "Poppins-Medium"; text-transform: capitalize; display: inline-block; position: relative; line-height: 30px; padding-bottom: 11px; }

.navlist1 > li > a:after { position: absolute; content: ''; width: 9px; height: 9px; border-radius: 50%; background-color: #0258A6; left: 50%; margin-left: -5px; bottom: 2px; display: none; }

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

.navlist1 > li.nav-active > a:after, .navlist1 > li:hover > a:after { display: block; }

@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 { position: relative; background-color: #0258A6; }

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

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

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

.footer .f-top li { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .footer-title { font-size: 24px; font-size: 2.4rem; font-family: "Poppins-Medium"; text-transform: uppercase; padding: 49px 0 14px; }

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

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

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

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

.footer .f-top .flist2 .item1 { margin-bottom: 5px; }

.footer .f-top .flist2 .iconfont { float: left; font-size: 18px; font-size: 1.8rem; margin-right: 9px; }

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

.footer .f-top .flist2 .add { line-height: 24px; padding: 12px 0 0; }

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

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

@media screen and (max-width: 999px) { .footer .f-top .flist3 { width: 100%; margin: 0; }
  .footer .f-top .flist1, .footer .f-top .flist2 { width: 50%; } }

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

.footer .f-form { margin-top: -14px; }

.footer .f-form input, .footer .f-form textarea { width: 100%; border-bottom: solid 1px #fff; color: #fff; font-size: 16px; font-size: 1.6rem; }

.footer .f-form input { height: 56px; line-height: 56px; }

.footer .f-form textarea { padding: 16px 0; line-height: 22px; height: 57px; display: block; margin-bottom: 10px; }

.footer .f-form .item-row { padding: 5px 0 0; }

.footer .f-form .codeinput { width: 184px; float: left; margin-right: 9px; height: 56px; }

.footer .f-form .codeimg { float: left; margin-top: 16px; cursor: pointer; width: 127px; }

.footer .f-form .codeimg img { display: block; }

.footer .f-form .codebtn { padding: 0; text-align: center; font-size: 14px; font-size: 1.4rem; float: left; margin-left: 6px; margin-top: 12px; width: 126px; height: 46px; line-height: 46px; text-align: center; background: #fff; border-radius: 4px; color: #333; text-transform: uppercase; border: 0; }

.footer .f-form .codebtn:hover { background-color: #333; color: #fff; }

.footer .f-bot { border-top: solid 1px #fff; padding: 34px 0 12px; }

.footer .f-bot .f-follow a { float: left; }

.footer .f-bot .f-follow .iconfont { color: #fff; font-size: 18px; font-size: 1.8rem; margin-left: 24px; }

.footer .f-bot .f-follow .iconfont:hover { color: #0258A6; }

.footer .f-bot .copyright { font-size: 16px; font-size: 1.6rem; line-height: 24px; overflow: hidden; }

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

.footer .f-bot .links { margin-top: 10px; line-height: 24px; }

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

@media screen and (max-width: 767px) { .footer .f-bot { border: 0; padding: 20px 0 15px; }
  .footer .f-bot .f-follow { float: none; }
  .footer .f-bot .f-follow a:first-child .iconfont { margin-left: 0; }
  .footer .f-bot .copyright { margin-top: 10px; font-size: 14px; font-size: 1.4rem; }
  .footer .f-bot .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
.wrap { padding: 59px 0 57px; }

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

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

.page_wrap { padding: 30px 0 100px; }

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

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

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

.nomt { padding-top: 0; }

/*-------------index start-----------------------------------------------------------------*/
.main .box-main { width: 936px; }

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

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

.main .box-slide { width: 242px; }

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

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

/*proslide start*/
.proslide { width: 100%; }

.proslide-title { position: relative; font-family: "Poppins-Medium"; font-size: 22px; font-size: 2.2rem; background: #0258A6; line-height: 63px; text-align: center; text-transform: capitalize; margin-bottom: 12px; }

.proslide-title, .proslide-title a { color: #FFFFFF; }

.proslide-title a { display: block; }

.proslide-title:hover { background-color: #333; }

@media screen and (max-width: 767px) { .proslide-title { font-size: 20px; font-size: 2rem; line-height: 40px; display: none; } }

.proslide-title1 { display: none; position: relative; font-family: "Poppins-Medium"; font-size: 20px; font-size: 2rem; background: #0258A6; line-height: 40px; text-align: center; text-transform: capitalize; margin-bottom: 12px; }

.proslide-title1, .proslide-title1 a { color: #FFFFFF; }

.proslide-title1 a { display: block; }

.proslide-title1:hover { background-color: #333; }

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

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

.pro-slidenav > li { margin-bottom: 8px; }

.pro-slidenav > li > a { display: block; font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #0258A6; line-height: 24px; padding: 10px 30px 10px 18px; position: relative; background-color: #F2F2F2; margin-bottom: 5px; }

.pro-slidenav > li .iconfont { font-size: 12px; font-size: 1.2rem; color: #0258A6; position: absolute; right: 18px; top: 10px; }

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

.proslide-yiji { padding: 11px 0 16px; background-color: #FCFCFC; }

.proslide-yiji > li { position: relative; }

.proslide-yiji > li a { display: block; color: #333; padding: 3px 16px 3px 30px; line-height: 24px; position: relative; }

.proslide-yiji > li.slide-active1 > a, .proslide-yiji > li:hover > a { color: #0258A6; }

.proslide-yiji > li.slide-active1 .erji-icon, .proslide-yiji > li:hover .erji-icon { background-position: -32px -4px; }

.proslide-yiji .erji-icon { cursor: pointer; position: relative; width: 24px; height: 24px; line-height: 24px; background-image: url(../images/32px.png); background-position: 0 -4px; position: absolute; top: 3px; left: 6px; }

.proslide-yiji .erji-circle { position: relative; width: 24px; height: 24px; background-image: url(../images/BlackDot.png); background-repeat: no-repeat; background-position: 10px center; position: absolute; top: 3px; left: 6px; }

.proslide-erji { padding: 5px 0; }

.proslide-erji > li a { display: block; color: #333; padding: 3px 20px 3px 45px; line-height: 20px; background: url(../images/BlackDot.png) no-repeat 30px 8px; }

.proslide-erji > li.slide-active2 > a, .proslide-erji > li:hover > a { color: #0258A6; }

/*proslide end*/
/* index-title start */
.index-title { font-family: "Poppins-Medium"; font-size: 24px; font-size: 2.4rem; line-height: 30px; padding: 5px 0; }

.index-title, .index-title a { color: #0258A6; }

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

@media screen and (max-width: 767px) { .index-title { font-size: 20px; font-size: 2rem; line-height: 26px; padding: 0; } }

/* index-title end */
/* index-probox start */
.index-probox { background-color: #FCFCFC; padding: 15px; margin-bottom: 17px; }

.index-probox .index-title { padding-right: 70px; }

.index-probox .indexpro-scrollbox { position: relative; }

.index-probox .indexpro-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; position: absolute; top: 11px; }

.index-probox .indexpro-scrollbox .scroll-btns .scroll-btn .iconfont { color: #999; font-size: 29px; font-size: 2.9rem; }

.index-probox .indexpro-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #0258A6; }

.index-probox .indexpro-scrollbox .scroll-btns .scroll-btn.prev { right: 34px; }

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

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

.index-probox .indexpro-scrollbox .scroll-list-box { width: 100%; overflow: hidden; margin-top: 14px; }

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

.index-probox .indexpro-scrollbox .scroll-list li { float: left; width: 0.15747%; margin-right: 0.01104%; }

@media screen and (max-width: 767px) { .index-probox .indexpro-scrollbox .scroll-list li { width: 0.1839%; margin-right: 0.02%; } }

@media screen and (max-width: 640px) { .index-probox .indexpro-scrollbox .scroll-list li { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 500px) { .index-probox .indexpro-scrollbox .scroll-list li { width: 0.32%; margin-right: 0.02%; } }

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

.index-probox .indexpro-scrollbox .scroll-list .item-pic { width: 100%; border: solid 1px #E3E3E3; position: relative; }

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

.index-probox .indexpro-scrollbox .scroll-list .item-title { text-align: center; line-height: 36px; background-color: #0258A6; }

.index-probox .indexpro-scrollbox .scroll-list .item-title, .index-probox .indexpro-scrollbox .scroll-list .item-title a { color: #fff; }

.index-probox .indexpro-scrollbox .scroll-list .item-title:hover { background-color: #333; }

.index-probox .indexpro-scrollbox .scroll-list .item-title:hover, .index-probox .indexpro-scrollbox .scroll-list .item-title:hover a { color: #fff !important; }

@media screen and (max-width: 767px) { .index-probox .indexpro-scrollbox .scroll-list .item-title { line-height: 30px; } }

/* index-probox end */
/* index-partners start */
.index-partners { background-color: #FCFCFC; padding: 18px 15px 17px; margin-bottom: 19px; }

.index-partners .partners-scrollbox { position: relative; }

.index-partners .partners-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; position: absolute; top: 11px; }

.index-partners .partners-scrollbox .scroll-btns .scroll-btn .iconfont { color: #999; font-size: 29px; font-size: 2.9rem; }

.index-partners .partners-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #0258A6; }

.index-partners .partners-scrollbox .scroll-btns .scroll-btn.prev { right: 34px; }

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

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

.index-partners .partners-scrollbox .scroll-list-box { width: 100%; overflow: hidden; margin-top: 16px; }

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

.index-partners .partners-scrollbox .scroll-list li { float: left; width: 0.19205%; margin-right: 0.00993%; }

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

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

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

.index-partners .partners-scrollbox .scroll-list .item-pic { width: 100%; border: solid 1px #E3E3E3; position: relative; }

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

/* index-partners end */
/* index-about start */
.index-about { font-size: 0; letter-spacing: 0; }

.index-about .list-item { display: inline-block; vertical-align: top; width: 48.61111%; margin-left: 2.77778%; margin-bottom: 10px; background-color: #FCFCFC; padding: 16px 15px 30px; }

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

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

.index-about .item-more { float: right; font-size: 14px; font-size: 1.4rem; line-height: 26px; font-family: arial, helvetica, sans-serif; }

.index-about .index-title { margin-bottom: 6px; }

.index-about .item-pic { float: right; width: 189px; margin-left: 5px; }

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

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

@media screen and (max-width: 999px) { .index-about .item-pic { width: 160px; } }

@media screen and (max-width: 767px) { .index-about .item-pic { width: 189px; } }

@media screen and (max-width: 450px) { .index-about .item-pic { width: 130px; } }

.index-about .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; height: 150px; margin-top: 13px; }

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

@media screen and (max-width: 450px) { .index-about .item-desc { line-height: 20px; height: 100px; font-size: 12px; font-size: 1.2rem; } }

/* index-about end */
/* index-lnews start */
.index-lnews { background-color: #FCFCFC; padding: 16px 15px 20px; }

.index-lnews .box-list .list-item { float: left; width: 30.90508%; margin-left: 3.64238%; margin-top: 16px; }

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

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

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

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

.index-lnews .box-list .item-body { padding: 8px 0 13px; }

.index-lnews .box-list .item-title { font-size: 15px; font-size: 1.5rem; font-family: "Poppins-Medium"; }

.index-lnews .box-list .item-date { font-size: 12px; font-size: 1.2rem; color: #999; margin-top: 3px; }

.index-lnews .box-list .item-desc { margin-top: 6px; font-size: 12px; font-size: 1.2rem; line-height: 23px; height: 46px; }

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

.index-lnews .box-list .item-btn { font-family: "Poppins-Medium"; font-size: 12px; font-size: 1.2rem; line-height: 22px; display: inline-block; margin-top: 7px; }

/* index-lnews end */
/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-products start----------------------------------------------------------*/
.pro-main .box-main { background-color: #FCFCFC; padding: 18px 10px 22px; }

@media screen and (max-width: 767px) { .pro-main .box-main { padding: 15px 10px; } }

/* pro1-list start */
.pro1-list { padding-left: 5px; padding-right: 5px; padding-bottom: 20px; }

.pro1-list .list-item { float: left; width: 23.67257%; margin-right: 1.76991%; }
.pro1-list .list-item:nth-child(4n){
  margin-right: 0;
}


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

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

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

.pro1-list .item-pic { border: solid 1px #E3E3E3; }

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

.pro1-list .item-title { background-color: #0258A6; text-align: center; padding: 0 10px; font-size: 16px; font-size: 1.6rem; line-height: 42px; }

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

.pro1-list .item-title, .pro1-list .item-title a { color: #fff; }

.pro1-list .item-title:hover { background-color: #333; }

.pro1-list .item-title:hover a { color: #fff !important; }

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

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

.pro1-list .item-btn { margin: 11px auto 26px; display: block; width: 122px; height: 32px; line-height: 30px; text-align: center; border: solid 1px #0258A6; color: #0258A6; }

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

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

/* pro1-list end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 { padding: 0 5px; }

.m-prob1 .prob-pic { width: 387px; float: left; }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #E3E3E3; }

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

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

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

.m-prob1 .prob-pic-small { position: relative; padding: 0 23.5px; overflow: hidden; margin-top: 10px; }

.m-prob1 .prob-pic-btn { position: absolute; display: block; cursor: pointer; overflow: hidden; width: 20px; height: 20px; top: 50%; margin-top: -10px; }

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

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

.m-prob1 .prob-pic-btn .iconfont { color: #B3B3B3; font-size: 20px; font-size: 2rem; }

.m-prob1 .prob-pic-btn .iconfont:hover { color: #0258A6; }

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

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

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

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.23529%; width: 2.32353%; }

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

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

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

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

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

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

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

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

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 20px auto 0; } }

.pro-info .item-title { margin-top: 9px; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 30px; position: relative; }

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

.pro-info .item-desc { line-height: 30px; min-height: 256px; padding: 17px 0; }

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

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

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

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

.pro-info .item-btn:hover { background-color: #0258A6; color: #fff; }

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

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

/* pro2-tab start */
.pro2-tab { margin-top: 27px; }

.pro2-tab .tab-options { letter-spacing: 0; font-size: 0; }

@media screen and (max-width: 767px) { .pro2-tab .tab-options { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } }

.pro2-tab .tab-options li { display: inline-block; vertical-align: top; background-color: #f2f2f2; text-align: center; min-width: 288px; font-size: 22px; font-size: 2.2rem; font-weight: bold; text-transform: uppercase; color: #0258A6; line-height: 30px; padding: 14px 5px 13px; cursor: pointer; }

.pro2-tab .tab-options li:hover, .pro2-tab .tab-options li.tab-active { background-color: #0258A6; color: #fff; }

.pro2-tab .tab-options li:first-child { margin-right: 2px; }

@media screen and (max-width: 999px) { .pro2-tab .tab-options li { font-size: 20px; font-size: 2rem; padding: 10px 5px; } }

@media screen and (max-width: 767px) { .pro2-tab .tab-options li { font-size: 14px; font-size: 1.4rem; line-height: 26px; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; min-width: auto; padding: 8px 5px; } }

.pro2-tab .tab-content { border: solid 1px #0258A6; margin-top: 6px; padding: 23px 16px; }

/* pro2-tab end */
/* pro2-title start */
.pro2-title { border-bottom: solid 1px #0258A6; }

.pro2-title p { display: inline-block; min-width: 203px; background-color: #F2F2F2; font-size: 20px; font-size: 2rem; line-height: 30px; padding: 5px 15px; }

.pro2-title p, .pro2-title p a { color: #0258A6; }

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

@media screen and (max-width: 767px) { .pro2-title p { font-size: 18px; font-size: 1.8rem; min-width: auto; line-height: 26px; padding: 5px 15px; } }

/* pro2-title end */
.pro2-descbox .pro2-spec { padding: 13px 0 29px; }

.pro2-descbox .pro2-spec .table table tr:first-child { font-weight: bold; }

.pro2-descbox .pro2-spec .table table tr td { line-height: 36px; border-color: #333; font-size: 16px; font-size: 1.6rem; color: #000; }

.pro2-spec { font-size: 16px; font-size: 1.6rem; line-height: 26px; }

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

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

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

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

.related-box .scroll-box { position: relative; }

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

.related-box .scroll-box .scroll-btns .scroll-btn .iconfont { color: #333; font-size: 26px; font-size: 2.6rem; }

.related-box .scroll-box .scroll-btns .scroll-btn .iconfont:hover { color: #0258A6; }

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

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

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

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

.related-box .scroll-box .scroll-list { width: 10000%; }

.related-box .scroll-box .scroll-list li { float: left; width: 0.23729%; margin-right: 0.01695%; }

@media screen and (max-width: 640px) { .related-box .scroll-box .scroll-list li { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 500px) { .related-box .scroll-box .scroll-list li { width: 0.49%; } }

.related-box .scroll-box .scroll-list .item-pic { width: 100%; border: solid 1px #E3E3E3; position: relative; }

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

.related-box .scroll-box .scroll-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 42px; background-color: #0258A6; }

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

.related-box .scroll-box .scroll-list .item-title:hover { background-color: #333; }

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

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

.pro2-pack { margin-top: 32px; }

.pro2-pack .pro2-spec { padding: 24px 0 27px; }

.pro2-pack .box-list { padding-bottom: 8px; letter-spacing: 0; font-size: 0; text-align: center; }

.pro2-pack .box-list .list-item { display: inline-block; vertical-align: top; width: 25.31073%; margin-left: 7.68362%; }

@media screen and (max-width: 999px) { .pro2-pack .box-list .list-item { width: 27.33%; margin: 0 3%; } }

@media screen and (max-width: 767px) { .pro2-pack .box-list .list-item { width: 31.33%; margin: 0 1%; } }

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

.pro2-pack .box-list .item-pics { max-width: 224px; margin: 0 auto; padding: 5px; background: url(../images/web1.png) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

.pro2-pack .box-list .item-pics img { display: block; margin: 0 auto; max-width: 214px; width: 100%; }

.pro2-pack .box-list .item-title {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; margin-top: 15px; margin-bottom: 16px; }

.pro2-pack .box-list .item-title, .pro2-pack .box-list .item-title a { color: #333; }

@media screen and (max-width: 767px) { .pro2-pack .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin: 10px 0 15px; } }

.pro2-company .pro2-spec { padding: 20px 0 27px; }

/* pro2-faq start */
.pro2-faq .faq-list { padding: 18px 0 0; }

.pro2-faq .faq-list .item-title { background-color: #F2F2F2; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 26px; padding: 10px 9px 12px; }

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

.pro2-faq .faq-list .item-desc { padding: 13px 0 23px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

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

/* pro2-faq end */
/* c-form start */
.c-form { /* .item-box{float: left;} */ }

.c-form .star1 { position: relative; }

.c-form .star1:before { position: absolute; content: ' '; width: 7px; height: 7px; background: url(../images/star1.png) no-repeat center; left: -15px; top: 50%; margin-top: -3.5px; }

.c-form .item-box input, .c-form .item-box textarea { border: solid 1px #333; color: #333; background-color: #fff; }

.c-form .item-box > div { margin-bottom: 19px; position: relative; }

.c-form .item-box > div .iconfont { font-size: 20px; font-size: 2rem; color: #333; line-height: 24px; position: absolute; width: 44px; text-align: center; left: 0; top: 14px; }

.c-form .item-box input { height: 48px; line-height: 46px; }

@media screen and (max-width: 999px) { .c-form .item-box input { height: 44px; line-height: 42px; }
  .c-form .item-box > div .iconfont { font-size: 20px; font-size: 2rem; line-height: 20px; width: 36px; left: 0; top: 15px; } }

@media screen and (max-width: 767px) { .c-form .item-box input, .c-form .item-box textarea { font-size: 14px; font-size: 1.4rem; }
  .c-form .item-box > div { margin-bottom: 15px; }
  .c-form .item-box > div .iconfont { font-size: 16px; font-size: 1.6rem; line-height: 16px; width: 30px; left: 0; top: 12px; }
  .c-form .item-box input { height: 38px; line-height: 36px; } }

.c-form .item-left { width: 368px; padding-left: 14px; padding-right: 0; }

.c-form .item-left input { width: 100%; padding: 0 10px 0 40px; }

@media screen and (max-width: 1219px) { .c-form .item-left { width: 250px; } }

@media screen and (max-width: 999px) { .c-form .item-left { width: 100%; padding-right: 0; }
  .c-form .item-left input { padding: 0 10px 0 36px; } }

@media screen and (max-width: 767px) { .c-form .item-left input { padding: 0 10px 0 30px; } }

.c-form .item-right { width: 490px; padding-left: 14px; }

.c-form .item-right .textarea:before { top: 23px; }

.c-form .item-right textarea { width: 100%; height: 182px; line-height: 24px; resize: none; padding: 10px 10px 10px 40px; display: block; }

.c-form .item-right .code-input { width: 180px; padding: 0 16px; margin-right: 11px; }

.c-form .item-right .code-img { cursor: pointer; width: 156px; overflow: hidden; }

.c-form .item-right .code-img img { display: block; }

.c-form .item-right .code-btn { width: 118px; border: 0; background-color: #0258A6; color: #fff; }

.c-form .item-right .code-btn:hover { background-color: #333; }

@media screen and (max-width: 1219px) { .c-form .item-right { margin-right: 0; width: 376px; }
  .c-form .item-right .code-input { width: 110px; }
  .c-form .item-right .code-btn { width: 80px; } }

@media screen and (max-width: 999px) { .c-form .item-right { width: 100%; }
  .c-form .item-right .item-code.star1:before, .c-form .item-right .textarea:before { top: 15px; margin-top: 0; }
  .c-form .item-right textarea { height: 150px; padding: 8px 10px 10px 36px; }
  .c-form .item-right .code-input { width: 100%; margin-bottom: 20px; }
  .c-form .item-right .code-btn { width: 100%; margin-top: 20px; } }

@media screen and (max-width: 767px) { .c-form .item-right .item-code.star:before, .c-form .item-right .textarea:before { top: 13px; margin-top: 0; }
  .c-form .item-right textarea { height: 120px; padding: 3px 10px 10px 30px; }
  .c-form .item-right .code-input { margin-bottom: 15px; }
  .c-form .item-right .code-btn { margin-top: 15px; } }

/* c-form end */
/*-------------1-2-products end------------------------------------------------------------*/
/*-------------1-3-products start----------------------------------------------------------*/
/*-------------1-3-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
/* about-bar start */
.about-bar { -webkit-box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); border-bottom: solid 1px #e6e6e6; margin-bottom: 50px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* about-bar end */
.about1-main { background-color: #FCFCFC; padding: 19px 15px 30px; }

/* about1-top start */
.about1-top .item-pic { float: right; position: relative; margin-left: 2.5%; width: 549px; }

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

@media screen and (max-width: 1219px) { .about1-top .item-pic { width: 500px; } }

@media screen and (max-width: 999px) { .about1-top .item-pic { width: 400px; } }

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

.about1-top .item-title { font-family: "PoppinsRegular"; background: url(../images/web4.png) no-repeat left center; padding-left: 26px; font-size: 27px; font-size: 2.7rem; text-transform: uppercase; margin-top: 6px; }

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

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

.about1-top .item-subt { margin-top: 5px; font-size: 30px; font-size: 3rem; font-weight: bold; color: #0258A6; padding-bottom: 17px; position: relative; }

.about1-top .item-subt:after { position: absolute; content: ''; width: 38.8%; height: 3px; background-color: #333; left: 0; bottom: 0; }

@media screen and (max-width: 999px) { .about1-top .item-subt { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .about1-top .item-subt { font-size: 22px; font-size: 2.2rem; padding-bottom: 10px; } }

.about1-top .item-desc { padding: 14px 0 32px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

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

@media screen and (max-width: 767px) { .about1-top .item-desc { padding: 20px 0 30px; line-height: 24px; }
  .about1-top .item-desc p { min-height: 24px; } }

/* about1-top end */
.about-scroll { position: relative; overflow: hidden; padding: 0 44px; }

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

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

.about-scroll .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; color: #999; }

.about-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #0258A6; }

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

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

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

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

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

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

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

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

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

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

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

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

.about-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background-color: #0258A6; background-color: rgba(2, 88, 166, 0.45); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.about-scroll .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 39px; font-size: 3.9rem; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; }

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

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

/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.about2-main { background-color: #FCFCFC; padding: 15px 15px 23px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about2-main p { min-height: 30px; }

.about2-main img, .about2-main iframe { max-width: 100%; }

.about2-main strong { font-family: "PoppinsRegular"; font-weight: normal; font-size: 24px; font-size: 2.4rem; line-height: 30px; display: inline-block; color: #0258A6; background: url(../images/web5.png) no-repeat left 7px; padding-left: 27px; padding: 2px 0 7px 27px; }

@media screen and (max-width: 767px) { .about2-main { padding: 15px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about2-main p { min-height: 24px; }
  .about2-main strong { font-size: 20px; font-size: 2rem; padding-bottom: 0 0 0 27px; } }

/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
.about3-main { background-color: #FCFCFC; padding: 24px 35px 44px; }

@media screen and (max-width: 999px) { .about3-main { padding: 15px; } }

.fac-list { letter-spacing: 0; font-size: 0; padding-bottom: 3px; }

.fac-list li { display: inline-block; vertical-align: top; width: 49.02655%; margin-left: 1.9469%; margin-bottom: 22px; }

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

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

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

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

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

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

.fac-list .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; margin-top: 10px; }

@media screen and (max-width: 999px) { .fac-list li { width: 48%; margin: 0 1% 20px; }
  .fac-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

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

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

/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-wrap { background-color: #FCFCFC; padding: 10px 12px 34px; }

.news1-list { padding-bottom: 20px; }

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

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

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

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

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

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

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

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

.news1-list .item-title { margin-top: 9px; font-family: "Poppins-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

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

.news1-list .item-date { line-height: 28px; color: #999; }

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

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

.news1-list .item-btn { margin-top: 18px; display: block; font-family: "Poppins-Medium"; line-height: 20px; color: #0258A6; }

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

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-main { background-color: #FCFCFC; padding: 12px 15px 43px; }

@media screen and (max-width: 767px) { .news2-main { padding-bottom: 20px; } }

.news2-main > .item-title { padding-right: 240px; position: relative; }

.news2-main > .item-title h1 { font-size: 18px; font-size: 1.8rem; font-family: "Poppins-Medium"; line-height: 26px; }

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

.news2-main .item-date { margin-top: 1px; }

.news2-main .item-date > span { margin-right: 20px; line-height: 26px; display: inline-block; color: #999; }

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

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

.news2-main .pro-share .share-title { color: #666; font-size: 16px; font-size: 1.6rem; font-family: arial, helvetica, sans-serif; font-weight: normal; }

@media screen and (max-width: 767px) { .news2-main .pro-share { position: relative; top: auto; right: auto; margin-top: 10px; }
  .news2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

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

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

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

.news2-main .item-desc strong { color: #333; }

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

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
.contact-main { background-color: #FCFCFC; padding: 15px 15px 35px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ /* .box-left start */ /* .box-left start */ }

@media screen and (max-width: 767px) { .contact-main { padding: 15px 10px; } }

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

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

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

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

.contact-main .box-left { overflow: hidden; }

.contact-main .box-left .item-title { margin-top: 8px; font-size: 18px; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; color: #0258A6; }

.contact-main .box-left .box-list { margin-bottom: 26px; margin-top: 14px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.contact-main .box-left .box-list a:hover { color: #0258A6; }

.contact-main .box-left .box-list .iconfont { float: left; color: #0258A6; margin-right: 15px; }

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

@media screen and (max-width: 1219px) { .contact-main .box-left .item-title { margin-top: 0; } }

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

.contact-main .box-form { width: 560px; margin-left: 4.58333%; }

.contact-main .box-form .box-title { color: #0258A6; font-size: 18px; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; margin-bottom: 16px; padding-left: 14px; }

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

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

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

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

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

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

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

.contact-main .box-form .item-row .code-btn { float: right; width: 181px; border-color: #0258A6; background-color: #0258A6; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; }

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

@media screen and (max-width: 1219px) { .contact-main .box-form { margin-left: 2.5%; } }

@media screen and (max-width: 999px) { .contact-main .box-form { width: 100%; margin: 0 auto 50px; float: none; }
  .contact-main .box-form .item-row .code-btn { float: left; } }

@media screen and (max-width: 767px) { .contact-main .box-form { margin-bottom: 30px; }
  .contact-main .box-form .box-title { font-size: 16px; font-size: 1.6rem; }
  .contact-main .box-form .item-row { margin-bottom: 15px; }
  .contact-main .box-form .item-row textarea { height: 150px; }
  .contact-main .box-form .item-row .code-btn { width: 100%; margin-top: 15px; }
  .contact-main .box-form .item-row .code-img { margin-right: 0; }
  .contact-main .box-form .item-row .code-input { width: 130px; margin-right: 10px; } }

/*-------------4-contact end---------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

.phone_nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone_nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

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

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

.phone_nav .nav > ul > dl dd img { width: 23px; }

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

.phone_nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #0258A6; }

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

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

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

* { margin: 0; padding: 0; }

li { list-style: none; }

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

.ws_cover a { display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#wowslider-container1 .ws_bullets a { position: relative; text-shadow: none; color: transparent; display: inline-block; width: 13px; height: 13px; margin: 0 7px; background: url(../images/dot.png) no-repeat center; -webkit-background-size: contain; 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; -webkit-background-size: contain; background-size: contain; }

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

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

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none !important; position: absolute; top: 50%; margin-top: -34px; z-index: 60; overflow: hidden; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; text-align: center; background-color: #fff; background-color: rgba(255, 255, 255, 0.2); cursor: pointer; }

#wowslider-container1 a.ws_prev:hover, #wowslider-container1 a.ws_next:hover { background-color: #0258A6; }

#wowslider-container1 a.ws_prev .iconfont, #wowslider-container1 a.ws_next .iconfont { font-size: 24px; font-size: 2.4rem; color: #fff; }

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

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

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

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

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

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
  font-family: "iconfont"; /* Project id 3264107 */
  src: url('../fonts/iconfont.woff2?t=1647845953543') format('woff2'),
       url('../fonts/iconfont.woff?t=1647845953543') format('woff'),
       url('../fonts/iconfont.ttf?t=1647845953543') format('truetype');
}

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

.icon-edit:before {
  content: "\e611";
}

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

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

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

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-tumblr:before {
  content: "\e79f";
}

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

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

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

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

.icon-fax2:before {
  content: "\e7d1";
}

.icon-phone1:before {
  content: "\e7d3";
}

.icon-phone11:before {
  content: "\e7d8";
}

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

.icon-calendar:before {
  content: "\e7e7";
}

.icon-calendar1:before {
  content: "\e7e8";
}

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

.icon-youbian:before {
  content: "\e60f";
}

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

.icon-jia2:before {
  content: "\e609";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram11:before {
  content: "\e640";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

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

.icon-shangchuan:before {
  content: "\e603";
}

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

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

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

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

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

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

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

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

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

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

.icon-mobile1:before {
  content: "\e7d6";
}

.icon-message1:before {
  content: "\ebe1";
}

.icon-icons-hqew-:before {
  content: "\e64e";
}

.icon-search4:before {
  content: "\e7b2";
}

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

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

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

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

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

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

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

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

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

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

.icon-zhengpinbaozhangduigou:before {
  content: "\e628";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-message:before {
  content: "\e7da";
}

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

.icon-bigger4:before {
  content: "\e64a";
}

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

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

.icon-left24:before {
  content: "\e783";
}

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

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

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

.icon-up28:before {
  content: "\e791";
}

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




.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


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


.fl a.no:hover{color: #333!important;}

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


.index-lnews .box-list .item-btn:hover{color: #0258A6!important;}


.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; }
.banner .slick-arrow { position: absolute; z-index: 99; display: block !important; top: 50%; margin-top: -31px; width: 62px; height: 62px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.banner .slick-prev { left: 0; background-image: url("../images/jtl1.png"); cursor: pointer; }
.banner .slick-next { right: 0; background-image: url("../images/jtr1.png"); cursor: pointer; }
.banner .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 26px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }
.banner .slick-dots li { margin: 0 11px; display: inline-block; *display: inline; *zoom: 1; }
.banner .slick-dots li.slick-active a { background-image: url("../images/dot2.png"); cursor: pointer; }
.banner .slick-dots a { display: block; width: 16px; height: 16px; background-image: url("../images/dot1.png"); cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.banner.hide { display: none; }
@media screen and (max-width: 959px) { .banner { display: block; }
.banner.hide { display: block; }
.banner .slick-arrow { display: none !important; }
.banner .slick-dots { bottom: 10px; }
.banner .slick-dots li { margin: 0 5px; }
.banner .slick-dots a { width: 10px; height: 10px; }
.banner2 { display: none; } }

.slick-list,.slick-slider,.slick-track{position:relative;display:block}
.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{top:0;left:0}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] 
.slick-slide{float:right}.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}