.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}


.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}



.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #D6D6D6;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #D6D6D6;
	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: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { display: block !important; width: 100%; }

[class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #1367AF !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #1367AF !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #1367AF !important; }

.wp1 { width: 1400px; margin: auto; }

@media screen and (max-width: 1419px) { .wp1 { width: 1200px; } }

@media screen and (max-width: 1219px) { .wp1 { width: 960px; } }

@media screen and (max-width: 991px) { .wp1 { width: 720px; } }

@media screen and (max-width: 767px) { .wp1 { width: 100%; padding-left: 15px; padding-right: 15px; } }

.wp { width: 1200px; margin: auto; }

@media screen and (max-width: 1219px) { .wp { width: 960px; } }

@media screen and (max-width: 991px) { .wp { width: 720px; } }

@media screen and (max-width: 767px) { .wp { width: 100%; padding-left: 15px; padding-right: 15px; } }

.no_margin { margin-left: auto !important; }

.no_marginr { margin-right: auto !important; }

.no_marginl { margin-left: auto !important; }

@-webkit-keyframes circle { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  25% { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  75% { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-moz-keyframes circle { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  25% { -moz-transform: rotate(90deg); transform: rotate(90deg); }
  50% { -moz-transform: rotate(180deg); transform: rotate(180deg); }
  75% { -moz-transform: rotate(270deg); transform: rotate(270deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes circle { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.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; }

.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }

.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

/* .an-btn1 start */
.an-btn1 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #1367AF; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn1 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn1:hover { border-color: #1367AF !important; background-color: #1367AF \9; color: #fff !important; }

.an-btn1:hover .iconfont { color: #fff !important; }

.an-btn1:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn2:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #fff; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn2 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn2:hover { border-color: #1367AF !important; background-color: #fff \9; color: #1367AF !important; }

.an-btn2:hover .iconfont { color: #1367AF !important; }

.an-btn2:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn2 end */
@media screen and (min-width: 992px) { .an-bd1 .item-backdrop { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
  .an-bd1 .item-backdrop:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; background-color: #1367AF; } }

@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }

.table table p { line-height: 22px !important; }

.table table p { min-height: 22px !important; }

 .table table a { color: #000; }

.table table tr td { padding: 5px 3px; border: 1px solid #000;    color: #000; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table div { width: 900px; max-width: 900px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 9px; right: 9px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 991px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; }

.page a { display: inline-block; border: solid 1px #0A0A0A; color: #0A0A0A; width: 25px; padding: 0 2px; height: 25px; line-height: 24px; margin: 0 4px 10px; border-radius: 50%; }

.page a.prev, .page a.next { width: auto; margin: 0 0 10px; border-color: transparent !important; background-color: transparent !important; color: #676767; }

.page a.prev:hover, .page a.next:hover { color: #1367AF; }

.page a.prev .iconfont, .page a.next .iconfont { font-size: 17px; font-size: 1.7rem; line-height: 26px; color: #676767; }

.page a:hover, .page a.page-active { border-color: #1367AF; background-color: #1367AF; color: #fff; }

@media only screen and (max-width: 1219px) { .page a { font-size: 12px; font-size: 1.2rem; margin: 0 2px 10px; } }

.page .fl { float: none; display: inline-block; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: none; display: inline-block; background: url(../images/af-bg.png) no-repeat right center; padding-right: 31px; margin-left: 20px; }

@media only screen and (max-width: 1219px) { .page .add-form { padding-right: 23px; } }

.page .add-form .add-btn { text-align: center; min-width: 170px; letter-spacing: 0.5px; padding: 0 5px; height: 32px; line-height: 30px; background-color: #1367AF; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #333; }

@media only screen and (max-width: 1219px) { .page .add-form .add-btn { min-width: 140px; height: 24px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

@media only screen and (max-width: 767px) { .page .add-form { float: none; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top { position: fixed; right: 15px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 48px; height: 48px; border-radius: 5px; background-color: #000; background-color: rgba(0, 0, 0, 0.6); text-align: center; line-height: 48px; }

.back-top .iconfont { font-size: 17px; font-size: 1.7rem; color: #fff; }

@media only screen and (max-width: 767px) { .back-top { width: 40px; height: 40px; line-height: 40px; } }

/*-------------contact end-----------------------------------------------------------------*/


/*-------------index start-----------------------------------------------------------------*/
/* index-box1 start */
.index-box1 { border-bottom: solid 1px #D2D2D2; }

.index-box1 .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

.index-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 33.33%; padding: 55px 4% 44px; border-left: solid 1px #D2D2D2; margin-top: 21px; }

.index-box1 .box-list .list-item:first-child { border-left: 0; }

@media screen and (max-width: 1219px) { .index-box1 .box-list .list-item { padding: 55px 2.5% 44px; } }

@media screen and (max-width: 991px) { .index-box1 .box-list .list-item { padding: 30px 15px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .list-item { padding: 15px 0; width: 100%; border-top: solid 1px #ccc; border-left: 0; margin-top: 0; }
  .index-box1 .box-list .list-item:first-child { border-top: 0; } }

.index-box1 .box-list .item-pic img { display: block; margin: 0 auto; max-width: 65px; width: 100%; }

@media screen and (max-width: 991px) { .index-box1 .box-list .item-pic img { max-width: 50px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-pic img { max-width: 40px; } }

.index-box1 .box-list .item-title { margin-top: 35px; font-size: 16px; font-size: 1.6rem; line-height: 24px; font-weight: bold; text-transform: uppercase; }

.index-box1 .box-list .item-title, .index-box1 .box-list .item-title a { color: #1367AF; }

.index-box1 .box-list .item-title a:hover { color: #000 !important; }

@media screen and (max-width: 991px) { .index-box1 .box-list .item-title { margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; } }

.index-box1 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 72px; margin-top: 20px; }

@media screen and (max-width: 991px) { .index-box1 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 60px; margin-top: 0; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-desc { height: auto; font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 60px; } }

/* index-box1 end */
.index-item .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; text-align: center; }

.index-item .item-title a { display: inline-block; }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2.0rem; } }

.index-item .item-desc { max-width: 1110px; margin: 21px auto 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-align: center; }

@media screen and (max-width: 991px) { .index-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 10px; } }

/* Our Products start */
.index-probox { padding: 61px 0 40px; }

@media screen and (max-width: 991px) { .index-probox { padding: 50px 0 20px; } }

@media screen and (max-width: 767px) { .index-probox { padding: 30px 0 10px; } }

.index-probox .box-list { font-size: 0; letter-spacing: 0; padding: 38px 0 0; }

@media screen and (max-width: 767px) { .index-probox .box-list { padding-top: 20px; } }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 23%; margin: 0px 1%; margin-bottom: 57px; text-align: center; }

@media screen and (max-width: 1219px) { .index-probox .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .list-item { width: 23%; margin: 0px 1%; } }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .index-probox .box-list .list-item { width: 48%; } }

.index-probox .box-list .item-pic { position: relative; }

.index-probox .box-list .item-pic img { display: block; margin: 0 auto; max-width: 500px; width: 100%; }

.index-probox .box-list .item-backdrop .item-btnbox { position: absolute; left: 0; text-align: center; width: 100%; top: 50%; margin-top: -12px; }

.index-probox .box-list .item-backdrop .item-btn { min-width: 105px; line-height: 24px; padding: 4px 10px 3px; font-size: 16px; font-size: 1.6rem; background-color: #fff; color: #1367AF; display: inline-block; }

@media screen and (max-width: 991px) { .index-probox .box-list .item-backdrop { display: none; } }

.index-probox .box-list .item-title { margin-top: 15px; font-weight: bold; text-align: center; font-size: 16px; font-size: 1.6rem; }

.index-probox .box-list .item-title, .index-probox .box-list .item-title a { color: #666; }

@media screen and (max-width: 767px) { .index-probox .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

/* Our Products end */
/* index-box2 start */
.index-box2 { background-color: #F9FBFF; padding: 95px 0 67px; }

@media screen and (max-width: 1219px) { .index-box2 { padding: 70px 0 20px; } }

@media screen and (max-width: 991px) { .index-box2 { padding: 50px 0 10px; } }

@media screen and (max-width: 767px) { .index-box2 { padding: 30px 0 10px; } }

.index-box2 .list-item { max-width: 1178px; margin-left: auto; margin-right: auto; background-color: #fff; box-shadow: 4px 7px 32px 0px rgba(0, 0, 0, 0.08); border-radius: 20px; overflow: hidden; margin-bottom: 64px; }

@media screen and (max-width: 1219px) { .index-box2 .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-box2 .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .index-box2 .list-item { padding: 15px; margin-bottom: 20px; } }

.index-box2 .list-item .item-pic { width: 45.75%; /* @media screen and (max-width:640px) { float: none!important; margin: 0 auto!important; width: 100%; max-width: 549px; border-radius: 20px; } */ }

.index-box2 .list-item .item-pic img { display: block; margin: 0 auto; max-width: 549px; width: 100%; }

.index-box2 .list-item .item-pic.pull-left { margin-right: 5%; }

.index-box2 .list-item .item-pic.pull-right { margin-left: 4.5%; }

@media screen and (max-width: 991px) { .index-box2 .list-item .item-pic.pull-left { margin-right: 2.5%; }
  .index-box2 .list-item .item-pic.pull-right { margin-left: 2.5%; } }

.index-box2 .list-item .item-body { padding: 74px 5% 30px; }

@media screen and (max-width: 1219px) { .index-box2 .list-item .item-body { padding: 40px 2.5% 30px; } }

@media screen and (max-width: 991px) { .index-box2 .list-item .item-body { padding: 30px 2.5%; } }

@media screen and (max-width: 767px) { .index-box2 .list-item .item-body { padding: 20px 2.5%; } }

@media screen and (max-width: 640px) { .index-box2 .list-item .item-body { padding: 0; } }

.index-box2 .list-item .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; position: relative; padding-bottom: 15px; overflow: visible; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.index-box2 .list-item .item-title:before { position: absolute; content: ''; width: 95px; height: 3px; background-color: #1367AF; left: 0; bottom: 0; }

@media screen and (max-width: 1219px) { .index-box2 .list-item .item-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .index-box2 .list-item .item-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-box2 .list-item .item-title { font-size: 20px; font-size: 2.0rem; padding-bottom: 8px; }
  .index-box2 .list-item .item-title:before { width: 55px; height: 2px; } }

@media screen and (max-width: 640px) { .index-box2 .list-item .item-title { font-size: 16px; font-size: 1.6rem; } }

.index-box2 .list-item .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 48px; }

@media screen and (max-width: 1219px) { .index-box2 .list-item .item-desc { margin-top: 30px; line-height: 26px; } }

@media screen and (max-width: 991px) { .index-box2 .list-item .item-desc { margin-top: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-box2 .list-item .item-desc { margin-top: 12px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.index-box2 .list-item .item-btn { margin-top: 60px; display: inline-block; font-family: 'ibmplexsans-regular',arial; min-width: 200px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #1367AF; border-radius: 25px; line-height: 28px; padding: 15px; border: solid 1px #1367AF; }

.index-box2 .list-item .item-btn:hover { background-color: #000; }

@media screen and (max-width: 1219px) { .index-box2 .list-item .item-btn { margin-top: 40px; font-size: 16px; font-size: 1.6rem; line-height: 20px; min-width: 160px; } }

@media screen and (max-width: 991px) { .index-box2 .list-item .item-btn { font-size: 14px; font-size: 1.4rem; padding: 8px 10px; min-width: 120px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-box2 .list-item .item-btn { margin-top: 15px; padding: 3px 10px; font-size: 12px; font-size: 1.2rem; min-width: 100px; } }

/* index-box2 end */
/* index-video start */
.index-video { background-color: #F9FBFF; margin-bottom: 92px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 1219px) { .index-video { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-video { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-video { margin-bottom: 30px; } }

.index-video .index-item { margin-bottom: 50px; }

@media screen and (max-width: 1219px) { .index-video .index-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .index-video .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-video .index-item { margin-bottom: 20px; } }

.index-video .item-img img { display: block; max-width: 1105px; margin: 0 auto; width: 100%; }

.index-video .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; max-width: 1105px; }

.index-video .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 33.93665%; height: 0; }

.index-video .item-videobox .item-video iframe, .index-video .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.index-video .item-videobox .item-video iframe body { margin: 0px !important; }

/* index-video end */
/* index-faq start */
.index-faq { margin-bottom: 94px; }

@media screen and (max-width: 1219px) { .index-faq { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-faq { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-faq { margin-bottom: 30px; } }

.index-faq .index-item { margin-bottom: 32px; }

@media screen and (max-width: 991px) { .index-faq .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-faq .index-item { margin-bottom: 15px; } }

/* index-faq end */
.index-cer { margin-bottom: 100px; }

@media screen and (max-width: 1219px) { .index-cer { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-cer { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-cer { margin-bottom: 30px; } }

.index-cer .index-item { margin-bottom: 40px; }

@media screen and (max-width: 991px) { .index-cer .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-cer .index-item { margin-bottom: 20px; } }

.index-cer .cer-scroll { position: relative; overflow: hidden; }

.index-cer .cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 52px; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-btns { margin-top: 35px; } }

@media screen and (max-width: 991px) { .index-cer .cer-scroll .scroll-btns { margin-top: 25px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns { margin-top: 15px; } }

.index-cer .cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 34px; font-size: 3.4rem; color: #999; }

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover { color: #1367AF; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 991px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

.index-cer .cer-scroll .scroll-btns .prev { margin-right: 26px; }

@media screen and (max-width: 991px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 10px; } }

.index-cer .cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-cer .cer-scroll .scroll-list { width: 10000%; }

.index-cer .cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.32%; } }

@media screen and (max-width: 480px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.49%; } }

.index-cer .cer-scroll .scroll-list .item-pics { position: relative; padding-bottom: 100%; background-color: #F2F2F2; }

.index-cer .cer-scroll .scroll-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.index-cer .cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.index-cer .cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

@media screen and (max-width: 991px) { .index-cer .cer-scroll .scroll-list .item-backdrop { display: none; } }

.index-cer .cer-scroll .scroll-list .item-title { font-size: 20px; font-size: 2rem; text-align: center; line-height: 1.2; margin-top: 25px; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }

@media screen and (max-width: 991px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

.index-download { margin-bottom: 100px; }

@media screen and (max-width: 1219px) { .index-download { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-download { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-download { margin-bottom: 30px; } }

.index-download .index-item { margin-bottom: 40px; }

@media screen and (max-width: 991px) { .index-download .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-download .index-item { margin-bottom: 20px; } }

/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 0 0 90px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 0 0 70px; } }

@media screen and (max-width: 991px) { .page_wrap { padding: 0 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 0 0 30px; } }

/*-------------2-1-products start----------------------------------------------------------*/
.main .box-slide { width: 271px; }

@media screen and (max-width: 1219px) { .main .box-slide { width: 250px; } }

@media screen and (max-width: 991px) { .main .box-slide { width: 100%; margin-top: 30px; } }

.main .box-main { width: 894px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 680px; } }

@media screen and (max-width: 991px) { .main .box-main { width: 100%; } }

/* .pro1-top start */
.pro1-top .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #1367AF; position: relative; padding-left: 23px; margin-bottom: 12px; }

.pro1-top .item-title:before { position: absolute; content: ''; width: 5px; height: 30px; background-color: #1367AF; left: 0; top: 0; }

@media screen and (max-width: 1219px) { .pro1-top .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; padding-left: 15px; }
  .pro1-top .item-title:before { height: 24px; } }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 8px; padding-left: 10px; }
  .pro1-top .item-title:before { height: 20px; width: 3px; } }

.pro1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 32px; }

@media screen and (max-width: 1219px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro1-top .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-bottom: 15px; } }

/* .pro1-top end */
/* .pro1-list start */
.pro1-list { padding-bottom: 23px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 991px) { .pro1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 31.31991%; margin-left: 3.02013%; margin-bottom: 41px; text-align: center; }

@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 480px) { .pro1-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.pro1-list .item-backdrop .item-btnbox { position: absolute; left: 0; text-align: center; width: 100%; top: 50%; margin-top: -12px; }

.pro1-list .item-backdrop .item-btn { min-width: 105px; line-height: 24px; padding: 4px 10px 3px; font-size: 16px; font-size: 1.6rem; background-color: #fff; color: #1367AF; display: inline-block; }

@media screen and (max-width: 991px) { .pro1-list .item-backdrop { display: none; } }

.pro1-list .item-title { margin-top: 15px; font-weight: bold; text-align: center; font-size: 16px; font-size: 1.6rem; }

.pro1-list .item-title, .pro1-list .item-title a { color: #666; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; margin-top: 20px; text-align: center; }

.pro1-list .item-btnbox input { margin-right: 20px; display: inline-block; vertical-align: middle; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox { margin-top: 10px; }
  .pro1-list .item-btnbox input { margin-right: 10px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn1 { display: inline-block; vertical-align: middle; width: 111px; line-height: 28px; border: solid 1px #1367AF; text-align: center; font-size: 14px; font-size: 1.4rem; color: #1367AF; }

.pro1-list .item-btn1:hover { background-color: #1367AF; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn1 { width: 90px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

/* .pro1-list end */
.proslide .slide-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; padding: 10px 14px; text-transform: uppercase; background-color: #1367AF; margin-bottom: 5px; position: relative; }

.proslide .slide-title, .proslide .slide-title a { color: #fff; }

.proslide .slide-title a { display: block; }


.proslide .slide-title.slide-title1 { background-color: #1367AF; display: none; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 5px 10px; }

.proslide .slide-title.slide-title1, .proslide .slide-title.slide-title1 a { color: #fff; }

@media screen and (max-width: 1219px) { .proslide .slide-title { font-size: 18px; font-size: 1.8rem; padding: 5px 10px; } }

@media screen and (max-width: 991px) { .proslide .slide-title { display: none; }
  .proslide .slide-title.slide-title1 { display: block; } }

@media screen and (max-width: 767px) { .slidenav-list { display: none; } }

.slidenav-list > li { margin-bottom: 4px; }

.slidenav-list > li > a, .slidenav-list > li > p { width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 35px 7px 14px; word-break: break-all; background-color: #E0E0E0; display: block; position: relative; cursor: pointer; }

.slidenav-list > li > a:after, .slidenav-list > li > p:after { position: absolute; content: ''; width: 16px; height: 16px; right: 17px; top: 12px; background: url(../images/snav1.png) no-repeat center; }

@media screen and (max-width: 1219px) { .slidenav-list > li > a, .slidenav-list > li > p { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.slidenav-list > li:hover > a, .slidenav-list > li:hover > p, .slidenav-list > li.active > a, .slidenav-list > li.active > p { background-color: #1367AF !important; color: #FFFFFF; }

.slidenav-list > li:hover > a:after, .slidenav-list > li:hover > p:after, .slidenav-list > li.active > a:after, .slidenav-list > li.active > p:after { background-image: url(../images/snav1_1.png) !important; }

.snav-yiji,.snav-erji { background-color: #fff; padding: 7px 0; display:none }
.snav-yiji.active{ display:block}
.snav-yiji > li > label { cursor: pointer; display: block; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 10px; }

.snav-yiji > li > label input { margin-right: 10px; position: relative; top: 2px; }

@media screen and (max-width: 1219px) { .snav-yiji > li > label { font-size: 14px; font-size: 1.4rem; } }

.snav-yiji > li > a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 8px 10px 8px 40px; background: url(../images/snav2.png) no-repeat 17px 19px; }

@media screen and (max-width: 1219px) { .snav-yiji > li > a { line-height: 20px; } }

.snav-yiji > li:hover > a, .snav-yiji > li.active > a { background-image: url(../images/snav2_1.png) !important; color: #1367AF !important; }

.snav-erji > li > a { display: block; padding: 2px 10px 2px 54px; line-height: 24px; }

@media screen and (max-width: 1219px) { .snav-erji > li > a { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.snav-erji > li:hover > a, .snav-erji > li.active > a { color: #1367AF !important; }

.attr-slide { margin-top: 45px; }

@media screen and (max-width: 1219px) { .attr-slide { margin-top: 20px; } }

/* tags start */
.tags { margin-top: 45px; }

@media screen and (max-width: 1219px) { .tags { margin-top: 20px; } }

.tags .box-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; background: #1367AF; line-height: 30px; text-transform: uppercase; color: #FFFFFF; padding: 10px 14px; }

@media screen and (max-width: 1219px) { .tags .box-title { font-size: 18px; font-size: 1.8rem; padding: 5px 10px; } }

@media screen and (max-width: 1219px) { .tags .box-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

.tags .box-desc { padding: 15px 3px 0; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.tags .box-desc a:hover { color: #1367AF; }

@media screen and (max-width: 1219px) { .tags .box-desc { line-height: 20px; font-size: 12px; font-size: 1.2rem; } }

/* tags end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-box { margin-bottom: 39px; }

@media screen and (max-width: 991px) { .pro2-box { margin-bottom: 25px; } }

.pro2-box .m-propic { margin: 0 auto; width: 630px; float: left; margin-right: 3.91667%; }

.pro2-box .m-propic .provideo-box { border: 1px solid #ccc; border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.pro2-box .m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.pro2-box .m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.pro2-box .m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.pro2-box .m-propic .pic-big { position: relative; float: right; width: 497px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 1px solid #CCCCCC; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: left; width: 122px; padding: 50px 0; overflow: hidden; }

.pro2-box .m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; display: block; cursor: pointer; font-size: 26px; font-size: 2.6rem; left: 50%; margin-left: -13px; }

.pro2-box .m-propic .pic-btn.prev { top: 0; }

.pro2-box .m-propic .pic-btn.next { bottom: 0; }

.pro2-box .m-propic .pic-btn:hover { color: #1367AF; }

.pro2-box .m-propic .pic-list { height: 396px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 15px; overflow: visible;  padding-left: 0;
    position: relative;
    padding-bottom: 100%; }

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video { display: block; border-radius: 0; border: 1px solid #CCCCCC;  text-align:center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;}

.pro2-box .m-propic .pic-list .item-pics img, .pro2-box .m-propic .pic-list .item-video img {max-width: 100% !important;
    max-height: 100% !important; display: block;}

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.active,
.pro2-box .m-propic .item-video:hover, .pro2-box .m-propic .item-video.active{ border-color: #1367AF; }



.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto 20px; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #333; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #1367AF; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 1px solid #DADADA; overflow: hidden; }
  
  .pro2-box .m-propic2 .list-item .item-pic {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
	
	
height: 0px;
padding-bottom: 100%;
}
  .pro2-box .m-propic2 .list-item img {max-width: 100%;

display: block;
 } 
 
.pro2-box .m-propic2 .list-item .item-pic .video-play { max-width: 80%;

display: inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%); }
 
 
 }

@media only screen and (max-width: 640px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info .item-title { margin-top: 12px; line-height: 30px; font-size: 24px; font-size: 2.4rem; font-weight: bold; color: #666; }

@media only screen and (max-width: 1219px) { .pro2-info .item-title { margin-top: 0; line-height: 26px; font-size: 20px; font-size: 2rem; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { line-height: 22px; font-size: 18px; font-size: 1.8rem; } }

.pro2-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 50px; padding: 13px 0 20px; }

.pro2-info .item-desc, .pro2-info .item-desc a { color: #666; }

@media only screen and (max-width: 1219px) { .pro2-info .item-desc { min-height: auto; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro2-info .item-btns { padding-top: 16px; font-size: 0; letter-spacing: 0; display: inline-block; }

@media only screen and (max-width: 1219px) { .pro2-info .item-btns { width: 100%; display: block; padding-top: 0; } }

.pro2-info .item-btns .item-btn { display: inline-block; vertical-align: top; margin-bottom: 17px; line-height: 24px; padding: 11px 10px; border: solid 1px #1367AF; color: #1367AF; font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 147px; margin-right: 34px; }

.pro2-info .item-btns .item-btn:hover { background-color: #1367AF; border-color: #1367AF; color: #fff; }

@media only screen and (max-width: 999px) { .pro2-info .item-btns .item-btn { padding: 8px 10px; margin-right: 20px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-btns .item-btn { padding: 5px 10px; min-width: 140px; } }

@media only screen and (max-width: 500px) { .pro2-info .item-btns .item-btn { width: 100%; margin: 0 0 10px !important; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro2-info .item-btns .down-btn { margin-right: 0; border-color: #333; background-color: #333; color: #fff; }

.pro2-info .pro-share .share-title { font-size: 16px; font-size: 1.6rem; }

@media only screen and (max-width: 991px) { .pro2-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media only screen and (max-width: 767px) { .pro2-info .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.pro2-tab { margin-bottom: 64px; }

@media screen and (max-width: 991px) { .pro2-tab { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-tab { margin-bottom: 30px; } }





 .pro2-tab .tab-active { background-color: #fff; color: #1367AF;  font-size: 16px;
    font-size: 1.6rem;font-weight: bold;background-color: #F8F8F8; width:100%; line-height:58px; box-sizing:border-box; padding-left:20px; margin-bottom:20px}

@media screen and (max-width: 767px) { .pro2-tab .tab-options li { width: auto; border: 0; font-size: 14px; font-size: 1.4rem; margin: 1px; }
  .pro2-tab .tab-options li p { height: auto; line-height: 24px; padding: 10px; width: auto; display: block; } }

.pro2-tab .tab-content-item {  font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-tab .tab-content-item p { min-height: 30px; }
.pro2-tab .tab-content-item p img{ margin-top:3px; margin-bottom:3px }
.pro2-tab .table table tr td {

	border: 1px solid #666 !important;
	color: #666 !important;
}
.pro2-tab .tab-content-item, .pro2-tab .tab-content-item a { color: #666; }

.pro2-tab .tab-content-item img, .pro2-tab .tab-content-item iframe { max-width: 100%; }

.pro2-tab .tab-content-item a:hover { color: #1367AF; }

@media screen and (max-width: 1219px) { .pro2-tab .tab-content-item { padding: 30px 20px; line-height: 26px; }
  .pro2-tab .tab-content-item p { min-height: 26px; } }

@media screen and (max-width: 991px) { .pro2-tab .tab-content-item { padding: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .pro2-tab .tab-content-item p { min-height: 24px; } }

@media screen and (max-width: 767px) { .pro2-tab .tab-content-item { padding: 15px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .pro2-tab .tab-content-item p { min-height: 20px; } }

.pro2-tags { margin-bottom: 78px; }

@media screen and (max-width: 1219px) { .pro2-tags { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .pro2-tags { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro2-tags { margin-bottom: 20px; } }

.pro2-tags a { display: inline-block; border: solid 1px #B7B7B7; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 7px 10px; color: #666; min-width: 200px; margin-right: 30px; margin-bottom: 10px; text-align: center; }

.pro2-tags a:hover { color: #fff; border-color: #1367AF; background-color: #1367AF; }

@media screen and (max-width: 1219px) { .pro2-tags a { min-width: auto; margin: 0 10px 10px 0; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 5px 10px; } }

@media screen and (max-width: 767px) { .pro2-tags a { font-size: 12px; font-size: 1.2rem; padding: 3px 10px; margin: 0 5px 5px 0; } }

.pro2-title { font-weight: bold; font-size: 30px; font-size: 3rem; text-transform: uppercase; border-bottom: solid 1px #ccc; padding-bottom: 14px; }

.pro2-title a:hover { color: #1367AF; }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .pro2-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

.related-box { margin-top: 42px; }

@media screen and (max-width: 1419px) { .related-box { margin-top: 30px; } }

.related-scroll { position: relative; padding-top: 30px; }

@media screen and (max-width: 767px) { .related-scroll { padding-top: 20px; } }

.related-scroll .scroll-btns { position: absolute; right: 0; top: -40px; font-size: 0; letter-spacing: 0; }

.related-scroll .scroll-btns .scroll-btn { cursor: pointer; display: inline-block; vertical-align: top; font-size: 26px; font-size: 2.6rem; color: #333; }

.related-scroll .scroll-btns .scroll-btn:hover { color: #1367AF; }

.related-scroll .scroll-btns .prev { margin-right: 20px; }

@media screen and (max-width: 991px) { .related-scroll .scroll-btns { top: -30px; }
  .related-scroll .scroll-btns .scroll-btn { font-size: 20px; font-size: 2.0rem; }
  .related-scroll .scroll-btns .prev { margin-right: 5px; } }

@media screen and (max-width: 767px) { .related-scroll .scroll-btns { top: -28px; }
  .related-scroll .scroll-btns .scroll-btn { font-size: 16px; font-size: 1.6rem; }
  .related-scroll .scroll-btns .prev { margin-right: 5px; } }

.related-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.related-scroll .scroll-list { width: 10000%; padding: 0; }

.related-scroll .scroll-list .list-item { float: left; width: 0.23333%; margin-right: 0.02222%; overflow: hidden; text-align: center; }

@media screen and (max-width: 1219px) { .related-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 640px) { .related-scroll .scroll-list .list-item { width: 0.32%; } }

@media screen and (max-width: 480px) { .related-scroll .scroll-list .list-item { width: 0.49%; } }

.related-scroll .scroll-list .item-pic { position: relative; }

.related-scroll .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 500px; width: 100%; }

.related-scroll .scroll-list .item-backdrop .item-btnbox { position: absolute; left: 0; text-align: center; width: 100%; top: 50%; margin-top: -12px; }

.related-scroll .scroll-list .item-backdrop .item-btn { min-width: 105px; line-height: 24px; padding: 4px 10px 3px; font-size: 16px; font-size: 1.6rem; background-color: #fff; color: #1367AF; display: inline-block; }

@media screen and (max-width: 991px) { .related-scroll .scroll-list .item-backdrop { display: none; } }

.related-scroll .scroll-list .item-title { margin-top: 15px; font-weight: bold; text-align: center; font-size: 16px; font-size: 1.6rem; }

.related-scroll .scroll-list .item-title, .related-scroll .scroll-list .item-title a { color: #666; }

@media screen and (max-width: 767px) { .related-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

.latest-news { margin-top: 52px; }

@media screen and (max-width: 1419px) { .latest-news { margin-top: 30px; } }

.latest-news .box-list { font-size: 0; letter-spacing: 0; /* @media screen and (max-width:480px) { border-top: 0; } */ }

.latest-news .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; padding: 26px 0; border-bottom: solid 1px #D2D2D2; /* @media screen and (max-width:480px) { width: 48%; margin: 0 1% 20px; padding: 0; border: 0; } */ }

@media screen and (max-width: 767px) { .latest-news .box-list .list-item { padding-bottom: 15px; padding-top: 15px; } }

.latest-news .box-list .item-pic { float: left; width: 200px; margin-right: 40px; border-radius: 20px; /* @media screen and (max-width:480px) { float: none!important; width: 100%!important; margin: 0 auto 10px!important; } */ }

.latest-news .box-list .item-pic img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .latest-news .box-list .item-pic { margin-right: 20px; } }

@media screen and (max-width: 991px) { .latest-news .box-list .item-pic { width: 140px; margin-right: 15px; } }

@media screen and (max-width: 767px) { .latest-news .box-list .item-pic { width: 120px; border-radius: 10px; margin-right: 10px; } }

.latest-news .box-list .item-body { overflow: hidden; }

.latest-news .box-list .item-title { margin-top: 7px; margin-bottom: 12px; font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 1.2; }

@media screen and (max-width: 1219px) { .latest-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .latest-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 5px; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .latest-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .latest-news .box-list .item-title { margin-top: 0; } }

.latest-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; margin-bottom: 18px; }

@media screen and (max-width: 991px) { .latest-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .latest-news .box-list .item-date { font-size: 12px; font-size: 1.2rem; margin-bottom: 5px; } }

.latest-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

@media screen and (max-width: 1219px) { .latest-news .box-list .item-desc { line-height: 26px; height: 52px; } }

@media screen and (max-width: 991px) { .latest-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; } }

@media screen and (max-width: 767px) { .latest-news .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }


@media screen and (max-width: 480px) { .latest-news .box-list .item-desc { line-height: 18px; height: 36px; font-size: 12px; font-size: 1.2rem; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-application start-------------------------------------------------------*/
.app1-list { padding: 0 0 58px; font-size:0; letter-spacing:0; }

@media screen and (max-width: 1219px) { .app1-list { padding-bottom: 2px; } }

@media screen and (max-width: 991px) { .app1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .app1-list { padding-bottom: 10px; } }

.app1-list .list-item { width: 31.66667%; margin-left: 2.5%; margin-bottom: 50px; display:inline-block; vertical-align:top; }

@media screen and (max-width: 1219px) { .app1-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 480px) { .app1-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.app1-list .item-pic { position: relative; border-radius: 20px; }

@media screen and (max-width: 767px) { .app1-list .item-pic { border-radius: 10px; } }

.app1-list .item-body { padding: 0 10px; }

@media screen and (max-width: 991px) { .app1-list .item-body { padding: 0; } }

.app1-list .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 30px; height: 60px; margin-top: 13px; }

@media screen and (max-width: 1219px) { .app1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; height: 52px; } }

@media screen and (max-width: 991px) { .app1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .app1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-top: 10px; } }

.app1-list .item-desc { margin-top: 8px; font-size: 16px; font-size: 1.6rem; line-height: 30px;  }

@media screen and (max-width: 1219px) { .app1-list .item-desc { line-height: 26px; } }

@media screen and (max-width: 991px) { .app1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .app1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px;  margin-top: 5px; } }

.app1-list .item-btn { font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #1367AF; }

.app1-list .item-btn:hover { color: #000; }

@media screen and (max-width: 991px) { .app1-list .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .app1-list .item-btn { font-size: 12px; font-size: 1.2rem; } }

/*-------------3-1-application end---------------------------------------------------------*/
/*-------------3-2-application start-------------------------------------------------------*/
.app2-main > .item-title { font-weight: normal !important; }

/*-------------3-2-application end---------------------------------------------------------*/
/*-------------4-download start------------------------------------------------------------*/
.download-list { padding-bottom: 0; }

.download-list .list-item { border-bottom: dashed 1px #d7d7d7; position: relative; padding-bottom: 24px; margin-bottom: 54px; text-align: center; }

.download-list .item-body { overflow: hidden; padding-right: 250px; text-align: left; }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; min-height: 24px; }

.download-list .item-title .iconfont { font-size: 19px; font-size: 1.9rem; line-height: 24px; color: #1367AF; margin-right: 17px; font-weight: normal; }

.download-list .item-desc { line-height: 30px; min-height: 30px; margin-top: 14px; }

.download-list .item-desc, .download-list .item-desc a { color: #666; }
.download-list .item-desc a,.download-list .item-title  a{ cursor:pointer}
.download-list .item-btn { text-transform: uppercase; text-align: center; display: inline-block; min-width: 152px; height: 42px; border-radius: 5px; background-color: #1367AF; line-height: 42px; color: #fff; font-family: tahoma; font-size: 12px; font-size: 1.2rem; font-weight: bold; position: absolute; top: 0px; right: 0; cursor:pointer }

.download-list .item-btn .iconfont { font-size: 34px; font-size: 3.4rem; vertical-align: middle; font-weight: normal; margin-right: 10px; }

.download-list .item-btn:hover { background-color: #333; color: #fff; }

@media screen and (max-width: 1219px) { .download-list .item-body { padding-right: 200px; } }

@media screen and (max-width: 991px) { .download-list .list-item { margin-bottom: 50px; }
  .download-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .download-list .item-desc { margin-top: 10px; line-height: 24px; min-height: 24px; } }

@media screen and (max-width: 767px) { .download-list .list-item { margin-bottom: 30px; }
  .download-list .item-title { font-size: 14px; font-size: 1.4rem; }
  .download-list .item-title .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 8px; }
  .download-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; min-height: 20px; }
  .download-list .item-btn { min-width: 120px; height: 36px; line-height: 36px; }
  .download-list .item-btn .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 5px; } }

@media screen and (max-width: 640px) { .download-list .item-body { padding-right: 0; }
  .download-list .item-btn { position: relative; top: auto; right: auto; margin: 20px auto 0; font-size: 12px; font-size: 1.2rem; height: 30px; line-height: 30px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; } }

/*-------------4-download end--------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 41px; }

@media screen and (max-width: 991px) { .news1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 10px; } }

.news1-list li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 33px; }

@media screen and (max-width: 767px) { .news1-list li { margin-bottom: 30px; } }

@media screen and (max-width: 480px) { .news1-list li { width: 48%; margin: 0 1% 20px; } }

.news1-list .item-pic { width: 448px; float: left; border-radius: 10px; margin-right: 2.5%; }

.news1-list .item-pic img { width: 100%; max-width: 448px; display: block; margin: 0 auto; }

@media screen and (max-width: 1219px) { .news1-list .item-pic { width: 350px; } }

@media screen and (max-width: 991px) { .news1-list .item-pic { width: 270px; } }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 180px; } }

@media screen and (max-width: 480px) { .news1-list .item-pic { width: 100%; margin: 0 auto 10px; float: none; } }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { margin-top: 36px; font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .news1-list .item-title { margin-top: 20px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 991px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 0; } }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 120px; margin-top: 19px; }

@media screen and (max-width: 1219px) { .news1-list .item-desc { line-height: 26px; height: 104px; } }

@media screen and (max-width: 991px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 96px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 80px; margin-top: 5px; } }

@media screen and (max-width: 480px) { .news1-list .item-desc { line-height: 20px; height: 40px; margin-top: 5px; } }

.news1-list .item-btn { margin-top: 30px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #1367AF; }

.news1-list .item-btn:hover { color: #000; }

@media screen and (max-width: 991px) { .news1-list .item-btn { font-size: 14px; font-size: 1.4rem; margin-top: 15px; line-height: 1.2; } }

@media screen and (max-width: 767px) { .news1-list .item-btn { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

/*-------------5-1-news end----------------------------------------------------------------*/
