.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:50;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:60;
	height:auto;
  z-index:100;
  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: 99; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: "微软雅黑"; 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: "微软雅黑"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }
.copyright img {
    position: relative;
    top: 7px;
}
embed, video {/*display: block;*/ max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

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

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

[class*="-item"] .item-subt a:hover { color: #0063B4 !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: #0063B4 !important; }

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

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

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

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

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

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

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

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

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

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

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

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 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.no{border: solid 1px #e5e5e5 !important; color: #333 !important; background-color: #fff !important;}

.page a, .page span { display: inline-block; border: solid 1px #e5e5e5; font-size: 16px; font-size: 1.6rem; color: #333; min-width: 44px; height: 37px; line-height: 35px; margin: 0 2px 10px; padding: 0 2px; }

.page a.prev, .page a.next { min-width: 76px; padding: 0 3px; }

.page a:hover, .page a.current { border-color: #0063B4; background-color: #0063B4; color: #FFFFFF; }

@media only screen and (max-width: 767px) { .page a { height: 28px; line-height: 26px; min-width: 33px; font-size: 14px; font-size: 1.4rem; }
  .page a.prev, .page a.next { min-width: 64px; } }

.page .add-form { float: none; display: inline-block; background: url(../images/af-bg.png) no-repeat right center; padding-right: 23px; margin-left: 15px; }

.page .add-form .add-btn { text-align: center; min-width: 180px; padding: 0 5px; height: 37px; line-height: 37px; background-color: #0063B4; color: #FFFFFF; cursor: pointer; font-size: 16px; font-size: 1.6rem; }

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

@media only screen and (max-width: 767px) { .page .add-form { margin-left: 0; padding-right: 20px; background-size: 15px; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

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

.contact-pc li { position: relative; float: right; width: 64px; height: 64px; border-radius: 5px; margin-bottom: 2px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

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

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

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

.contact-pc li:hover { width: 100%; background-color: rgba(0, 99, 180, 0.5); }

.c1 { background: #0063B4; }

.c1 .iconfont { color: #fff; font-size: 32px; font-size: 3.2rem; }

.c2 { background: #0063B4; }

.c2 .iconfont { color: #fff; font-size: 28px; font-size: 2.8rem; }

.c3 { background: #0063B4; }

.c3 .iconfont { color: #fff; font-size: 28px; font-size: 2.8rem; }

.c4 { background: #0063B4; }

.c4 .iconfont { color: #fff; font-size: 28px; font-size: 2.8rem; }

.c5 { background: #0063B4; }

.c5 .iconfont { color: #fff; font-size: 28px; font-size: 2.8rem; }

.contact-phone { position: fixed; bottom: 0; height: 44px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; }

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

.contact-phone li .ewm { position: absolute; bottom: 44px; left: 0; display: none; max-width: 120px; width: 120px; height: 120px; }

.contact-phone li .iconfont { font-size: 24px !important; font-size: 2.4rem !important; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 44px; } }

/*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: 44px; height: 44px; line-height: 44px; text-align: center; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); border-radius: 5px; background-color: #eee; }

.back-top .iconfont { font-size: 19px; font-size: 1.9rem; color: #1B1B1B; }

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

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

.pro-share .share-title { margin-right: 17px; display: inline-block; *display: inline; *zoom: 1; font-size: 16px; font-size: 1.6rem; color: #333; vertical-align: bottom; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { font-size: 16px; font-size: 1.6rem; color: #0063B4; }

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

.m-oths a:hover { color: #0063B4; }

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

.m-oths .item-btn { min-width: 98px; padding: 5px 10px 6px; line-height: 26px; border: solid 1px #7D7D7D; display: inline-block; text-align: center; margin-right: 24px; color: #474747; float: left; }

.m-oths .item-name { overflow: hidden; line-height: 26px; padding: 7px 0; }

@media screen and (max-width: 999px) { .m-oths { font-size: 14px; font-size: 1.4rem; }
  .m-oths .oths-item { margin-bottom: 10px; }
  .m-oths .item-btn { min-width: 70px; padding: 0 10px; }
  .m-oths .item-name { padding: 0; } }

@media screen and (max-width: 767px) { .m-oths { font-size: 12px; font-size: 1.2rem; }
  .m-oths .oths-item { margin-bottom: 5px; }
  .m-oths .item-btn { min-width: 60px; padding: 0 5px; margin-right: 10px; }
  .m-oths .item-name { padding: 0; line-height: 20px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 18px 0 21px; overflow: hidden; }

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

.bread .iconfont { font-size: 24px; font-size: 2.4rem; color: #0063B4; }

@media screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; padding: 10px 0 20px; }
  .bread .iconfont { font-size: 18px; font-size: 1.8rem; } }

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

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

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

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

/* Internet Explorer 10+ */
.search-box { overflow: hidden; position: relative; width: 406px; height: 52px; /*border: solid 1px #333;*/ /*border-radius: 19px; background-color: #FFFFFF;*/ cursor: pointer; margin-top: 24px; margin-right:126px;}

.search-box .iconfont { font-size: 18px; font-size: 1.8rem; position: absolute; width: 40px; height: 18px; line-height: 18px; right: 0; top: 50%; margin-top: -9px; text-align: center; }

.search-box .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 37px; padding: 0 42px 0 15px; color: #666; font-size: 16px; font-size: 1.6rem; }

.search-box .search-submit { position: absolute; width: 41px; top: 6px; bottom: 6px; right: 0px; cursor: pointer; z-index: 1; border-left: solid 1px #666; }

@media screen and (max-width: 999px) { .search-box { margin-top: 0; height: 52px; }
  .search-box .search-input { line-height: 32px; } }

@media screen and (max-width: 767px) { .search-box { width: auto; height: 40px; position: absolute; top: 3px; right: 40px; }
  .search-box .search-input { line-height: 28px; font-size: 14px; font-size: 1.4rem; }
  .search-box .iconfont { font-size: 16px; font-size: 1.6rem; width: 30px; }
  .search-box .search-submit { width: 30px; } }
@media screen and (max-width: 449px){.search-box { margin-right: 0; }}

/*-------------header start----------------------------------------------------------------*/
.header { /* 767 navlist1 */ }

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

.header .h-top .item-contact { font-size: 0; letter-spacing: 0; position: relative; margin-left: 33px; margin-top: 19px; }

.header .h-top .item-contact .iconfont { font-size: 50px; font-size: 5.0rem; color: #4A4A4A; display: inline-block; vertical-align: middle; margin-left: 7px; }

.header .h-top .item-contact .item-p { display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 24px; text-align: right; }

.header .h-top .item-contact .item-p .p1 { color: #0063B4; }

.header .h-top .item-contact .item-p .p2 { margin-top: 2px; font-size: 16px; font-size: 1.6rem; font-weight: bold; }

@media screen and (max-width: 999px) { .header .h-top .item-contact { margin-top: 0; }
  .header .h-top .item-contact .iconfont { font-size: 36px; font-size: 3.6rem; }
  .header .h-top .item-contact .item-p { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .header .h-top .item-contact .item-p .p2 { font-size: 20px; font-size: 2rem; margin-top: 0; } }

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

@media screen and (max-width: 999px) { .header .h-top .clear1 { clear: both; } }

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

.header .h-top .logo { float: left; display: block; width: 327px; }

.header .h-top .logo img { display: block; max-width: 327px; margin: 0 auto; width: 100%; margin-top: 12px;}

@media screen and (max-width: 999px) { .header .h-top .logo { float: none; margin: 20px auto 0; } }

@media screen and (max-width: 767px) { .header .h-top .logo { width: 260px; margin: 50px auto 15px; } }

.header .h-bot { background-color: #0063B4; }

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

.header .navlist { font-size: 0; letter-spacing: 0; text-align: center; }

.header .navlist > li { display: inline-block; vertical-align: top; width: 14.285%; position: relative; }

.header .navlist > li:first-child:before { display: none; }

.header .navlist > li:before { position: absolute; content: '|'; left: 0; top: 0; color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 24px; top: 50%; margin-top: -12px; }

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; display: inline-block; line-height: 24px; padding: 21px 15px 14px; color: #fff; border-bottom: solid 5px transparent; }

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

@media screen and (max-width: 999px) { .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; padding: 14px 10px 9px; border-bottom: solid 3px transparent; } }

@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: 236px; left: 35px; border-top: solid 4px transparent; border-bottom: solid 9px #e7e7e7; }

.header .yiji > li:first-child { border-top: solid 12px #e7e7e7; }

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

.header .yiji li > a { display: block; line-height: 24px; padding: 13px 20px 13px 40px; font-size: 18px; font-size: 1.8rem; background-color: #e7e7e7; }

@media screen and (max-width: 999px) { .header .yiji li > a { font-size: 16px; font-size: 1.6rem; padding: 10px 20px; } }

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; border-left: solid 1px transparent; width: 246px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }

.header .navlist1 { display: none; width: 100%; background-color: #0063B4; }

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

.header .navlist1 > li:first-child:before { display: none; }

.header .navlist1 > li:before { position: absolute; content: '|'; left: 0; top: 0; color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 24px; top: 50%; margin-top: -12px; }

.header .navlist1 > li > a { display: inline-block; position: relative; line-height: 24px; color: #fff; padding: 6px 3px 3px; border-bottom: solid 3px transparent; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { border-bottom-color: #0101FF; }

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

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

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

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

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

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #e5e5e5; background-color: rgba(2, 2, 2, 0.1); }

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

.footer a:hover { color: #0063B4; }

.footer .f-top { padding: 58px 0 18px; line-height: 28px; font-size: 14px; font-size: 1.4rem; }

.footer .f-top .footer-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; margin: 0 0 31px; }

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

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

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

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

.footer .f-top .flist3 { width: 300px; padding-right: 15px; }

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

.footer .f-top .flist4 .fshare-img { padding-top: 5px; padding-bottom: 18px; }

.footer .f-top .flist4 .fshare-img img { display: block; height: 26px; }

.footer .f-top .copyright { line-height: 30px; }

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

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 200px; padding-right: 15px; }
  .footer .f-top .flist2 { width: 180px; padding-right: 15px; }
  .footer .f-top .flist3 { width: 230px; padding-right: 15px; } }

@media screen and (max-width: 999px) { .footer .f-top { padding: 30px 0 18px; }
  .footer .f-top .footer-title { margin-bottom: 20px; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3 { width: 33.33%; }
  .footer .f-top .flist4 { width: 100%; margin-top: 30px; }
  .footer .f-top .flist4 .fshare-img { padding-top: 0; padding-bottom: 10px; }
  .footer .f-top .flist4 .fshare-img img { display: block; height: 26px; }
  .footer .f-top .copyright { line-height: 24px; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 20px 0 15px; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .footer-title { display: none; }
  .footer .f-top .flist4 { margin-top: 0; } }

.footer .f-bot { border-top: solid 1px #622479; border-top: solid 1px rgba(98, 36, 121, 0.3); }

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

.footer .links { line-height: 24px; padding: 7px 0 11px; }

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

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-item { text-align: center; }

.index-item .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; }

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

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 22px; font-size: 2.2rem; } }

.index-item .item-subt { font-family: 'FuturaStd-Book'; font-size: 18px; font-size: 1.8rem; margin-top: 5px; }

.index-item .item-subt, .index-item .item-subt a { color: #666; }

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

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

/* index-title end */
/* index-probox start */
.index-probox { background-color: #F5F5F5; padding: 75px 0 57px; }

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

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

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

.index-probox .tab-options { font-size: 0; letter-spacing: 0; text-align: center; border-top: solid 3px #BFBFBF; border-top: solid 3px rgba(191, 191, 191, 0.8); text-align: center; margin-bottom: 35px; margin-top: 34px; }

.index-probox .tab-options li { display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; line-height: 24px; width: 22%; }

.index-probox .tab-options li p { display: inline-block; margin: -3px 0 0; border-top: solid 3px transparent; padding: 18px 39px; cursor: pointer; }

.index-probox .tab-options li:hover p, .index-probox .tab-options li.tab-active p { border-top-color: #0063B4; color: #0063B4; }

@media screen and (max-width: 999px) { .index-probox .tab-options { margin: 30px auto 30px; }
  .index-probox .tab-options li { width: 25%; }
  .index-probox .tab-options li p { padding: 12px 20px; } }

@media screen and (max-width: 767px) { .index-probox .tab-options li { width: 25%; margin: 0; font-size: 16px; font-size: 1.6rem; }
  .index-probox .tab-options li p { padding: 10px; } }

@media screen and (max-width: 640px) { .index-probox .tab-options li { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.index-probox .box-list { font-size: 0; letter-spacing: 0; }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 23.75%; margin-left: 1.66667%; margin-bottom: 30px; position: relative; overflow: hidden; /* @media screen and (max-width:767px) { width: 31.33%; } */ }

.index-probox .box-list .list-item:hover .item-backdrop { top: 0; }

.index-probox .box-list .list-item:hover .item-info { bottom: 80px; }

@media screen and (max-width: 999px) { .index-probox .box-list .list-item { width: 23%; margin: 0 1% 30px; }
  .index-probox .box-list .list-item:hover .item-backdrop { top: 0; }
  .index-probox .box-list .list-item:hover .item-info { bottom: auto; } }

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

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

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

.index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 16px 23px; background-color: #0063B4; }

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

.index-probox .box-list .item-title:hover { background-color: #000; }

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

@media screen and (max-width: 999px) { .index-probox .box-list .item-title { padding: 10px; display: none; } }

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

.index-probox .box-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background-color: #0063B4; background-color: rgba(0, 99, 180, 0.8); -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-backdrop { position: relative; top: auto; } }

.index-probox .box-list .item-backdrop .item-info { position: absolute; bottom: -999px; left: 0; width: 100%; padding: 0 20px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-backdrop .item-info { position: relative; bottom: auto; padding: 15px 10px; } }

.index-probox .box-list .item-backdrop .item-subt { font-size: 22px; font-size: 2.2rem; font-weight: bold; }

.index-probox .box-list .item-backdrop .item-subt, .index-probox .box-list .item-backdrop .item-subt a { color: #fff; }

.index-probox .box-list .item-backdrop .item-subt a:hover { color: #ccc !important; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-backdrop .item-subt { font-size: 20px; font-size: 2rem; } }

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

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

.index-probox .box-list .item-backdrop .item-desc { /*text-indent: 2em;*/ margin-top: 20px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; }

.index-probox .box-list .item-backdrop .item-desc, .index-probox .box-list .item-backdrop .item-desc a { color: #fff; }

.index-probox .box-list .item-backdrop .item-desc a:hover { color: #ccc !important; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-backdrop .item-desc { line-height: 24px; height: 72px; margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

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

@media screen and (max-width: 767px) { .index-probox .box-list .item-backdrop .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

.index-probox .box-list .item-backdrop .item-btn { margin-top: 30px; display: inline-block; min-width: 170px; background-color: #fff; font-size: 16px; font-size: 1.6rem; color: #0063B4; text-align: center; line-height: 26px; padding: 10px; border-radius: 23px; }

.index-probox .box-list .item-backdrop .item-btn:hover { background-color: #ccc; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-backdrop .item-btn { min-width: 130px; font-size: 14px; font-size: 1.4rem; padding: 5px 8px; line-height: 24px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-backdrop .item-btn { margin-top: 15px; min-width: 110px; } }

/* index-probox end */
/* index-about start */
.index-about { margin-top: 2px; background: url(../images/bg5.jpg) no-repeat center; }

@media screen and (max-width: 767px) { .index-about { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; } }

.index-about .box-item { padding: 110px 0 147px; position: relative; }

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

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

.index-about .item-right { position: absolute; width: 46%; right: 0; bottom: 0; position: absolute; }

@media screen and (max-width: 999px) { .index-about .item-right { width: 53%; } }

@media screen and (max-width: 767px) { .index-about .item-right { position: relative; right: auto; bottom: auto; width: 100%; max-width: 554px; margin: 0 auto; } }

.index-about .item-pics { width: 88.58696%; float: right; margin-bottom: 3px; }

.index-about .item-pics img { display: block !important; margin: 0 auto; max-width: 489px; width: 100%; }

@media screen and (max-width: 767px) { .index-about .item-pics { display: none; } }

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

.index-about .item-body { margin-left: 7.08333%; width: 50%; border: solid 4px #fff; padding: 46px 78px 54px 38px; }

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

@media screen and (max-width: 999px) { .index-about .item-body { margin-left: 0; padding: 20px 30px 20px 15px; } }

@media screen and (max-width: 767px) { .index-about .item-body { width: 100%; max-width: 552px; margin: 0 auto; padding: 20px 15px; } }

.index-about .item-body .item-title { font-weight: bold; font-size: 36px; font-size: 3.6rem; }

.index-about .item-body .item-title, .index-about .item-body .item-title a { color: #fff; }

.index-about .item-body .item-title a:hover { color: #ccc !important; }

@media screen and (max-width: 1219px) { .index-about .item-body .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 999px) { .index-about .item-body .item-title { font-size: 28px; font-size: 2.8rem; } }

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

.index-about .item-body .item-desc { margin-top: 25px; text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 282px; }

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

.index-about .item-body .item-desc a:hover { color: #ccc !important; }

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

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

.index-about .item-body .item-btn { margin-top: 27px; display: inline-block; border-radius: 23px; min-width: 170px; line-height: 26px; padding: 9px 10px; background-color: #fff; font-weight: bold; text-align: center; color: #0063B4; font-size: 16px; font-size: 1.6rem; }

.index-about .item-body .item-btn .iconfont { font-size: 20px; font-size: 2rem; vertical-align: middle; margin-left: 8px; }

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

@media screen and (max-width: 999px) { .index-about .item-body .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 6px 10px; min-width: 150px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-about .item-body .item-btn { min-width: 120px; padding: 5px 10px; }
  .index-about .item-body .item-btn .iconfont { margin-left: 0; } }

/* index-about end */
/* index-solution start */
.index-solution { background-color: #F5F5F5; text-align: center; padding: 68px 0 87px; margin-top: 3px; }

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

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

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

.index-solution .tab-options { font-size: 0; letter-spacing: 0; text-align: center; border-top: solid 3px #BFBFBF; border-top: solid 3px rgba(191, 191, 191, 0.8); text-align: center; margin-bottom: 52px; margin-top: 33px; }

.index-solution .tab-options li { display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; line-height: 24px; width: 15.8%; }

.index-solution .tab-options li p { display: inline-block; margin: -3px 0 0; border-top: solid 3px transparent; padding: 18px 22px; cursor: pointer; }

.index-solution .tab-options li:hover p, .index-solution .tab-options li.tab-active p { border-top-color: #0063B4; color: #0063B4; }

@media screen and (max-width: 999px) { .index-solution .tab-options { margin: 30px auto 30px; }
  .index-solution .tab-options li { width: 20%; }
  .index-solution .tab-options li p { padding: 12px 20px; } }

@media screen and (max-width: 767px) { .index-solution .tab-options { margin-bottom: 20px; }
  .index-solution .tab-options li { font-size: 16px; font-size: 1.6rem; }
  .index-solution .tab-options li p { padding: 10px; } }

@media screen and (max-width: 640px) { .index-solution .tab-options { border-top: 0; text-align: left; }
  .index-solution .tab-options li { text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 20px; width: 50%; border-top: solid 2px #BFBFBF; border-top: solid 2px rgba(191, 191, 191, 0.8); }
  .index-solution .tab-options li p { padding: 10px 5px; display: block; margin-top: -2px; border-top-width: 2px; } }

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

.index-solution .box-list .list-item { display: inline-block; vertical-align: top; width: 25%; position: relative; overflow: hidden; }

.index-solution .box-list .list-item:hover .item-backdrop { top: 0; }

@media screen and (max-width: 999px) { .index-solution .box-list .list-item { border: solid 1px #fff; } }

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

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

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

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

@media screen and (max-width: 999px) { .index-solution .box-list .item-backdrop { position: relative; top: auto; bottom: auto; left: auto; } }

.index-solution .box-list .item-info { position: absolute; left: 0; width: 100%; top: 50%; margin-top: -65px; padding: 0 10.41667%; }

@media screen and (max-width: 999px) { .index-solution .box-list .item-info { position: relative; top: auto; bottom: auto; left: auto; padding: 15px 10px; margin: 0; } }

.index-solution .box-list .item-title { font-size: 22px; font-size: 2.2rem; font-weight: bold; text-align: center; background: url(../images/web11.png) no-repeat top center; padding-top: 38px; }

.index-solution .box-list .item-title, .index-solution .box-list .item-title a { color: #fff; }

.index-solution .box-list .item-title a:hover { color: #ccc !important; }

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

@media screen and (max-width: 999px) { .index-solution .box-list .item-title { background-image: none; padding-top: 0; font-size: 16px; font-size: 1.6rem; } }

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

.index-solution .box-list .item-desc { margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; text-align: center; }

.index-solution .box-list .item-desc, .index-solution .box-list .item-desc a { color: #fff; }

.index-solution .box-list .item-desc a:hover { color: #ccc !important; }

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

@media screen and (max-width: 767px) { .index-solution .box-list .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }

.index-solution .box-btn { margin-top: 46px; display: inline-block; border-radius: 23px; min-width: 170px; line-height: 26px; padding: 10px 10px; background-color: #0063B4; font-weight: bold; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; }

.index-solution .box-btn:hover { background-color: #000; color: #fff; }

@media screen and (max-width: 999px) { .index-solution .box-btn { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 6px 10px; min-width: 150px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-solution .box-btn { margin-top: 30px; min-width: 120px; padding: 5px 10px; } }

/* index-solution end */
/* index-adbox start */
.index-adbox { margin-top: 7px; background: url(../images/bg3.jpg) no-repeat center; background-size: cover; padding: 52px 0 86px; }

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

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

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

.index-adbox .index-item .item-title, .index-adbox .index-item .item-title a, .index-adbox .index-item .item-subt, .index-adbox .index-item .item-subt a { color: #fff; }

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

.index-adbox .box-list .list-item { display: inline-block; vertical-align: top; width: 20.58333%; margin-left: 5.88889%; border: solid 1px #D2D2D2; padding: 39px 18px 34px; margin-top: 56px; }

.index-adbox .box-list .list-item:hover { background-color: #0063B4; border-color: #0063B4; }

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

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

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

.index-adbox .box-list .list-item:hover .item-desc, .index-adbox .box-list .list-item:hover .item-desc a { color: #E4E4E4 !important; }

@media screen and (max-width: 1219px) { .index-adbox .box-list .list-item { width: 23.5%; margin-left: 2%; margin-top: 30px; } }

@media screen and (max-width: 999px) { .index-adbox .box-list .list-item { width: 23%; margin: 30px 1% 0; padding: 25px 10px; } }

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

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

.index-adbox .box-list .item-pic { max-width: 101px; width: 100%; margin: 0 auto; }

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

.index-adbox .box-list .item-pic .img1 { display: block; }

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

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

@media screen and (max-width: 767px) { .index-adbox .box-list .item-pic { width: 80px; } }

.index-adbox .box-list .item-title { margin-top: 25px; font-size: 18px; font-size: 1.8rem; line-height: 24px; }

.index-adbox .box-list .item-title, .index-adbox .box-list .item-title a { color: #fff; }

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

.index-adbox .box-list .item-desc { margin-top: 19px; font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 66px; }

.index-adbox .box-list .item-desc, .index-adbox .box-list .item-desc a { color: #e4e4e4; }

@media screen and (max-width: 767px) { .index-adbox .box-list .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

@media screen and (max-width: 380px) { .index-adbox .box-list .item-desc { height: auto; max-height: 60px; } }

/* index-adbox end */
/* index-choose start */
.index-choose { padding: 85px 0 72px; }

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

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

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

.index-choose .box-list { margin-top: 43px; position: relative; }

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

.index-choose .box-list .box-img { width: 30%; position: absolute; left: 50%; top: 50%; margin: -180px 0 0 -180px; }

.index-choose .box-list .box-img img { display: block; margin: 0 auto; max-width: 360px; width: 100%; }

@media screen and (max-width: 1219px) { .index-choose .box-list .box-img { margin: -147px 0 0 -147px; } }

@media screen and (max-width: 999px) { .index-choose .box-list .box-img { width: 220px; margin: -110px 0 0 -110px; } }

@media screen and (max-width: 767px) { .index-choose .box-list .box-img { position: relative; top: auto; left: auto; margin: 0 auto 30px; width: 80%; max-width: 260px; } }

.index-choose .box-list .list-item { width: 33.33333%; border: solid 1px #A6A6A6; border-radius: 5px; margin-bottom: 21px; padding: 30px 25px 10px 17px; position: relative; }

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

@media screen and (max-width: 767px) { .index-choose .box-list .list-item { width: 48%; margin: 0 1% 20px; } }

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

.index-choose .box-list .item-pic { width: 40px; }

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

.index-choose .box-list .item-num { position: absolute; font-weight: bold; font-family: arial, helvetica, sans-serif; font-size: 134px; font-size: 13.4rem; color: #333; opacity: 0.1; right: 5px; top: -10px; }

@media screen and (max-width: 999px) { .index-choose .box-list .item-num { font-size: 100px; font-size: 10rem; } }

@media screen and (max-width: 767px) { .index-choose .box-list .item-num { font-size: 90px; font-size: 9rem; } }

@media screen and (max-width: 640px) { .index-choose .box-list .item-num { font-size: 80px; font-size: 8rem; top: 0; } }

.index-choose .box-list .item-title { margin-top: 4px; font-size: 24px; font-size: 2.4rem; font-weight: bold; margin-right: 47px; position: relative; overflow: visible; padding-bottom: 14px; }

.index-choose .box-list .item-title, .index-choose .box-list .item-title a { color: #0063B4; }

.index-choose .box-list .item-title a:hover { color: #000 !important; }

.index-choose .box-list .item-title:before { position: absolute; content: ''; width: 100%; left: 0; height: 2px; background-color: #0063B4; bottom: -1px; }

.index-choose .box-list .item-title:after { position: absolute; content: ''; width: 43px; left: 0; height: 10px; background-color: #0063B4; bottom: -5px; }

@media screen and (max-width: 767px) { .index-choose .box-list .item-title:after { height: 6px; bottom: -3px; } }

@media screen and (max-width: 1219px) { .index-choose .box-list .item-title { font-size: 22px; font-size: 2.2rem; } }

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

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

.index-choose .box-list .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 23px; }

.index-choose .box-list .item-desc, .index-choose .box-list .item-desc a { color: #555; }

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

@media screen and (max-width: 767px) { .index-choose .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

@media screen and (max-width: 500px) { .index-choose .box-list .item-desc { height: auto; max-height: 60px; } }

/* index-choose end */
/* index-news start */
.index-news { background: url(../images/bg2.jpg) no-repeat center; background-size: cover; padding: 48px 0 79px; }

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

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

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

.index-news .index-item .item-title, .index-news .index-item .item-title a, .index-news .index-item .item-subt, .index-news .index-item .item-subt a { color: #fff; }

.index-news .index-item .item-title a:hover, .index-news .index-item .item-subt a:hover { color: #ccc !important; }

.index-news .box-list { font-size: 0; letter-spacing: 0; }

.index-news .box-list .list-item { display: inline-block; vertical-align: top; width: 32.75%; margin-left: 0.875%; padding: 5px; background-color: #fff; margin-top: 47px; }

.index-news .box-list .list-item:hover { box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.61); }

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

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

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

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

.index-news .box-list .item-body { padding: 17px 10px 12px 13px; }

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

.index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; }

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

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

.index-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; color: #666; line-height: 24px; margin-top: 9px; }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { margin-top: 0; font-size: 12px; font-size: 1.2rem; } }

.index-news .box-list .item-desc { text-indent: 2em; font-size: 14px; font-size: 1.4rem; line-height: 26px; height: 52px; margin-top: 5px; }

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

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

/* index-news end */
/* index-brand start */
.index-brand { padding: 74px 0 100px; }

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

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

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

.index-brand .ex-scroll { width: 100%; position: relative; margin: 54px auto 0; }

@media screen and (max-width: 999px) { .index-brand .ex-scroll { margin: 30px auto 0; } }

@media screen and (max-width: 767px) { .index-brand .ex-scroll { margin: 20px auto 0; } }

.index-brand .ex-scroll .box-bd { width: 100%; overflow: hidden; }

.index-brand .ex-scroll .box-list { width: 10000%; }

.index-brand .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; font-size: 0; letter-spacing: 0; }

.index-brand .ex-scroll .box-list .list-item { display: inline-block; vertical-align: top; width: 15.33333%; margin-bottom: 15px; margin-left: 1.6%; }

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

@media screen and (max-width: 767px) { .index-brand .ex-scroll .box-list .list-item { width: 15.66%; margin: 0 0.5% 15px; } }

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

.index-brand .ex-scroll .box-list .item-pic { border: solid 1px #CECECE; max-width: 185px; margin: 0 auto; }

.index-brand .ex-scroll .box-list .item-pic img { display: block; margin: 0 auto; max-width: 185px; width: 100%; }

.index-brand .ex-scroll .box-page { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 22px; }

.index-brand .ex-scroll .box-page .page-item { margin: 0 4.5px; display: inline-block; vertical-align: top; width: 10px; height: 10px; background-color: #A0A0A0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.index-brand .ex-scroll .box-page .page-item.active { width: 26px; background-color: #0063B4; }

@media screen and (max-width: 767px) { .index-brand .ex-scroll .box-page { margin-top: 15px; }
  .index-brand .ex-scroll .box-page .page-item { margin: 0 2px; width: 8px; height: 8px; }
  .index-brand .ex-scroll .box-page .page-item.active { width: 20px; } }

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

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
/* pro-bar start */
.pro-bar { background-color: #E5E5E5; text-align: center; }

.pro-bar .box-list { font-size: 0; letter-spacing: 0; padding: 26px 0 5px; }

@media screen and (max-width: 767px) { .pro-bar .box-list { padding: 15px 0 5px; } }

.pro-bar .box-list li { display: inline-block; vertical-align: top; margin: 0 1% 15px; width: 18.5%; }

.pro-bar .box-list li > a { font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.pro-bar .box-list li > a .iconfont { margin-left: 17px; font-weight: bold; }

.pro-bar .box-list li:hover > a, .pro-bar .box-list li.active > a { color: #0063B4; }

@media screen and (max-width: 1219px) { .pro-bar .box-list li { width: 23%; margin: 0 1% 15px; } }

@media screen and (max-width: 767px) { .pro-bar .box-list li { margin: 0 1% 10px; }
  .pro-bar .box-list li > a { font-size: 16px; font-size: 1.6rem; }
  .pro-bar .box-list li > a .iconfont { margin-left: 5px; } }

@media screen and (max-width: 640px) { .pro-bar .box-list li { width: 48%; }
  .pro-bar .box-list li > a { font-size: 14px; font-size: 1.4rem; } }

/* pro-bar end */
.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 53px; padding-top: 27px; }

@media screen and (max-width: 1219px) { .pro1-list { padding-bottom: 30px; } }

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 23.75%; margin-left: 1.66667%; margin-bottom: 41px; border: solid 1px #c3c3c3; position: relative; }

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

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

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

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

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 16px 23px; background-color: #0063B4; }

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

.pro1-list .item-title a {display: inline;}

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

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

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

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 8px; } }

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
/* pro2-item start */
.pro2-item .item-pic { float: left; width: 48.16667%; margin-right: 6.25%; border: solid 1px #c3c3c3; }

.pro2-item .item-pic img { display: block; width: 100%; max-width: 578px; margin: 0 auto; }

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

@media screen and (max-width: 999px) { .pro2-item .item-pic { float: none; margin: 0 auto 30px; max-width: 578px; width: 100%; } }

.pro2-item .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; background: url(../images/web2.png) repeat-x bottom; line-height: 28px; padding: 43px 0 24px; }

@media screen and (max-width: 1219px) { .pro2-item .item-title { padding: 0 0 15px; } }

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

.pro2-item .item-desc { overflow: visible; padding: 33px 0 15px; min-height: 533px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.pro2-item .item-desc p { min-height: 26px; text-indent: 2em; }

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

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

@media screen and (max-width: 1219px) { .pro2-item .item-desc { min-height: auto; } }

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

.pro2-item .item-btns { font-size: 0; letter-spacing: 0; }

.pro2-item .item-btns .item-btn { margin-right: 24px; margin-top: 15px; display: inline-block; vertical-align: bottom; min-width: 143px; line-height: 24px; padding: 10px; font-size: 16px; font-size: 1.6rem; background-color: #0063B4; color: #fff; text-align: center; }

.pro2-item .item-btns .item-btn:hover { background-color: #000; }

@media screen and (max-width: 767px) { .pro2-item .item-btns .item-btn { font-size: 14px; font-size: 1.4rem; padding: 5px 10px; } }

.pro2-item .pro-share { display: inline-block; vertical-align: bottom; margin-top: 15px; }

/* pro2-item end */
/* pro2-spec start */
.pro2-spec { margin-top: 79px; }

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

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

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

.pro2-spec .box-title { background-color: #E7E7E7; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; padding: 15px 10px 10px 33px; }

@media screen and (max-width: 999px) { .pro2-spec .box-title { padding: 10px; } }

@media screen and (max-width: 767px) { .pro2-spec .box-title { font-size: 16px; font-size: 1.6rem; } }

.pro2-spec .item-body { padding: 63px 0 115px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.pro2-spec .item-body p { min-height: 26px; text-indent: 2em; }

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

@media screen and (max-width: 1219px) { .pro2-spec .item-body { padding: 60px 0 70px; } }

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

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

/* pro2-spec end */
/* pro2-related start */
.pro2-related .box-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; position: relative; }

.pro2-related .box-title:before { position: absolute; content: ''; height: 4px; right: 0; width: 100%; background-color: #e5e5e5; top: 50%; margin-top: -2px; }

.pro2-related .box-title a { position: relative; display: inline-block; padding-right: 7px; background-color: #fff; }

.pro2-related .box-title a:hover { color: #0063B4; }

@media screen and (max-width: 999px) { .pro2-related .box-title { font-size: 22px; font-size: 2.2rem; } }

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

.pro2-related .pro1-list { padding-top: 45px; }

@media screen and (max-width: 1219px) { .pro2-related .pro1-list { padding-top: 0; } }

.pro2-related .pro1-list .list-item { margin-top: 30px; margin-bottom: 0; }

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

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

/* pro2-related end */
/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-solution start----------------------------------------------------------*/
/* solution-bar start */
.solution-bar { background-color: #E5E5E5; text-align: center; }

.solution-bar .box-list { font-size: 0; letter-spacing: 0; padding: 26px 0 5px; }

@media screen and (max-width: 767px) { .solution-bar .box-list { padding: 15px 0 5px; } }

.solution-bar .box-list li { display: inline-block; vertical-align: top; margin: 0 1% 15px; width: 17%; }

.solution-bar .box-list li > a { font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.solution-bar .box-list li > a .iconfont { margin-left: 17px; font-weight: bold; }

.solution-bar .box-list li:hover > a, .solution-bar .box-list li.active > a { color: #0063B4; }

@media screen and (max-width: 1219px) { .solution-bar .box-list li { width: 23%; margin: 0 1% 15px; } }

@media screen and (max-width: 767px) { .solution-bar .box-list li { margin: 0 1% 10px; }
  .solution-bar .box-list li > a { font-size: 16px; font-size: 1.6rem; }
  .solution-bar .box-list li > a .iconfont { margin-left: 5px; } }

@media screen and (max-width: 640px) { .solution-bar .box-list li { width: 48%; }
  .solution-bar .box-list li > a { font-size: 14px; font-size: 1.4rem; } }

/* solution-bar end */
.solution1-list { padding: 13px 0 58px; }

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

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

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

.solution1-list li { width: 100%; margin-bottom: 35px; padding-bottom: 40px; border-bottom: dashed 1px #aaa; }

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

.solution1-list .item-pic { width: 300px; float: left; margin-right: 2.83333%; }

.solution1-list .item-pic img { width: 100%; max-width: 300px; display: block !important; margin: 0 auto; }

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

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

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

.solution1-list .item-title { margin-top: 10px; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

@media screen and (max-width: 999px) { .solution1-list .item-title { margin-top: 10px; } }

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

.solution1-list .item-desc { text-indent: 2em; line-height: 24px; height: 96px; margin-top: 24px; }

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

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

@media screen and (max-width: 767px) { .solution1-list .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 80px; } }

.solution1-list .item-btn { padding-left: 5px; margin-top: 20px; display: inline-block; }

.solution1-list .item-btn a:hover { color: #0063B4; }

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

/*-------------2-1-solution end------------------------------------------------------------*/
/*-------------2-2-solution start----------------------------------------------------------*/
.solution2-main > .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 26px; text-align: center; border-bottom: solid 6px #E4E4E4; padding-bottom: 24px; }

@media screen and (max-width: 999px) { .solution2-main > .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 14px; } }

@media screen and (max-width: 767px) { .solution2-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-bottom: 8px; border-bottom: solid 3px #E4E4E4; } }

.solution2-main .item-date { text-align: center; margin-top: 24px; line-height: 22px; }

.solution2-main .item-date .iconfont { color: #0063B4; font-size: 22px; font-size: 2.2rem; vertical-align: bottom; margin-right: 2px; }

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

.solution2-main .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 40px 0 0; }

.solution2-main .item-desc p { min-height: 24px; }

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

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

@media screen and (max-width: 767px) { .solution2-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 20px 0 0; }
  .solution2-main .item-desc p { min-height: 20px; } }

/*-------------2-2-solution end------------------------------------------------------------*/
.tech2-main > .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 28px; text-align: center; border-bottom: solid 6px #E4E4E4; padding-bottom: 8px; }

@media screen and (max-width: 999px) { .tech2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

@media screen and (max-width: 767px) { .tech2-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-bottom: 8px; border-bottom: solid 3px #E4E4E4; } }

.tech2-main .item-date { text-align: center; margin-top: 17px; line-height: 22px; }

.tech2-main .item-date .iconfont { color: #0063B4; font-size: 22px; font-size: 2.2rem; vertical-align: bottom; margin-right: 2px; }

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

.tech2-main .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 26px 0 0; }

.tech2-main .item-desc p { min-height: 24px; }

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

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

@media screen and (max-width: 767px) { .tech2-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 20px 0 0; }
  .tech2-main .item-desc p { min-height: 20px; } }

/*-------------4-1-news start--------------------------------------------------------------*/
/* news-bar start */
.news-bar { background-color: #E5E5E5; text-align: center; }

.news-bar .box-list { font-size: 0; letter-spacing: 0; padding: 26px 0 5px; }

@media screen and (max-width: 767px) { .news-bar .box-list { padding: 15px 0 5px; } }

.news-bar .box-list li { display: inline-block; vertical-align: top; margin: 0 1% 15px; width: 21.5%; }

.news-bar .box-list li > a { font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.news-bar .box-list li > a .iconfont { margin-left: 17px; font-weight: bold; }

.news-bar .box-list li:hover > a, .news-bar .box-list li.active > a { color: #0063B4; }

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

@media screen and (max-width: 767px) { .news-bar .box-list li { margin: 0 1% 10px; }
  .news-bar .box-list li > a { font-size: 16px; font-size: 1.6rem; }
  .news-bar .box-list li > a .iconfont { margin-left: 5px; } }

@media screen and (max-width: 640px) { .news-bar .box-list li { width: 31%; }
  .news-bar .box-list li > a { font-size: 12px; font-size: 1.2rem; } }

/* news-bar end */
.news1-list { padding: 0 0 65px; }

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

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

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

.news1-list li { width: 100%; margin-bottom: 44px; border: solid 1px #DEDEDE; padding: 6px 25px 6px 5px; }

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

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

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

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

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

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

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

.news1-list .item-title { margin-top: 22px; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

@media screen and (max-width: 999px) { .news1-list .item-title { margin-top: 10px; } }

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

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

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

.news1-list .item-desc { text-indent: 2em; line-height: 26px; height: 104px; margin-top: 5px; }

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

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

.news1-list .item-btn { margin-top: 31px; display: inline-block; padding-left: 11px; }

.news1-list .item-btn a:hover { color: #0063B4; }

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

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

/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 26px; text-align: center; border-bottom: solid 6px #E4E4E4; padding-bottom: 12px; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-bottom: 8px; border-bottom: solid 3px #E4E4E4; } }

.news2-main .item-date { text-align: center; margin-top: 24px; line-height: 22px; }

.news2-main .item-date .iconfont { color: #0063B4; font-size: 22px; font-size: 2.2rem; vertical-align: bottom; margin-right: 2px; }

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

.news2-main .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 43px 0 50px; }

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

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

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

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 20px 0 30px; }
  .news2-main .item-desc p { min-height: 20px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-1-about start-------------------------------------------------------------*/
/* .about-bar start */
.about-bar { background-color: #E5E5E5; text-align: center; }

.about-bar .box-list { font-size: 0; letter-spacing: 0; padding: 26px 0 4px; }

@media screen and (max-width: 767px) { .about-bar .box-list { padding: 15px 0 5px; } }

.about-bar .box-list li { display: inline-block; vertical-align: top; margin: 0 1% 15px; width: 14.6%; }

.about-bar .box-list li > a { font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.about-bar .box-list li > a .iconfont { margin-left: 17px; font-weight: bold; }

.about-bar .box-list li:hover > a, .about-bar .box-list li.active > a { color: #0063B4; }

@media screen and (max-width: 1219px) { .about-bar .box-list li { width: 18%; margin: 0 1% 15px; } }

@media screen and (max-width: 767px) { .about-bar .box-list li { margin-bottom: 10px; }
  .about-bar .box-list li > a { font-size: 16px; font-size: 1.6rem; }
  .about-bar .box-list li > a .iconfont { margin-left: 5px; } }

@media screen and (max-width: 640px) { .about-bar .box-list li { width: 31.33%; }
  .about-bar .box-list li > a { font-size: 14px; font-size: 1.4rem; }
  .about-bar .box-list li > a .iconfont { margin-left: 0; font-size: 12px; font-size: 1.2rem; } }

/* .about-bar end */
/* about1_wrap start */
.about1_wrap { /* box-adbox start */ /* box-adbox end */ }

.about1_wrap .box-top { font-size: 16px; font-size: 1.6rem; line-height: 24px; text-indent: 2em; padding: 19px 0 51px; }

.about1_wrap .box-top p { min-height: 24px; }

.about1_wrap .box-top img, .about1_wrap .box-top iframe { max-width: 100%; }

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

@media screen and (max-width: 767px) { .about1_wrap .box-top { padding: 0 0 30px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1_wrap .box-top p { min-height: 20px; } }

.about1_wrap .box-adbox { background: url(../images/bg4.jpg) no-repeat center; background-size: cover; padding: 52px 0 86px; }

@media screen and (max-width: 1219px) { .about1_wrap .box-adbox { padding: 50px 0 70px; } }

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

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

.about1_wrap .box-adbox .index-item .item-title, .about1_wrap .box-adbox .index-item .item-title a, .about1_wrap .box-adbox .index-item .item-subt, .about1_wrap .box-adbox .index-item .item-subt a { color: #0063B4; }

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

.about1_wrap .box-adbox .box-list .list-item { display: inline-block; vertical-align: top; width: 20.58333%; margin-left: 5.88889%; border: solid 1px #333; padding: 39px 18px 34px; margin-top: 56px; }

.about1_wrap .box-adbox .box-list .list-item:hover { background-color: #0063B4; border-color: #0063B4; }

.about1_wrap .box-adbox .box-list .list-item:hover .item-pic .img1 { display: none; }

.about1_wrap .box-adbox .box-list .list-item:hover .item-pic .img2 { display: block; }

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

.about1_wrap .box-adbox .box-list .list-item:hover .item-desc, .about1_wrap .box-adbox .box-list .list-item:hover .item-desc a { color: #E4E4E4; }

@media screen and (max-width: 1219px) { .about1_wrap .box-adbox .box-list .list-item { width: 23.5%; margin-left: 2%; margin-top: 30px; } }

@media screen and (max-width: 999px) { .about1_wrap .box-adbox .box-list .list-item { width: 23%; margin: 30px 1% 0; padding: 25px 10px; } }

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

@media screen and (max-width: 380px) { .about1_wrap .box-adbox .box-list .list-item { width: 98%; } }

.about1_wrap .box-adbox .box-list .item-pic { max-width: 101px; width: 100%; margin: 0 auto; }

.about1_wrap .box-adbox .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 101px; }

.about1_wrap .box-adbox .box-list .item-pic .img1 { display: block; }

.about1_wrap .box-adbox .box-list .item-pic .img2 { display: none; }

@media screen and (max-width: 999px) { .about1_wrap .box-adbox .box-list .item-pic { width: 90px; } }

@media screen and (max-width: 767px) { .about1_wrap .box-adbox .box-list .item-pic { width: 80px; } }

.about1_wrap .box-adbox .box-list .item-title { margin-top: 25px; font-size: 18px; font-size: 1.8rem; line-height: 24px; }

.about1_wrap .box-adbox .box-list .item-title, .about1_wrap .box-adbox .box-list .item-title a { color: #333; }

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

.about1_wrap .box-adbox .box-list .item-desc { margin-top: 19px; font-size: 14px; font-size: 1.4rem; line-height: 22px; min-height: 66px; }

.about1_wrap .box-adbox .box-list .item-desc, .about1_wrap .box-adbox .box-list .item-desc a { color: #333; }

@media screen and (max-width: 767px) { .about1_wrap .box-adbox .box-list .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; min-height: 60px; } }

@media screen and (max-width: 380px) { .about1_wrap .box-adbox .box-list .item-desc { min-height: auto; } }

.about1_wrap .box-bot { padding-top: 53px; font-size: 16px; font-size: 1.6rem; line-height: 24px; /*text-indent: 2em;*/ }

.about1_wrap .box-bot .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; margin-bottom: 20px; }

.about1_wrap .box-bot p { min-height: 24px; }

.about1_wrap .box-bot img, .about1_wrap .box-bot iframe { max-width: 100%; }

.about1_wrap .box-bot ._blank { min-height: 82px; }

@media screen and (max-width: 999px) { .about1_wrap .box-bot { font-size: 14px; font-size: 1.4rem; }
  .about1_wrap .box-bot .item-title { font-size: 20px; font-size: 2rem; }
  .about1_wrap .box-bot ._blank { min-height: 24px; } }

@media screen and (max-width: 767px) { .about1_wrap .box-bot { padding-top: 30px; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .about1_wrap .box-bot .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; }
  .about1_wrap .box-bot p { min-height: 20px; } }

/* about1_wrap end */
/*-------------5-1-about end---------------------------------------------------------------*/
/*-------------5-2-about start-------------------------------------------------------------*/
.about2-box { margin-top: 18px; }

@media screen and (max-width: 1219px) { .about2-box { margin-top: 0; } }

.about2-box img { display: block; margin: 0 auto; max-width: 987px; width: 100%; }

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

.brand-list .list-item { display: inline-block; vertical-align: top; width: 15.33333%; margin-top: 30px; margin-left: 1.6%; }

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

@media screen and (max-width: 767px) { .brand-list .list-item { width: 23%; } }

@media screen and (max-width: 500px) { .brand-list .list-item { width: 31.33%; margin-top: 15px; } }

.brand-list .item-pic { border: solid 1px #CECECE; max-width: 185px; margin: 0 auto; }

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

/*-------------5-3-about end---------------------------------------------------------------*/
/*-------------5-4-about start-------------------------------------------------------------*/
.video-top { /* .item-videobox start */ /* .item-videobox end */ }

.video-top .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; max-width: 825px; }

.video-top .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 62.78788%; height: 0; }

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

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

.video-top .item-body { text-align: center; }

.video-top .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 30px; margin-top: 13px; }

@media screen and (max-width: 767px) { .video-top .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

.video-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 10px; }

@media screen and (max-width: 999px) { .video-top .item-desc { line-height: 24px; } }

@media screen and (max-width: 767px) { .video-top .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/* video-list start */
.video-list { font-size: 0; letter-spacing: 0; padding: 80px 0 61px; /* .item-videobox start */ /* .item-videobox end */ }

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

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

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

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

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

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

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

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; max-width: 380px; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 62.63158%; height: 0; }

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

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

.video-list .item-body { border: solid 1px #DCDCDC; margin-top: 6px; margin-bottom: 25px; padding: 11px 16px 11px; }

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

.video-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

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

.video-list .item-desc { text-indent: 2em; font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 3px; }

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

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

/* video-list end */
/*-------------5-4-about end---------------------------------------------------------------*/
/*-------------5-5-about start-------------------------------------------------------------*/
.about5-list { font-size: 0; letter-spacing: 0; padding: 35px 0 56px; }

@media screen and (max-width: 1219px) { .about5-list { padding: 0 0 20px; } }

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

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

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

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

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

.about5-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; border: solid 1px #DCDCDC; margin-top: 6px; line-height: 24px; padding: 12px 17px 15px; }

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

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

@media screen and (max-width: 640px) { .about5-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------5-5-about end---------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-title { margin-top: 5px; text-align: center; font-weight: bold; font-size: 30px; font-size: 3rem; margin-bottom: 38px; }

@media screen and (max-width: 999px) { .contact-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .contact-title { margin-top: 0; font-size: 20px; font-size: 2.0rem; margin-bottom: 20px; } }

.contact-main { background-color: #E5E5E5; border-radius: 10px; overflow: hidden; /* .box-left start */ /* .box-left start */ }

.contact-main .box-left { width: 38.75%; height: 603px; padding-left: 2.66667%; padding-right: 2.66667%; padding-top: 62px; background: url(../images/c1.jpg) no-repeat center; }

.contact-main .box-left, .contact-main .box-left a { color: #fff; }

.contact-main .box-left .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.contact-main .box-left .box-list { margin-top: 52px; font-size: 16px; font-size: 1.6rem; }

.contact-main .box-left .box-list li { line-height: 30px; margin-bottom: 18px; }

.contact-main .box-left .box-list a:hover { color: #0063B4; }

.contact-main .box-left .box-list .iconfont { float: left; font-size: 17px; font-size: 1.7rem; color: #fff; margin-right: 10px; }

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

@media screen and (max-width: 999px) { .contact-main .box-left { width: 100%; background-size: cover; margin: 0 auto; float: none; height: auto; padding: 30px; }
  .contact-main .box-left .box-list { margin-top: 30px; font-size: 14px; font-size: 1.4rem; }
  .contact-main .box-left .box-list li { margin-bottom: 5px; } }

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

.contact-main .box-form { overflow: hidden; padding: 0 7.08333% 0 8.33333%; }

.contact-main .box-form .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; color: #0063B4; padding: 20px 0 18px 0; }

.contact-main .box-form .star { position: relative; }

.contact-main .box-form .star:before { position: absolute; content: ''; top: 0; height: 35px; width: 21px; left: 0; background: url(../images/star.png) no-repeat center; }

.contact-main .box-form .item-row { margin-bottom: 20px; }

.contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { width: 100%; display: block; background-color: #fff; border: solid 1px #ccc; height: 37px; line-height: 35px; padding: 0 15px 0 23px; font-size: 14px; font-size: 1.4rem; 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: 21px; }

.contact-main .box-form .item-row .code-img { float: left; 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; background-color: #444B4E; text-align: center; font-size: 14px; font-size: 1.4rem; color: #fff; border: 0; }

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

@media screen and (max-width: 1219px) { .contact-main .box-form .item-row .code-input { width: 140px; margin-right: 10px; }
  .contact-main .box-form .item-row .code-btn { width: 150px; } }

@media screen and (max-width: 999px) { .contact-main .box-form { padding: 15px 30px; }
  .contact-main .box-form .item-row .code-btn { float: left; } }

@media screen and (max-width: 767px) { .contact-main .box-form { padding: 15px; }
  .contact-main .box-form .item-title { font-size: 20px; font-size: 2rem; padding: 10px 0 10px 17px; }
  .contact-main .box-form .item-row { margin-bottom: 15px; } }

@media screen and (max-width: 500px) { .contact-main .box-form .item-row .code-input { width: -moz-calc(100% - 130px); width: calc(100% - 130px); margin: 0 0 15px; }
  .contact-main .box-form .item-row .code-img { float: right; margin: 0; }
  .contact-main .box-form .item-row .code-btn { width: 100%; } }

.map { margin-top: 50px; }

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

.map iframe{max-width: 100%; overflow: scroll;}

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

/*-------------6-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: 99; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

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

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

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

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

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

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

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

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

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

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

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

.banner .slick-arrow { position: absolute; z-index: 99; display: none !important; top: 50%; margin-top: -40px; cursor: pointer; color: #fff; opacity: 0.5; width: 80px; height: 80px; line-height: 80px; }

.banner .slick-arrow .iconfont { font-size: 80px; font-size: 8rem; display: block; }

.banner .slick-arrow:hover { opacity: 1; }

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

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

.banner .slick-dots { position: absolute; z-index: 99; bottom: 34px; left: 50%; margin-left: -600px; width: 1200px; text-align: left; font-size: 0; letter-spacing: 0; }

.banner .slick-dots li { margin: 0 6px; display: inline-block; vertical-align: bottom; font-size: 24px; font-size: 2.4rem; line-height: 24px; font-family: 'CopperplateGothic-Bold'; }

.banner .slick-dots li a { display: block; cursor: pointer; color: #fff; }

.banner .slick-dots li.slick-active { font-size: 40px; font-size: 4rem; line-height: 40px; }

@media screen and (max-width: 1219px) { .banner .slick-dots { width: 980px; margin-left: -490px; } }

@media screen and (max-width: 999px) { .banner .slick-dots { bottom: 20px; width: 95%; margin-left: -47.5%; }
  .banner .slick-dots li { margin: 0 4px; font-size: 20px; font-size: 2rem; line-height: 20px; }
  .banner .slick-dots li.slick-active { font-size: 30px; font-size: 3rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .banner .slick-dots { bottom: 5px; }
  .banner .slick-dots li { margin: 0 2px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .banner .slick-dots li.slick-active { font-size: 20px; font-size: 2rem; line-height: 24px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img { display: block; }

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../fonts/futurastd-book.eot');
    src: url('../fonts/FuturaStd-Book.eot') format('embedded-opentype'),
         url('../fonts/futurastd-book.woff2') format('woff2'),
         url('../fonts/FuturaStd-Book.woff') format('woff'),
         url('../fonts/futurastd-book.ttf') format('truetype'),
         url('../fonts/futurastd-book.svg#futurastd-book') format('svg');
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/41c58cdbe5a4406ebd029e08f53c2683.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

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

.icon-home:before {
  content: "\e624";
}

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

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

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

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

.icon-dianhua1:before {
  content: "\e615";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-dianhua3:before {
  content: "\e71b";
}

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

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

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

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

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



.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: #0063B4;cursor: pointer;  border:1px solid #0063B4; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#0063B4 solid 1px; background:#0063B4; 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;}


/*聚合页面*/
.title1 p { display: none; position: absolute; right: 10px; bottom: 10px; }

.title1 p span { display: block; width: 30px; height: 5px; margin-bottom: 3px; background: #fff; }

.title1 { text-align: left; padding-left: 15px; font-size: 24px; font-size: 2.4rem; line-height: 50px; position: relative; background: #0042a5; font-weight: bold; display: block; margin-bottom: 4px; text-transform: uppercase; }

.title1 a { color: #fff; }

.title2 { margin-top: 46px; }

.tags { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 10px; padding-bottom: 20px;}

.tags a { padding: 0 5px; }

.tags a:hover { color: #0063B4; }

.inquiry_del{text-align: center; border: 1px solid #fff; padding: 5px; margin-top: 20px; margin-right: 10px; padding-left: 9px;}

.inquiry_del:hover{border:1px solid #333;}


.xunpanc table tr td a:hover{color: #0063B4;}


@media screen and (max-height:1000px){
.common-vc{top: 70%;}
}


.ggy{font-size: 20px; font-size: 2.0rem;font-weight: bold;}
.ggy span{font-weight: normal;}

@media screen and (max-width:1220px){.search-box {margin-right: 0px;}}
@media screen and (max-width: 449px){.ggy{font-size: 12px; font-size: 1.2rem;}}
.lianxi li{
	line-height: 30px;
}
