#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

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

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

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

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; 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:"Microsoft YaHei","微软雅黑"; }

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

.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:"Microsoft YaHei","微软雅黑";
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../image/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


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



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

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

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

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

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav { display: none; }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #2572d2; }
  .wap-hd-nav-item { min-width: 25%; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #2572d2; } }

.m-mobilenav { display: none; }

@media screen and (max-width: 991px) { .m-mobilenav { position: absolute; z-index: 11; padding-top: 25px; top: 0; left: 0; display: block; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-mobilenav .mbnav-btn { position: absolute; z-index: 2; top: 10px; left: 17px; width: 26px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-btn .line { width: 100%; height: 2px; background-color: #2572d2; }
  .m-mobilenav .mbnav-btn .line2 { margin-top: 6px; margin-bottom: 6px; }
  .m-mobilenav .mbnav-btn.active { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .m-mobilenav .mbnav-bd { position: absolute; left: 0; top: 0; width: 300px; height: 100%; top: 0; visibility: hidden; z-index: 1; }
  .m-mobilenav .mbnav-bd.show { visibility: visible; }
  .m-mobilenav .mbnav-bd.show .mbnav-wp { height: 100%; opacity: 1; }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a { opacity: 1; -webkit-transform: scale(1) translate(0, 0); -moz-transform: scale(1) translate(0, 0); -ms-transform: scale(1) translate(0, 0); -o-transform: scale(1) translate(0, 0); transform: scale(1) translate(0, 0); }
  .m-mobilenav .mbnav-wp { position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: #333; top: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }
  .m-mobilenav .mbnav-fix { position: absolute; left: 0; top: 60px; height: -webkit-calc(100% - 60px); height: -moz-calc(100% - 60px); height: calc(100% - 60px); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }
  .m-mobilenav .mbnav-item { position: relative; padding-left: 44px; padding-right: 24px; padding-top: 10px; padding-bottom: 10px; }
  .m-mobilenav .mbnav-item i { position: absolute; left: 13px; top: 12px; width: 24px; height: 24px; line-height: 24px; text-align: center; background-color: #333; font-size: 20px; font-size: 2rem; color: #fff; cursor: pointer; }
  .m-mobilenav .mbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; -webkit-transform: scale(1.1) translate(60px, -35px); -moz-transform: scale(1.1) translate(60px, -35px); -ms-transform: scale(1.1) translate(60px, -35px); -o-transform: scale(1.1) translate(60px, -35px); transform: scale(1.1) translate(60px, -35px); opacity: 0; -webkit-transition: .5s .1s; -o-transition: .5s .1s; -moz-transition: .5s .1s; transition: .5s .1s; }
  .m-mobilenav .mbnav-item > a.current:after { content: ""; margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-item > a.active { color: #2572d2; }
  .m-mobilenav .mbnav-item > a.active:after { background-color: #2572d2; }
  .m-mobilenav .mbnav-item:nth-child(1) > a { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .m-mobilenav .mbnav-item:nth-child(2) > a { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
  .m-mobilenav .mbnav-item:nth-child(3) > a { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; }
  .m-mobilenav .mbnav-item:nth-child(4) > a { -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; }
  .m-mobilenav .mbnav-item:nth-child(5) > a { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; }
  .m-mobilenav .mbnav-item:nth-child(6) > a { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; }
  .m-mobilenav .mbnav-item:nth-child(7) > a { -webkit-transition-delay: 550ms; -moz-transition-delay: 550ms; -o-transition-delay: 550ms; transition-delay: 550ms; }
  .m-mobilenav .mbsbnav-list { padding: 10px 0; display: none; }
  .m-mobilenav .mbsbnav-item { position: relative; padding-left: 20px; padding-right: 5px; }
  .m-mobilenav .mbsbnav-item i { left: 0; top: 6px; line-height: 24px; }
  .m-mobilenav .mbsbnav-item a { display: block; padding: 5px 5px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }
  .m-mobilenav .mbsbnav-item a.active { color: #2572d2; } }

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

::selection { color: #fff; background: #2572d2; }

* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family:"Microsoft YaHei","微软雅黑"; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; }

a { color: #333; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #2572d2; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family:"Microsoft YaHei","微软雅黑"; }

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

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1300px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; width: 1300px; max-width: 100%; overflow: visible; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1366px) { .f-box { width: 1200px; } }

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

@media screen and (max-width: 991px) { .f-box { width: 720px; } }

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

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy: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); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex: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); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey: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); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #2572d2; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforey:hover { color: #fff; }

.an-hoverbtn-beforey:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforex { position: relative; }

.an-hoverbtn-beforex > * { position: relative; }

.an-hoverbtn-beforex:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: #2572d2; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforex:hover { color: #fff; }

.an-hoverbtn-beforex:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverbtn-beforer { position: relative; overflow: hidden; }

.an-hoverbtn-beforer > * { position: relative; }

.an-hoverbtn-beforer:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; height: 100%; background-color: #2572d2; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforer:hover { color: #fff; }

.an-hoverbtn-beforer:hover:before { right: 0; }

.an-boxsd:hover { -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); }

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
.box-desc.m-desc{  }
.m-desc a { color: #2572d2; }

.m-desc a:hover { text-decoration: underline; }

.m-desc p, .m-desc span, .m-desc b { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc p { min-height: 30px; }
.m-desc p strong {display: block; color: #2572d2; margin-bottom: 10px; margin-top:10px;}

.m-desc img { max-width: 100%; }

.m-desc iframe { display: block; max-width: 100%; margin: 0 auto; }

.m-desc table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto;margin-bottom: 16px; }

.m-desc table tr td { padding: 10px; border: 1px solid #ccc; background: #fff; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 991px) { .m-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc a { color: #2572d2; }
  .m-desc a:hover { text-decoration: underline; }
  .m-desc p, .m-desc span, .m-desc b { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc p { min-height: 24px; } 
  .m-desc table tr td { font-size: 12px; font-size: 1.2rem; }
}

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

.table table tr td { padding: 10px; height: 30px; border: 1px solid #ccc; }

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
  .table > div { width: auto; max-width: 991px; } }

@media screen and (max-width: 991px) { [class*="-item"] .item-title { font-size: 14px; font-size: 1.4rem; }
  [class*="-item"] .item-desc { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-link { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-modal { display: none; } }

/* .m-xx end */
/* .j-xx start */
.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-top { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-left { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-right { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-fadein { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; opacity: 0; }

.j-fadein.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-fadein { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-lazy { min-width: 20%; }

/* .j-xx end */
[class*="-item"] .item-pic { position: relative; display: block; line-height: 0; font-size: 0; text-align: center; overflow: hidden; }

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

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

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

[class*="-item"] .item-title a:hover { color: #2572d2; }

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

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

[class*="-item"] .item-desc a:hover { color: #2572d2; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { margin-top: 22px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-crm a { color: #666; }

.m-crm a:hover { color: #2572d2; }

.m-crm a.active { color: #2572d2; }

.m-oths { margin-top: 24px; }

.m-oths .oths-item { height: 30px; line-height: 30px; font-size: 15px; font-size: 1.5rem; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

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

.m-oths .oths-item a:hover { color: #2572d2; }

.m-page { margin-top: 90px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 36px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page span { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 36px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page a.big { min-width: 60px; padding-left: 8px; padding-right: 8px; }

.m-page a:hover { color: white; border-color: #2572d2; background-color: #2572d2; }

.m-page a.active { color: white; border-color: #2572d2; background-color: #2572d2; }

.m-page2 { position: relative; }

.m-page2 .page-form { margin-left: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding-right: 28px; background: url("../image/page1.png") no-repeat right center; }

.m-page2 .form-btn { min-width: 148px; padding: 0 10px; height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #2572d2; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.m-kf { position: fixed; z-index: 10; right: 6px; top: 30%; }

.m-kf .kf-item { display: block; line-height: 0; font-size: 0; width: 70px; line-height: 70px; margin-bottom: 1px; font-size: 30px; font-size: 3rem; color: #fff; text-align: center; background-color: #2d2d27; border-radius: 5px; }

.m-kf .kf-item:hover { color: #fff; background-color: #2572d2; }

.m-kf .kf-item.active { background-color: #2572d2; }

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 100%; width: 90px; font-size: 0; line-height: 0; }

.m-kf .gotop { display: none; }

@media screen and (max-width: 991px) { .m-kf { right: 0; top: auto; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; background-color: #2d2d27; }
  .m-kf .kf-item { width: 20%; text-align: center; line-height: 60px; font-size: 26px; font-size: 2.6rem; background-color: #2d2d27 !important; }
  .m-kf .kf-item2 { position: relative; }
  .m-kf .kf-wx { bottom: 100%; right: 0; }
  .m-kf .gotop { width: 20%; line-height: 60px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; display: block; }
  .g-ft { padding-bottom: 63px; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; width: 48px; height: 48px; line-height: 48px; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; background-color: #2572d2; border-radius: 5px; display: none; }

.returntop:hover { color: #fff; background-color: #2572d2; }

@media screen and (max-width: 991px) { .returntop { display: none !important; } }

.g-habt { padding-top: 72px; 
/*padding-bottom: 97px;*/
padding-bottom: 50px;
background: url("../image/hbg1.jpg") no-repeat center; }

@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; }
.m-habt .box-img, .m-habtinfo{ display: none; }
}

.m-habt .box-img { float: left; margin-right: 9.92308%; width: 491px; line-height: 0; font-size: 0; }

/*.m-habt .box-text { text-align: right; }*/

.m-habt .box-title { position: relative; padding-bottom: 9px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; }

.m-habt .box-title:before { content: ""; position: absolute;
/*right: 0;*/

bottom: 0; width: 126px; height: 2px; background-color: #666; }

@media screen and (min-width: 992px) { left:491px; margin-left:9.92308%; }

.m-habt .box-name { margin-top: 26px; line-height: 36px; font-size: 26px; font-size: 2.6rem; font-family:"Microsoft YaHei","微软雅黑"; }

.m-habt .box-desc { margin-top: 21px; max-height: 216px; line-height: 36px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-habt .box-desc a { color: #666; }

.m-habt .box-desc a:hover { color: #2572d2; }

.m-habt .box-link { margin-top: 34px; }

.m-habt .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 175px; line-height: 30px; padding: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #2572d2; border-radius: 20px; }

.m-habt .box-link a:hover { background-color: #333; }

@media screen and (max-width: 991px) { .m-habt .box-img { float: none; margin-right: 0; width: 100%; }
  .m-habt .box-text { padding-top: 30px; text-align: left; }
  .m-habt .box-title:before { right: auto; left: 0; }
  .m-habt .box-name { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-habt .box-desc { max-height: 144px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-link { margin-top: 20px; }
  .m-habt .box-link a { min-width: 140px; line-height: 24px; } }

.m-habtinfo { margin-top: 50px; margin-bottom: -30px; font-size: 0; letter-spacing: 0; display: none;}

.m-habtinfo .info-item { margin-right: 2.53846%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 23.07692%; padding-left: 20px; padding-right: 20px; padding-top: 30px; padding-bottom: 35px; background-color: #eff2f8; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-habtinfo .item-icon { line-height: 0; font-size: 0; }

.m-habtinfo .item-title { margin-top: 15px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; }

.m-habtinfo .item-desc { margin-top: 12px;  
/*height: 104px; */
line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; overflow: hidden; }

.m-habtinfo .item-desc a { color: #666; }

.m-habtinfo .item-desc a:hover { color: #2572d2; }

@media screen and (max-width: 991px) { .m-habtinfo .info-item { padding: 30px 15px; margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-habtinfo .info-item { margin-left: 0; margin-right: 0 !important; width: 100%; } }

.g-hpro { padding-top: 44px; padding-bottom: 47px; background: url("../image/hbg2.jpg") no-repeat center; background-size: cover; }

@media screen and (max-width: 991px) { .g-hpro { padding-top: 30px; padding-bottom: 30px; } }

.m-hpro { position: relative; }

.m-hpro .box-title { padding-right: 80px; margin-bottom: 35px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family:"Microsoft YaHei","微软雅黑"; color: #2572d2; text-transform: uppercase; }

.m-hpro .box-title a { color: #2572d2; }

.m-hpro .box-title a:hover { color: #333; }

.m-hpro .box-btn { position: absolute; top: 5px; width: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #666; text-align: center; border: 1px solid #666666; border-radius: 50%; }

.m-hpro .box-btn.next { right: 0; }

.m-hpro .box-btn.prev { right: 46px; }

.m-hpro .box-btn:hover { color: #2572d2; border-color: #2572d2; }

.m-hpro .box-list { width: 10000%; overflow: hidden; }

.m-hpro .list-item { float: left; margin-right: 0.05077%; width: 0.21231%; }

.m-hpro .item-top { position: relative; overflow: hidden; }

.m-hpro .item-top:hover .item-modal { top: 0; }

.m-hpro .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #2572d2; background-color: rgba(37, 114, 210, 0.8); }

.m-hpro .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 44px; line-height: 44px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; border: 1px solid #fff; border-radius: 50%; }

.m-hpro .item-text { padding-top: 12px; text-align: center; }

.m-hpro .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; }

.m-hpro .item-desc { margin-top: 5px; height: 28px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #666; overflow: hidden; }

.m-hpro .item-desc a { color: #666; }

.m-hpro .item-desc a:hover { color: #2572d2; }

.m-hpro .item-link { margin-top: 7px; text-align: center; }

.m-hpro .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 120px; line-height: 30px; border: 1px solid #2572d2; border-radius: 17px; font-size: 14px; font-size: 1.4rem; color: #2572d2; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hpro .item-link a:hover { color: #fff; background-color: #2572d2; }

@media screen and (max-width: 991px) { .m-hpro .box-title { font-size: 24px; font-size: 2.4rem; padding-right: 0; text-align: center;}
  .m-hpro .item-title { height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; }
  .m-hpro .item-desc {  line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hpro .item-link a { min-width: 100px; font-size: 12px; font-size: 1.2rem; } 
  .m-hpro .box-btn{ display: none;}
  .m-hpro .box-list{
    width: 100%;
    margin-bottom: -30px;
  }
  
  .m-hpro .list-item{ margin: 0 1%; margin-bottom: 30px; width: 23%; }  
}

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

@media screen and (max-width: 375px) { .m-hpro .list-item { width: 48%; } }

.m-hhd { margin-bottom: 35px; text-align: center; }

.m-hhd .hd-title { line-height: 50px; font-size: 40px; font-size: 4rem; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; color: #2572d2; }

.m-hhd .hd-title a { color: #2572d2; }

.m-hhd .hd-title a:hover { color: #333; }

.m-hhd .hd-desc { margin-top: 23px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hhd .hd-desc a { color: #666; }

.m-hhd .hd-desc a:hover { color: #2572d2; }

.m-hhd .hd-desc:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-hhd { margin-bottom: 30px; }
  .m-hhd .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-hhd .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.g-happl { padding-top: 85px; }

@media screen and (max-width: 991px) { .g-happl { padding-top: 30px; } }

.m-happl { overflow: hidden; }

.m-happl .box-list { float: left; width: 50%; overflow: hidden; }

.m-happl .list-item { position: relative; float: left; width: 50%; overflow: hidden; }

.m-happl .list-item:hover .item-modal { top: 0; }

.m-happl .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #2572d2; background-color: rgba(37, 114, 210, 0.4); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-happl .item-text { position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 10.41667%; padding-right: 10.41667%; color: #fff; text-align: center; }

.m-happl .item-text a { color: #fff; }

.m-happl .item-text a:hover { color: #ccc; }

.m-happl .item-icon { line-height: 40px; font-size: 40px; font-size: 4rem; }

.m-happl .item-title { margin-top: 10px; height: 32px; line-height: 32px; font-size: 20px; font-size: 2rem; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }

.m-happl .item-desc { margin-top: 10px; max-height: 192px; line-height: 24px; font-size: 14px; font-size: 1.4rem; overflow: hidden; }

@media screen and (max-width: 1219px) { .m-happl .item-icon { display: none; }
  .m-happl .item-title { margin-top: 0; }
  .m-happl .item-desc { margin-top: 15px; max-height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-happl .item-modal { display: block; top: 0; }
  .m-happl .item-desc { display: none;  margin-top: 10px; max-height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-happl .item-title { height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { 
.m-happl .box-list {width: 100%;}
.m-happl .box-list2 {width: 100%;position: relative;padding-right: 50%;box-sizing: border-box;}
.m-happl .box-list2 .list-item2 { position: absolute; right: 0; top: 0; width: 50%; }
.m-happl .box-list2 .list-item1 { width: 100%; } 
}

.g-hnews { padding-top: 88px; padding-bottom: 110px; background: url("../image/hbg3.jpg") no-repeat center; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; } }

.m-hnews { position: relative; padding-left: 135px; padding-right: 135px; }

.m-hnews .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 46px; height: 46px; line-height: 44px; font-size: 16px; font-size: 1.6rem; color: #bdbdbd; text-align: center; border: 1px solid #bdbdbd; border-radius: 50%; }

.m-hnews .box-btn.prev { left: 0; }

.m-hnews .box-btn.next { right: 0; }

.m-hnews .box-btn:hover { color: #fff; background-color: #2572d2; border-color: #2572d2; }

.m-hnews .box-list { width: 10000%; overflow: hidden; }

.m-hnews .list-item { position: relative; padding-left: 152px; float: left; width: 1%; min-height: 160px; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hnews .item-time { position: absolute; left: 0; top: 0; width: 105px; height: 160px; padding-top: 45px; padding-left: 5px; padding-right: 5px; text-align: center; line-height: 34px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #eff2f8; }

.m-hnews .item-time span { display: block; font-size: 24px; font-size: 2.4rem; }

.m-hnews .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; }

.m-hnews .item-desc { margin-top: 53px; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hnews .item-desc a { color: #666; }

.m-hnews .item-desc a:hover { color: #2572d2; }

@media screen and (max-width: 991px) { .m-hnews { padding-left: 50px; padding-right: 50px; }
  .m-hnews .box-btn { width: 36px; height: 36px; line-height: 34px; } }

@media screen and (max-width: 480px) { .m-hnews .list-item { padding-left: 0; min-height: 0; }
  .m-hnews .item-time { position: relative; width: auto; height: auto; padding: 0; background: none; text-align: left; line-height: 22px; font-size: 12px; font-size: 1.2rem; margin-top: 5px; }
  .m-hnews .item-time span { display: inline; font-size: 12px; font-size: 1.2rem; }
  .m-hnews .item-desc { margin-top: 10px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.g-ft { background-color: #182837; line-height: 36px; font-size: 14px; font-size: 1.4rem; color: #fff; }

.g-ft a { color: #fff; }

.g-ft a:hover { color: #ccc; }

.m-ftfix1 { padding-top: 48px; padding-bottom: 55px; }

.m-ftb1 { float: left; width: 28.46154%; padding-right: 20px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb2 { float: left; padding-right: 20px; width: 17.61538%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb3 { float: left; margin-right: 6.92308%; width: 23.61538%; }

.m-ftb4 { overflow: hidden; }

.m-ftlogo { padding-top: 44px; line-height: 0; font-size: 0; }

.m-ftkh { margin-top: 38px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; }

.m-ftt { margin-bottom: 19px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","微软雅黑"; }

.m-ftshare { margin-top: 20px; font-size: 0; letter-spacing: 0; }

.m-ftshare .share-item { margin-right: 10px; margin-bottom: 10px; position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-ftshare .share-item i { display: block; width: 36px; line-height: 36px; border-radius: 50%; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #2572d2; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-ftshare .share-item i:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

.m-ftshare .share-item img { position: absolute; left: 0; bottom: 100%; max-width: 120px; width: 120px; display: none; }

.m-ftshare .share-item:nth-child(1) i { background-color: #0f76a8; }

.m-ftshare .share-item:nth-child(2) i { background-color: #4b64a6; }

.m-ftshare .share-item:nth-child(3) i { background-color: #83c40c; }

.m-ftshare .share-item:nth-child(4) i { background-color: #ce332d; }

.m-ftshare .share-item:nth-child(5) i { background-color: #189b11; }

.m-ftshare .share-item:nth-child(6) i { background-color: #d61811; }

.m-ftform .form-title { margin-bottom: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #d5d5d5; }

.m-ftform .form-item { margin-bottom: 16px; }

.m-ftform .form-item2 { position: relative; padding-right: 110px; }

.m-ftform .form-text { width: 100%; height: 40px; line-height: 40px; padding: 0 13px; font-size: 14px; font-size: 1.4rem; color: #999; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-ftform .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-ftform .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-ftform .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-ftform .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-ftform .form-code { position: absolute; right: 0; top: 0; width: 110px; height: 40px; line-height: 40px; text-align: center; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f3fbfe; }

.m-ftform .form-code img { max-height: 40px; vertical-align: middle; }

.m-ftform .form-btn { width: 100%; height: 40px; background-color: #2572d2; font-size: 14px; font-size: 1.4rem; color: #fff; }

.m-ftfix2 { padding-bottom: 25px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #999999; text-align: center; }

.m-ftfix2 a { color: #999; }

.m-ftfix2 a:hover { color: #fff; }

.m-ftlnk, .m-fttext { margin-top: 6px; }

.m-ftlnk:first-child, .m-fttext:first-child { margin-top: 0; }

.m-ftlnk .list-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

@media screen and (min-width: 992px) { .m-ftb2 .m-ftnav span{ display: none; } }
@media screen and (max-width: 991px) { .m-ftb4, .m-ftlogo, .m-ftkh, .m-ftlnk { display: none; }
.m-ftb2{ float: none; width: 98%; margin: 0 auto; padding-right: 0; }
.m-ftb2 .box-title{ display: none; }
.m-ftb2 .m-ftnav{ text-align: center;}
.m-ftb2 .m-ftnav .nav-item{ display: inline-block; }
.m-ftb2 .m-ftnav span{ color: #999; }
.m-ftb3{ float: none; width: 98%; margin: 0 auto; max-width: 980px;  text-align: center;  }
.m-ftb3 .m-ftt{ margin-top: 10px;margin-bottom: 10px; }
.m-ftb3 .m-ftt:after {content: ""; display: block; background:#ccc; height:1px; width: 150px; margin: 0 auto; }
.m-ftb3 .m-ftinfo { text-align: center; }
.m-ftb3 .m-ftinfo .info-item{ line-height: 26px; }

  .m-ftb1 { float: none; width: 100%; padding-right: 0; text-align: center; }
  .m-ftfix1 { padding-top: 30px; padding-bottom: 20px; }
  .m-ftfix2 { padding-bottom: 30px; } }

.g-hd { position: relative; z-index: 9; }

.m-hdlogo { float: left; width: 187px; padding-top: 30px; padding-bottom: 24px; }

.m-hdshare { padding-top: 10px; float: left; font-size: 0; letter-spacing: 0; }

.m-hdshare .share-item { margin-right: 5px; position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-hdshare .share-item i { display: block; width: 24px; line-height: 22px; border-radius: 50%; font-size: 14px; font-size: 1.4rem; color: #2572d2; text-align: center; border: 1px solid #2572d2; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdshare .share-item i:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }

.m-hdshare .share-item img { position: absolute; z-index: 9; right: 0; top: 100%; max-width: 120px; width: 120px; display: none; }

.m-hdshare .share-item:nth-child(1) i { border-color: #0f76a8; color: #0f76a8; }

.m-hdshare .share-item:nth-child(2) i { border-color: #4b64a6; color: #4b64a6; }

.m-hdshare .share-item:nth-child(3) i { border-color: #83c40c; color: #83c40c; }

.m-hdshare .share-item:nth-child(4) i { border-color: #ce332d; color: #ce332d; }

.m-hdshare .share-item:nth-child(5) i { border-color: #189b11; color: #189b11; }

.m-hdshare .share-item:nth-child(6) i { border-color: #d61811; color: #d61811; }

.m-hdlanguage { float: left; padding-top: 10px; height: 24px; margin-left: 10px; }

.m-hdlang { position: relative; z-index: 2; float: left; margin-left: 20px; padding-top: 10px; }

.m-hdlang .lang-btn { display: block; min-width: 90px; padding: 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdlang .lang-btn img { margin-right: 5px; width: 18px; vertical-align: middle; }

.m-hdlang .lang-btn i { display: inline-block; width: 0; height: 0; border-top: 8px solid #333; border-left: 4px solid transparent; border-right: 4px solid transparent; vertical-align: middle; }

.m-hdlang .lang-btn:hover { text-decoration: none; }

.m-hdlang .lang-list { position: absolute; left: 0; top: 130%; width: 100%; background-color: #fff; border: 1px solid #fff; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdlang .lang-list.active { visibility: visible; top: 110%; opacity: 1; }

.m-hdlang .lang-item { display: inline-block; padding: 0 5px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; }

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active { color: #2572d2;
/*background-color: #2572d2;*/
}

.m-hdsch { position: relative; z-index: 9; float: left; margin-left: 20px; padding-top: 10px; }

.m-hdsch .box-btn { display: block; line-height: 24px; font-size: 20px; font-size: 2rem; }

.m-hdsch .box-form { position: absolute; right: 0; top: 100%; display: none; width: 250px; padding-right: 40px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdsch .form-btn, .m-hdsch .form-icon { position: absolute; right: 0; top: 0; width: 40px; height: 34px; line-height: 34px; }

.m-hdsch .form-btn { z-index: 2; }

.m-hdsch .form-icon { font-size: 18px; font-size: 1.8rem; text-align: center; color: #fff; background-color: #2572d2; }

.m-hdsch .form-text { width: 100%; height: 34px; line-height: 34px; padding: 0 15px; font-size: 14px; font-size: 1.4rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; border: 1px solid #ccc; }

.m-hdsch .form-text::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-hdsch .form-text:-moz-placeholder { color: #666; opacity: 1; }

.m-hdsch .form-text::-moz-placeholder { color: #666; opacity: 1; }

.m-hdsch .form-text:-ms-input-placeholder { color: #666; opacity: 1; }

.m-hdnav .nav-item { position: relative; float: left; padding-top: 30px; padding-bottom: 20px; }

.m-hdnav .nav-item > a { display: block; padding: 0 28px; line-height: 36px; font-size: 18px; font-size: 1.8rem; border-radius: 18px; }

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current { color: #fff; background-color: #2572d2; }

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdnav .sbnav-wp { -moz-box-sizing: border-box; box-sizing: border-box; background-color: #2572d2; }

.m-hdnav .sbnav-list1 { top: 100%; left: 50%; width: 150px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.m-hdnav .sbnav-list2 { top: 0; left: 100%; width: 336px; }

.m-hdnav .sbnav-list3 { top: 0; left: 100%; width: 176px; }

.m-hdnav .sbnav-item { padding-top: 5px; padding-bottom: 5px; padding-left: 20px; padding-right: 10px; }

.m-hdnav .sbnav-item a { line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #fff; text-decoration: underline; }

@media screen and (max-width: 1219px) { .m-hdnav .nav-item > a { padding: 0 25px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .m-hdshare, .m-hdnav, .m-hdlanguage { display: none; }
  .m-hdfix2 { position: absolute; right: 10px; top: 0; }
  .m-hdlogo { float: none; width: 100%; text-align: center; padding-top: 50px; }
  .m-hdlogo img { width: 120px; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; }

.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 26px; width: 98%; max-width: 1200px; margin: 0 auto; text-align: center; }

.banner .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 6px; vertical-align: top; }

.banner .slick-dots li a { display: block; width: 16px; height: 16px; background-color: #fff; background-color: rgba(37, 114, 210, 0.52); border-radius: 50%; cursor: pointer; }

.banner .slick-dots li.slick-active a { background-color: #2572d2; }

.banner .slick-arrow { position: absolute; z-index: 2; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: auto; height: auto; line-height: 1; display: none !important; font-size: 80px; font-size: 8rem; cursor: pointer; }

.banner .slick-arrow.slick-prev { left: 90px; }

.banner .slick-arrow.slick-next { right: 90px; }

.banner .slick-arrow:hover { color: #2572d2; }

.banner.hide { display: none; }

@media screen and (max-width: 991px) { .banner { display: block; }
  .banner .slick-arrow { display: none !important; }
  .banner .slick-dots { bottom: 15px; text-align: center; }
  .banner .slick-dots li a { width: 12px; height: 12px; }
  .banner.hide { display: block; }
  .banner.n-banner { display: none; } }

.g-wp1 { padding-top: 25px; padding-bottom: 102px; }

@media screen and (max-width: 991px) { .g-wp1 { padding-top: 35px; padding-bottom: 35px; } }

.g-mn {float: left;width: 100%;padding-left: 310px;-moz-box-sizing: border-box;box-sizing: border-box;margin-left: -260px;}

.g-mn2 { padding-left: 0; padding-right: 315px; }

@media screen and (max-width: 991px) { .g-mn {float: none;padding-left: 0;padding-right: 0;margin-left: 0;} }

.g-sd {float: left;margin-left: 0;width: 260px;}

.g-sd2 { margin-left: -280px; width: 280px; }

@media screen and (max-width: 991px) { .g-sd {float: none;margin-bottom: 30px;margin-left: 0;width: 100%;} }

.m-sdnav1 .nav-name { display: block; padding: 8px; line-height: 30px; font-size: 24px; font-size: 2.4rem; color: #fff; font-family:"Microsoft YaHei","微软雅黑"; text-transform: uppercase; text-align: center; background-color: #2572d2; }

.m-sdnav1 .nav-name:hover { color: #ccc; }

.m-sdnav1 .nav-btn { position: relative; display: none; width: 100%; padding-top: 10px; padding-left: 15px; padding-right: 40px; padding-bottom: 10px; line-height: 25px; font-size: 18px; font-size: 1.8rem; color: white; text-transform: uppercase; background-color: #2572d2; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdnav1 .nav-btn > p { position: absolute; bottom: 12px; right: 15px; }

.m-sdnav1 .nav-btn > p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: #f2f2f2; }

.m-sdnav1 .nav-list { margin-top: 0; }

.m-sdnav1 .nav-item { margin-top: 8px; border: 1px solid #e7e7e7; }

.m-sdnav1 .nav-item > a { position: relative; display: block; padding-top: 8px; padding-bottom: 8px; padding-left: 10px; padding-right: 30px; line-height: 24px; font-size: 16px; font-size: 1.6rem; font-family:"Microsoft YaHei","微软雅黑"; color: #333333; background-color: #f3f7fb; }

.m-sdnav1 .nav-item > a .iconfont { position: absolute; right: 11px; top: 8px; font-size: 12px; font-size: 1.2rem; color: #999999; }

.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active { color: #fff; background-color: #2572d2; }

.m-sdnav1 .nav-item > a:hover .iconfont, .m-sdnav1 .nav-item > a.active .iconfont { color: #fff; }

.m-sdnav1 .sbnav-list { display: none; }

.m-sdnav1 .sbnav-list.show { display: block; }

.m-sdnav1 .sbnav-list1 { padding-top: 12px; padding-bottom: 6px; padding-left: 20px; padding-right: 10px; }

.m-sdnav1 .sbnav-list2 { padding-top: 10px; padding-bottom: 10px; padding-left: 30px; padding-right: 24px; }

.m-sdnav1 .sbnav-item a { position: relative; display: block; padding-left: 8px; padding-top: 5px; padding-bottom: 5px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-sdnav1 .sbnav-item a:before { content: ""; position: absolute; left: 0; top: 16px; width: 2px; height: 2px; background-color: #999999; }

.m-sdnav1 .sbnav-item a.active, .m-sdnav1 .sbnav-item a:hover { color: #2572d2; }

.m-sdnav1 .sbnav-item a.active:before, .m-sdnav1 .sbnav-item a:hover:before { background-color: #2572d2; }

@media screen and (max-width: 991px) { .m-sdnav1 .nav-name { display: none; }
  .m-sdnav1 .nav-btn { display: none; }
  .m-sdnav1 .nav-list a { background: none; }
  .m-sdnav1 .nav-list i { display: none; }
  .m-sdnav1 .nav-list { display: block; }
  .m-sdnav1 .nav-item{ margin: 4px 1%; width: 46%; display: inline-block; text-align: center;}
  }
@media screen and (max-width: 609px) {
  .m-sdnav1 .nav-list a { font-size: 12px; font-size: 1.2rem;}
  .m-sdnav1 .nav-item > a{ padding: 4px; }
  }
@media screen and (max-width: 419px) {
  /*.m-sdnav1 .nav-item { width:47%;}*/
  .m-sdnav1 .nav-item > a{ 
      /*line-height: 18px;*/
      text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }
  }

.m-clstext { margin-bottom: 24px; }

.m-clstext .box-title { line-height: 32px; font-size: 22px; font-size: 2.2rem; color: #2572d2; font-family:"Microsoft YaHei","微软雅黑"; }

.m-prol .list-item { padding-top: 36px; padding-bottom: 36px; border-bottom: 1px solid #ebebeb; }

.m-prol .list-item:first-child { padding-top: 0; }

.m-prol .item-pic { float: left; margin-right: 37px; width: 270px; border: 1px solid #f0f0f0; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prol .item-text { padding-top: 20px; overflow: hidden; }

.m-prol .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #2572d2; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; }

.m-prol .item-title a { color: #2572d2; }

.m-prol .item-desc {  margin-top: 12px; height: 90px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-prol .item-desc a { color: #666; }

.m-prol .item-desc a:hover { color: #2572d2; }

.m-prol .item-link { margin-top: 24px; }

.m-prol .item-link input { margin-right: 15px; vertical-align: middle; }

.m-prol .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; min-width: 120px; line-height: 24px; padding: 5px; font-size: 14px; font-size: 1.4rem; color: #2572d2; text-align: center; border: 1px solid #2572d2; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prol .item-link a:hover { color: #fff; background-color: #2572d2; }

@media screen and (max-width: 991px) { .m-prol { overflow: hidden; margin-bottom: -30px; }
  .m-prol .list-item { float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 30px; width: 31.33%; padding: 0; border: none; }
  .m-prol .item-pic { float: none; margin-right: 0; width: 100%; }
  .m-prol .item-text { padding-top: 15px; }
  .m-prol .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prol .item-desc { margin-top: 5px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-prol .item-link { margin-top: 15px; }
  .m-prol .item-link a { min-width: 100px; padding: 3px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .m-prol .list-item { width: 48%; } }

@media screen and (max-width: 320px) { .m-prol .list-item { margin-left: 0; margin-right: 0; width: 100%; } }

.m-prob1 { margin-bottom: 68px; }

.m-prob1 .prob-pic { position: relative; z-index: 3; margin-right: 5%; width: 44.44444%; }

.m-prob1 .prob-pic-big { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #f0f0f0; background-color: #fff; }

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

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

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

.m-prob1 .prob-pic-small { position: relative; margin-top: 19px; padding-left: 40px; padding-right: 40px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 0; display: block; width: 18px; height: 100%; line-height: 1; font-size: 12px; font-size: 1.2rem; color: #666; background-color: #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob1 .prob-pic-btn i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.m-prob1 .prob-pic-btn:hover { background-color: #2572d2; color: #fff; }

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

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

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

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

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

.m-prob1 .prob-pic-item .item-pic { border: 1px solid #cccccc; background-color: #fff; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pic:hover { border-color: #2572d2; }

.m-prob1 .prob-pic-item .item-pic:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-prob1 .prob-pic-item .item-pic.active { border-color: #2572d2; }

.m-prob1 .prob-info { padding-top: 16px; }

.m-prob1 .prob-info-title { position: relative; font-size: 20px; font-size: 2rem; font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; color: #2572d2; }

.m-prob1 .prob-info-desc {  margin-top: 6px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 30px; font-size: 14px; font-size: 1.4rem; }

.m-prob1 .prob-share { margin-top: 30px; letter-spacing: 0; }

.m-prob1 .prob-share .font { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-prob1 .prob-share .img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; background-color: #fff; height: 26px; }

.m-prob1 .prob-info-link { margin-top: 34px; margin-bottom: -20px; overflow: hidden; }

.m-prob1 .prob-info-link a { float: left; margin-bottom: 20px; display: block; padding: 8px 10px; min-width: 166px; line-height: 24px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #2572d2; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; border: 1px solid #2572d2; }

.m-prob1 .prob-info-link a:hover { color: white; background-color: #2572d2; }

.m-prob1 .prob-info-link a:first-child { float: left; margin-right: 30px; }

@media screen and (max-width: 991px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-bottom: 30px; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; }
  .m-prob1 .prob-info { padding-top: 20px; width: 100%; height: auto; }
  .m-prob1 .prob-info-link a { min-width: 120px; padding: 5px 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc p { min-height: 10px; } }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: .49%; }
  .m-prob1 .prob-pic-item .item-pic:before { display: none !important; }
  .m-prob1 .prob-info-link { margin-top: 20px; }
  .m-prob1 .prob-info-title { font-size: 20px; font-size: 2rem; }
  .m-prob1 .prob-share { margin-top: 20px; }
  .m-prob1 .prob-info-desc { margin-top: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-down { margin-top: 20px; } }

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

.m-prohd { /*margin-bottom: 37px; */border-bottom: 2px solid #e8e8e8; }

.m-prohd .hd-title { display: inline-block; *display: inline; *zoom: 1; min-width: 218px; padding: 8px 25px; line-height: 30px; font-size: 20px; font-size: 2rem; font-family:"Microsoft YaHei","微软雅黑"; color: #fff; text-align: center; background-color: #2572d2; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prohd a.hd-title:hover { color: #fff; background-color: #333; }

@media screen and (max-width: 991px) { .m-prohd { margin-bottom: 30px; }
  .m-prohd .hd-title { line-height: 26px; font-size: 18px; font-size: 1.8rem; } }

.m-prob2 { position: relative; }

.m-prob2 .box-down { position: absolute; top: 0; right: 0; }

.m-prob2 .down-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 190px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #2572d2; padding: 5px; text-align: center; border-radius: 10px; border: 1px solid #2572d2; }

.m-prob2 .down-item:hover { color: #fff; background-color: #2572d2; }

@media screen and (max-width: 1219px) { .m-prob2 .down-item { margin-bottom: 10px; min-width: 140px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-prob2 .box-down { margin-bottom: 20px; position: relative; } }

.m-mpro { margin-top: 65px; }

.m-mpro .box-wp { position: relative; padding-left: 47px; padding-right: 47px; }

.m-mpro .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); margin-top: -60px; width: 30px; height: 30px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; border-radius: 50%; border: 1px solid #666666; }

.m-mpro .box-btn:hover { color: #2572d2; border-color: #2572d2; }

.m-mpro .box-btn.prev { left: 0; }

.m-mpro .box-btn.next { right: 0; }

.m-mpro .box-list { width: 10000%; overflow: hidden; }

.m-mpro .list-item { float: left; margin-right: 0.03683%; width: 0.30804%; }

.m-mpro .item-pic { border: 1px solid #f0f0f0; }

.m-mpro .item-text { padding-top: 12px; text-align: center; }

.m-mpro .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; }

.m-mpro .item-desc { margin-top: 0px;
/*height: 90px; */
line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; overflow: hidden; }

.m-mpro .item-desc a { color: #666; }

@media screen and (max-width: 991px) { .m-mpro { margin-top: 30px; }
  .m-mpro .box-wp { padding-top: 50px; padding-left: 0; padding-right: 0; }
  .m-mpro .box-btn { top: 0; margin-top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .m-mpro .item-title { height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; }
  .m-mpro .item-desc { height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-mpro .list-item { margin-right: .02%; width: .49%; } }

.m-agb1 .box-hd { margin-bottom: 46px; text-align: center; }

.m-agb1 .hd-title { line-height: 50px; font-size: 40px; font-size: 4rem; font-family:"Microsoft YaHei","微软雅黑"; color: #13b27b; text-transform: uppercase; }

.m-agb1 .hd-desc { margin-top: 10px; line-height: 30px; font-size: 20px; font-size: 2rem; display: none; }

.m-agb1 .box-list { margin-bottom: -30px; font-size: 0; letter-spacing: 0; }

.m-agb1 .list-item { padding-bottom: 14px; margin-right: 5.38462%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 47.23077%; border-bottom: 1px solid #e6e6e6; }

.m-agb1 .item-title { position: relative;  padding-left: 30px; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-family:"Microsoft YaHei","微软雅黑"; background: url(../image/yez.png) no-repeat left center; }

/*.m-agb1 .item-title:before { content: "+"; position: absolute; left: 0; top: 0; font-size: 26px; font-size: 2.6rem; color: #13b27b; }*/

.m-agb1 .item-title.active:before { content: "-"; }

.m-agb1 .item-desc { margin-top: 10px; padding-left: 26px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; display: none; }

.m-agb1 .box-desc { margin-top: 53px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 991px) { .m-agb1 .box-desc { margin-top: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-agb1 .box-hd { margin-bottom: 20px; }
  .m-agb1 .hd-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-agb1 .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { 
.m-agb1 .list-item { width: 100%; margin-right: 0;     margin-bottom: 10px;     padding-bottom: 8px; } 
.m-agb1 .item-title { line-height: 24px; font-size: 14px; font-size: 1.2rem; }
.m-agb1 .item-desc { line-height: 22px; font-size: 12px; font-size: 1.2rem; }
}

.m-agb2 { margin-top: 74px; padding-top: 79px; padding-bottom: 80px; background: url("../image/agbg1.jpg") no-repeat 18px 486px; background-color: #f9faf4; }

.m-agb2 .box-img { float: right; margin-left: 8.15385%; width: 491px; line-height: 0; font-size: 0; }

.m-agb2 .box-title { position: relative; padding-bottom: 21px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","微软雅黑"; color: #13b27b; }

.m-agb2 .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 111px; height: 2px; background-color: #13b27b; }

.m-agb2 .box-desc {  margin-top: 35px; }

.m-agb2 .box-desc em { font-style: normal; font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 991px) { .m-agb2 { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
  .m-agb2 .box-img { float: none; margin-left: 0; width: 69%; }
  .m-agb2 .box-text { padding-top: 20px; } }

.m-agb3 { padding-top: 77px; padding-bottom: 62px; background: url("../image/agbg2.jpg") no-repeat center; background-size: cover; }

.m-agb3 .box-title { margin-bottom: 58px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family:"Microsoft YaHei","微软雅黑"; color: #fff; text-align: center; }

.m-agb3 .box-title a { color: #fff; }

.m-agb3 .box-title a:hover { color: #13b27b; }

.m-agb3 .box-list { margin-bottom: -35px; }

.m-agb3 .list-item { float: left; margin-right: 12.15385%; margin-bottom: 35px; width: 25%; text-align: center; }

.m-agb3 .item-pic { margin: 0 auto; max-width: 234px; background-color: #fff; border-radius: 50%; }

.m-agb3 .item-text { padding-top: 18px; }

.m-agb3 .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; }

.m-agb3 .item-title a:hover { color: #13b27b; }

.m-agb3 .item-desc { margin-top: 4px; height: 60px; line-height: 30px; font-size: 14px; font-size: 1.4rem; overflow: hidden; }

.m-agb3 .item-desc a { display: block; }

.m-agb3 .item-desc a:hover { color: #13b27b; }

.m-agb3 .item-link { margin-top: 11px; }

.m-agb3 .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 120px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #13b27b; text-align: center; border: 1px solid #13b27b; border-radius: 17px; }

.m-agb3 .item-link a:hover { color: #fff; background-color: #13b27b; }

@media screen and (max-width: 991px) { .m-agb3 { padding-top: 30px; padding-bottom: 30px; }
  .m-agb3 .box-list { margin-bottom: -30px; }
  .m-agb3 .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 30px; width: 31.33%; }
  .m-agb3 .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-agb3 .item-desc { height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .m-agb3 .list-item { width: 48%; } }

.m-agb4 { padding-top: 72px; padding-bottom: 111px; background: url("../image/agb3.jpg") no-repeat center bottom; }

.m-agb4 .box-title { margin-bottom: 52px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family:"Microsoft YaHei","微软雅黑"; color: #13b27b; text-align: center; }

.m-agb4 .box-list { margin-bottom: -30px; font-size: 0; letter-spacing: 0; }

.m-agb4 .list-item { margin-right: 12.53846%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 14.61538%; text-align: center; }

.m-agb4 .item-title { margin-top: 18px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .m-agb4 { padding-top: 30px; padding-bottom: 30px; }
  .m-agb4 .box-title { margin-bottom: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-agb4 .item-title { margin-top: 10px; line-height: 22px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-agb4 .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-agb5 { padding-top: 48px; padding-bottom: 140px; background: url("../image/agb4.jpg") no-repeat center top; background-color: #f9faf4; }

.m-agb5 .box-title { margin-bottom: 100px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family:"Microsoft YaHei","微软雅黑"; color: #13b27b; text-align: center; }

.m-agb5 .box-wp { margin: 0 auto; max-width: 944px; }

.m-agb5 .box-list1 { float: left; width: 45.44492%; }

.m-agb5 .box-list2 { float: right; width: 36.01695%; }

.m-agb5 .list-item { margin-top: 5px; }

.m-agb5 .list-item a { display: block; padding: 8px 16px; line-height: 30px; font-size: 18px; font-size: 1.8rem; background: #e0e0e0; }

.m-agb5 .list-item a:hover { color: #fff; background-color: #13b27b; }

.m-agb5 .list-item:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-agb5 { padding-top: 30px; padding-bottom: 30px; }
  .m-agb5 .box-title { margin-bottom: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-agb5 .list-item a { line-height: 24px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 375px) { .m-agb5 .box-list { width: 100%; }
  .m-agb5 .box-list2 { margin-top: 5px; } }

.m-agb6 { margin-top: 98px; }

.m-agb6 .box-wp { padding-left: 4.61538%; padding-right: 4.61538%; padding-top: 40px; padding-bottom: 59px; border-radius: 10px; background-color: #13b27b; }

.m-agb6 .box-title { margin-bottom: 62px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family:"Microsoft YaHei","微软雅黑"; color: #fff; font-family:"Microsoft YaHei","微软雅黑"; text-align: center; }

.m-agb6 .box-list { margin-bottom: -30px; }

.m-agb6 .list-item { float: left; margin-right: 3.77966%; margin-bottom: 30px; width: 11.01695%; }

.m-agb6 .item-title { margin-top: 22px; }

.m-agb6 .item-title a { display: block; height: 36px; line-height: 34px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; padding: 0 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border: 1px solid #fff; border-radius: 14px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-agb6 .item-title a:hover { color: #13b27b; background-color: #fff; }

@media screen and (max-width: 991px) { .m-agb6 { margin-top: 30px; padding: 30px 15px; }
  .m-agb6 .box-title { margin-bottom: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-agb6 .item-title { margin-top: 10px; }
  .m-agb6 .item-title a { height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 640px) { .m-agb6 .list-item { margin-left: 1%; margin-right: 1% !important; width: 31.33%; } }

@media screen and (max-width: 375px) { .m-agb6 .list-item { width: 48%; } }

.m-abtt { margin-bottom: 32px; line-height: 42px; font-size: 32px; font-size: 3.2rem; color: #2572d2; text-align: center; font-family:"Microsoft YaHei","微软雅黑"; }

@media screen and (max-width: 991px) { .m-abtt { margin-bottom: 20px; line-height: 30px; font-size: 20px; font-size: 2rem; } }

.m-abtb1 .box-img { margin-bottom: 36px; }

@media screen and (max-width: 991px) { .m-abtb1 .box-img { margin-bottom: 30px; } }

.m-factory { padding-top: 48px; padding-bottom: 102px; }

@media screen and (max-width: 991px) { .m-factory { padding-top: 30px; padding-bottom: 30px; } }

.m-factory .box-wp { position: relative; padding-left: 56px; padding-right: 56px; }

.m-factory .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 36px; height: 36px; line-height: 34px; font-size: 14px; font-size: 1.4rem; color: #2572d2; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #2572d2; border-radius: 50%; }

.m-factory .box-btn:hover { color: #fff; background-color: #2572d2; }

.m-factory .box-btn.prev { left: 0; }

.m-factory .box-btn.next { right: 0; }

.m-factory .box-list { width: 10000%; overflow: hidden; }

.m-factory .list-item { position: relative; float: left; margin-right: 0.04209%; width: 0.30051%; overflow: hidden; }

.m-factory .item-top { position: relative; overflow: hidden; }

.m-factory .item-top:hover .item-modal { top: 0; }

.m-factory .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #2572d2; background-color: rgba(37, 114, 210, 0.7); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-factory .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 30px; font-size: 3rem; color: #fff; }

.m-factory .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }

.m-factory .item-title { height: 52px; line-height: 52px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f2f2f2; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-factory { padding-top: 30px; padding-bottom: 30px; }
  .m-factory .box-wp { padding-left: 0; padding-right: 0; padding-top: 50px; }
  .m-factory .box-btn { top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .m-factory .item-title { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-factory .list-item { margin-right: .02%; width: .49%; } }

.m-cert { padding-top: 54px; padding-bottom: 70px; background-color: #f2f5f8; }

@media screen and (max-width: 991px) { .m-cert { padding-top: 30px; padding-bottom: 30px; } }

.m-history { position: relative; margin-top: 100px; }

.m-history .box-list { position: relative; }

.m-history .box-list:before { content: ""; position: absolute; left: 0; top: 50px; width: 100%; border-top: 1px dotted #2572d2; }

.m-history .list-item { position: relative; float: left; margin-right: 1.92308%; width: 18.46154%; }

.m-history .list-item:before { content: ""; position: absolute; top: 45px; left: 0; right: 0; margin: 0 auto; width: 10px; height: 10px; background-color: #2572d2; box-shadow: 0 0 0 4px rgba(37, 114, 210, 0.2); border-radius: 50%; }

.m-history .item-time { margin-bottom: 51px; line-height: 32px; font-size: 22px; font-size: 2.2rem; font-family:"Microsoft YaHei","微软雅黑"; color: #2572d2; text-align: center; }

@media screen and (max-width: 991px) { .m-history { margin-top: 30px; }
  .m-history .item-time { line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .m-history .box-list { margin-bottom: -30px; }
  .m-history .box-list:before { display: none; }
  .m-history .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 30px; width: 31.33%; } }

@media screen and (max-width: 375px) { .m-history .list-item { width: 48%; } }

.m-newsl .list-item { margin-top: 40px; padding-left: 144px; min-height: 160px; position: relative; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-newsl .list-item:first-child { margin-top: 0; }

.m-newsl .item-time { position: absolute; left: 0; top: 0; width: 105px; height: 160px; padding-top: 45px; padding-left: 5px; padding-right: 5px; text-align: center; line-height: 34px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #eff2f8; }

.m-newsl .item-time span { display: block; font-size: 24px; font-size: 2.4rem; }

.m-newsl .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","微软雅黑"; text-overflow: ellipsis; white-space: nowrap; }

.m-newsl .item-desc { margin-top: 15px; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-newsl .item-desc a { color: #666; }

.m-newsl .item-desc a:hover { color: #2572d2; }

.m-newsl .item-link { margin-top: 23px; }

.m-newsl .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 120px; line-height: 24px; padding: 4px; font-size: 14px; font-size: 1.4rem; color: #666; text-align: center; border-radius: 17px; border: solid 1px #999999; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-newsl .item-link a:hover { color: #fff; background-color: #2572d2; border-color: #2572d2; }

@media screen and (max-width: 991px) { .m-newsl .list-item { margin-top: 30px; } }

@media screen and (max-width: 480px) { .m-newsl .list-item { padding-left: 0; min-height: 0; }
  .m-newsl .item-time { position: relative; width: auto; height: auto; padding: 0; background: none; text-align: left; line-height: 22px; font-size: 12px; font-size: 1.2rem; margin-top: 5px; }
  .m-newsl .item-time span { display: inline; font-size: 12px; font-size: 1.2rem; }
  .m-newsl .item-desc { margin-top: 10px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-newsl .item-link { margin-top: 15px; } }

.m-news .box-title { font-size: 24px; font-size: 2.4rem; color: #333; font-weight: normal; font-family:"Microsoft YaHei","微软雅黑"; text-align: center; }

.m-news .box-info { margin-top: 30px; letter-spacing: 0; padding: 8px 0; line-height: 26px; text-align: center; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }

.m-news .box-time { position: relative; margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; height: 26px; font-size: 14px; font-size: 1.4rem; vertical-align: top; }

.m-news .box-time .iconfont { position: absolute; left: 0; }

.m-news .box-share { display: inline-block; *display: inline; *zoom: 1; height: 26px; vertical-align: top; }

.m-news .share-font { font-size: 14px; font-size: 1.4rem; color: #666; vertical-align: top; }

.m-news .share-img { display: inline-block; *display: inline; *zoom: 1; }

.m-news .box-desc {  margin-top: 33px; padding-bottom: 30px; border-bottom: 1px solid #cccccc; color: #333; }

@media screen and (max-width: 991px) { .m-news .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc a { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.m-ctusform { overflow: hidden; }

.m-ctusform .box-title { margin-bottom: 20px; line-height: 40px; font-size: 30px; font-size: 3rem; color: #13b27b; }

.m-ctusform .box-form { overflow: hidden; }

.m-ctusform .form-item { position: relative; margin-bottom: 20px; padding-left: 21px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.m-ctusform .form-item.important { background: url("../image/star1.png") no-repeat 0 14px; }

.m-ctusform .form-item-1 { margin-right: 6.53846%; width: 28.92308%; }

.m-ctusform .form-item-2 { width: 100%; }

.m-ctusform .form-item-2.important { background: url("../image/star1.png") no-repeat 0 14px; }

.m-ctusform .form-item-3 { margin-right: 7.69231%; width: 28.92308%; }

.m-ctusform .form-item-4 { width: 118px; height: 34px; padding-left: 0; line-height: 32px; text-align: center; background-color: transparent; border-radius: 0; background-color: #f3fbfe; overflow: hidden; border: 1px solid #cccccc; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-item-4 img { max-height: 32px; vertical-align: middle; }

.m-ctusform .form-item-5 { float: right; border: none; width: 24.84615%; padding-left: 0; }

.m-ctusform .item-btn1 { width: 100%; height: 34px; padding-left: 0; line-height: 34px; color: #ffffff; font-size: 16px; font-size: 1.6rem; background-color: #2572d2; }

.m-ctusform .item-text { width: 100%; height: 34px; line-height: 32px; padding-left: 10px; padding-right: 10px; font-size: 14px; font-size: 1.4rem; color: #999; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; background-color: #fff; }

.m-ctusform .item-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text:-moz-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text::-moz-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text2 { height: 134px; line-height: 32px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-ctusform .box-form { margin-bottom: -15px; }
  .m-ctusform .box-title { margin-bottom: 25px; font-size: 24px; font-size: 2.4rem; }
  .m-ctusform .form-item { margin-bottom: 15px; width: 100%; padding-left: 15px; }
  .m-ctusform .form-item.important { background-position: 0 15px; }
  .m-ctusform .item-text { font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .item-text2 { padding-top: 0; height: 136px; }
  .m-ctusform .item-btn1 { font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .form-item-3 { float: left; margin-right: 0; width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px); width: calc(100% - 130px); }
  .m-ctusform .form-item-5 { padding-left: 15px; }
  .m-ctusform .form-item-4 { float: right; width: 118px; padding-left: 0; } }

.m-ctusfix { margin-top: 64px; }

@media screen and (max-width: 991px) { .m-ctusfix { margin-top: 20px; } }

.m-ctusmap { /*float: right; margin-left: 6.92308%;*/ width: 100%; }

@media screen and (max-width: 991px) { .m-ctusmap { float: none; margin-left: 0; margin-top: 30px; width: 100%; } }

.m-ctusinfo { overflow: hidden; display: inline-block; vertical-align: top; margin-right: 64px; margin-bottom: 30px;}

.m-ctusinfo .box-title { /*margin-bottom: 29px;*/ line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","微软雅黑"; color: #2572d2; }

.m-ctusinfo .box-kf { font-size: 0; letter-spacing: 0; line-height: 0; }

.m-ctusinfo .kf-pic, .m-ctusinfo .kf-title { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.m-ctusinfo .kf-title { line-height: 30px; font-size: 20px; font-size: 2rem; }

.m-ctusinfo .kf-pic { margin-right: 20px; width: 80px; border-radius: 50%; }

.m-ctusinfo .box-info { margin-top: 18px; }

.m-ctusinfo .info-item { position: relative; padding-left: 36px; line-height: 40px; font-size: 16px; font-size: 1.6rem; word-break: break-word; }

.m-ctusinfo .info-item i { position: absolute; left: 0; top: 0; color: #2572d2; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 1369px) { .m-ctusinfo { margin-right: 30px; } }
@media screen and (max-width: 1219px) {
 .m-ctusinfo { margin-right: auto; width: 49%; } 
 .m-ctusinfo .info-item{font-size: 14px; font-size: 1.4rem;}
 .m-ctusinfo .box-info{ margin-top: 8px; }
 .m-ctusinfo .info-item{ padding-left: 30px; }
}
@media screen and (max-width: 991px) {
 .m-ctusinfo { width: 32%; }
 .mctuds { width: 98%!important; } 
}
@media screen and (max-width: 767px) {
 .m-ctusinfo { width: 28%; } 
 .m-ctusinfo.c-nomr { width: 42%; } 
}
@media screen and (max-width: 640px) {
 .m-ctusinfo { width: 98%!important; } 
}

.m-modal1 { position: fixed; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.6); display: none; }

.m-modal1 .box-wp { position: absolute; left: 0; right: 0; top: 50%; margin-left: auto; margin-right: auto; max-width: 96%; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-modal1 .box-close { position: absolute; right: 14px; top: 14px; width: 28px; line-height: 26px; border-radius: 50%; border: 1px solid #999; font-size: 16px; font-size: 1.6rem; color: #999; text-align: center; }

.m-modal1 .box-close:hover { color: #2572d2; border-color: #2572d2; }
@media screen and (max-width: 991px) { .m-ctusinfo .box-title{ font-size: 16px;font-size: 1.6rem; } .m-ctusinfo .kf-title{ font-size: 16px;font-size: 1.6rem; } }
@media screen and (max-width: 991px) { .m-modal1 .box-wp { top: 50%; margin-top: 0 !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } }

.m-downmodal .box-wp { top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 690px; height: 300px; }

.m-downmodal .box-fix { margin: 0 auto; width: 96%; max-width: 600px; padding-top: 27px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-downmodal .box-title { margin-bottom: 31px; line-height: 30px; font-size: 20px; font-size: 2rem; font-family:"Microsoft YaHei","微软雅黑"; text-align: center; }

.m-downmodal .box-form { margin-bottom: -25px; }

.m-downmodal .form-item { float: left; margin-bottom: 25px; padding-left: 36px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-downmodal .form-item.important { background: url("../image/star1.png") no-repeat 15px center; }

.m-downmodal .form-item1 { width: 100%; }

.m-downmodal .form-item2, .m-downmodal .form-item3 { width: 50%; }

.m-downmodal .form-text { width: 100%; height: 34px; line-height: 32px; padding: 0 8px; font-size: 14px; font-size: 1.4rem; color: #999; border: 1px solid #dcdcdc; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-downmodal .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-downmodal .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-downmodal .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-downmodal .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-downmodal .form-item3 { position: relative; padding-right: 62px; }

.m-downmodal .form-code { position: absolute; right: 0; top: 0; width: 110px; line-height: 32px; text-align: center; overflow: hidden; border: 1px solid #dcdcdc; border-left: none; }

.m-downmodal .form-code img { max-height: 32px; vertical-align: middle; }

.m-downmodal .form-btn { width: 100%; height: 34px; font-size: 14px; font-size: 1.4rem; font-family:"Microsoft YaHei","微软雅黑"; color: #fff; background-color: #2572d2; }

@media screen and (max-width: 991px) { .m-downmodal .box-wp { height: auto; }
  .m-downmodal .box-form { margin-bottom: -15px; }
  .m-downmodal .form-item { margin-bottom: 15px; width: 100%; padding-left: 16px; }
  .m-downmodal .form-item.important { background-position-x: left; }
  .m-downmodal .form-text { font-size: 14px; font-size: 1.4rem; }
  .m-downmodal .box-title { margin-bottom: 15px; line-height: 1.2; font-size: 18px; font-size: 1.8rem; } }


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

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

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

.icon-theearth2diqiu:before {
  content: "\e622";
}

.icon-picture:before {
  content: "\e7b0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-link:before {
  content: "\e601";
}

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.g-mn1 .box-desc{ font-size: 16px; font-size: 1.6rem; line-height: 28px; margin-bottom: 20px; }
.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: none!important;}
.ppp{line-height: 30px; }
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;margin-bottom: 40px; text-align: center;}
.listcart a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    min-width: 200px;
    line-height: 28px;
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #2572d2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2572d2;
    border-radius: 6px;
    }
    .listcart a:hover{ background: #2572d2; color: #fff;  }
    @media screen and (max-width: 991px){ .xunpanc{margin-top: 20px;} }
    
    .xunpanc .table table tr td{ height: 0; padding: 0;}
    .xunpanc .table table tr td a{ color: #333;}
    .xunpanc .table table tr td a:hover{ color: #2572d2;}
.bshare-custom.icon-medium-plus, .bshare-custom.icon-large{ margin-left: 10px; display: inline-block;}
.bsyy{ color: #2572d2!important; font-weight: bold; }
.itemdesc{margin-top: 10px;
height: 30px;
line-height: 30px;
font-size: 16px;
font-size: 1.6rem;
color: #666;
overflow: hidden;}
@media screen and (max-width: 991px) {.itemdesc{font-size: 12px;font-size: 1.2rem; line-height: 22px; height:20;}}
    
.probinfodesc { margin-top: 10px; line-height: 30px; color: #666; }
    
 
.cover {
  background:rgba(0,0,0,0.3);
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:9999;
  display:block;
}
.covern {
  background:#fff;
  max-width:620px;
  margin:0 auto;
  position:absolute;
  padding: 18px 30px;
  top: 50%;
    
  left: 50%;
  transform: translate(-50%,-50%);
}
.guanbi{text-align:center;}
.guanbi span{
  width:142px;
  height:42px;
  line-height:40px;
  background:#1a5093;
  color:#fff;
  text-align:center;
  display:inline-block;
  margin: 16px 0;
  font-size:20px;
  font-size:2.0rem;
  cursor:pointer;
}
.notice-title{font-size: 26px;line-height: 32px;text-align: center;color: #1a5093;padding-bottom: 18px;font-weight: bold;}
.covernr {
  font-size: 18px;
  line-height: 24px;
  text-indent: 4rem;
  background: #1a5093;
    color: #fff;
    padding: 30px 30px;
    
} 
@media screen and (max-width: 991px){
  .covern{width: 90%;}
  .covernr {font-size: 14px;}
}