#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: Verdana, Geneva, sans-serif; }

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

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

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

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

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -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: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

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

article,aside,dialog,footer,header,section,nav,figure,menu,main{display:block}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


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


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



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

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #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; }

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

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

.wap-nav .nav span { font-family: arial, helvetica, sans-serif; }

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

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

.wap-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url("../images/sch2.png") no-repeat center center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) { .wap-nav, .menubtn { 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 nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #ff8400; }
  .wap-hd-nav-item { width: 25%; }
  .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: #ff8400; } }

.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}
* { 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: Verdana, Geneva, Tahoma, sans-serif; font-size: 12px; font-size: 1.2rem; 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: #ff8400; }

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

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

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

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

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

textarea { resize: none; }

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,.m-cphistory li: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: 1000px; }

.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; max-width: 1000px; overflow: visible; }

@media screen and (min-width: 992px) and (max-width: 1040px) { .f-box { width: 970px; } }

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

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

/* .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: #ff8400; -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: #ff8400; -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: #ff8400; -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: 12px; font-size: 1.2rem; line-height: 24px; }

.m-desc a { color: #ff8400; }

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

.m-desc p { font-size: 12px; font-size: 1.2rem; line-height: 24px; min-height: 24px; }

.m-desc span { font-size: 12px; font-size: 1.2rem; line-height: 24px; }

.m-desc b { font-size: 12px; font-size: 1.2rem; line-height: 24px; }

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

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

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

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

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

.table table tr td { padding: 3px; height: 30px; border: 1px solid #ccc; text-align: left;}

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
  .table table { /*width: 580px !important;*/ max-width: 580px; min-width: 690px} }

@media screen and (max-width: 991px) { .m-tt1 { font-size: 24px !important; font-size: 2.4rem !important; }
  .m-tt2 { font-size: 20px !important; font-size: 2rem !important; }
  .m-tt3 { font-size: 18px !important; font-size: 1.8rem !important; }
  .m-desc1 { font-size: 16px !important; font-size: 1.6rem !important; }
  .m-desc2 { font-size: 14px !important; font-size: 1.4rem !important; }
  [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; }

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

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

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

.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: #ff8400; }

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

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

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

#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: 7px; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #666; text-align: left; }

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

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

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

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

.m-oths .oths-item { padding-left: 0; height: 25px; line-height: 25px; font-size: 12px; font-size: 1.2rem; 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: #ff8400; }

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

.m-page .box-fix { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; /*border-left: 1px solid #dcdcdc;*/ }

.m-page a.no{/*border: 1px solid #dcdcdc !important;*/color: #767573 !important;background-color: #fff !important;}
.m-page a,.m-page span { display: inline-block; *display: inline; *zoom: 1; padding: 0 11px 0 12px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #767573; text-align: center; border: 1px solid #dcdcdc; border-left: none; font-family: Arial, Helvetica, sans-serif; -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{border-left: 1px solid #dcdcdc;}
.m-page a.big { width: auto; border-left: 1px solid #dcdcdc;}

.m-page a:hover { color: #979799; background-color: #dcdcdc; }

.m-page a.active { color: #979799; background-color: #dcdcdc; }

.m-page2 { position: relative; text-align: left; }

.m-page2 .box-form { margin-bottom: 5px; margin-right: 27px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding-left: 81px; background: url("../images/xuanze.png") no-repeat left center; }

.m-page2 .form-btn { width: 135px; height: 28px; border: none; background: #0057a6; font-size: 12px; font-size: 1.2rem; color: #fff; border-radius: 5px; cursor: pointer; }

@media screen and (max-width: 991px) { .m-page { margin-top: 35px; 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-kf { position: fixed; z-index: 10; right: 6px; top: 30%; display: none; }

.m-kf .kf-item { display: block; line-height: 0; font-size: 0; margin-bottom: 1px; background-color: #d8d8d8; }

.m-kf .kf-item:hover { background-color: #ff8400; }

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

.m-kf .kf-wx { position: absolute; display: none; bottom: 69px; right: 100%; width: 90px; }

@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: #ff8400; }
  .m-kf .kf-item { width: 20%; text-align: center; background-color: #ff8400; }
  .m-kf .kf-item2 { position: relative; }
  .m-kf .kf-wx { bottom: 100%; right: 0; }
  /*.g-ft { padding-bottom: 63px; }*/ }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 130px; width: 51px; height: 38px; background: url("../images/top.png") no-repeat center; line-height: 0; font-size: 0; display: none; }

@media screen and (max-width: 991px) { .returntop { bottom: 130px; } }

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

.m-hdlogo { float: left; padding-top: 14px; padding-bottom: 17px; line-height: 0; font-size: 0; max-width: 150px;}

.m-hdlang { float: right; padding: 5px 0; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #999; }

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

.m-hdlang a:hover { color: #ff8400; }

.m-hdsch { position: relative; }

.m-hdsch .box-btn { display: none; }

.m-hdsch .box-form { position: relative; display: block; width: 255px; padding-right: 32px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #c3c3c3; }

.m-hdsch .box-form .form-text { width: 100%; height: 28px; line-height: 28px; padding: 0 8px; font-size: 12px; font-size: 1.2rem; color: #999; -moz-box-sizing: border-box; box-sizing: border-box; }

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

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

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

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

.m-hdsch .box-form .form-btn, .m-hdsch .box-form .iconfont { position: absolute; right: 0; top: 0; width: 32px; height: 28px; line-height: 28px; }

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

.m-hdsch .box-form .iconfont { font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #0057a6; }

.m-hdfix2 { background-color: #c5c5c5; background-image: -webkit-gradient(linear, left bottom, left top, from(#c5c5c5), to(#f0f0f0)), -webkit-gradient(linear, left top, left bottom, from(#0057a6), to(#0057a6)); background-image: -webkit-linear-gradient(bottom, #c5c5c5 0%, #f0f0f0 100%), -webkit-linear-gradient(#0057a6, #0057a6); background-image: -moz-linear-gradient(bottom, #c5c5c5 0%, #f0f0f0 100%), -moz-linear-gradient(#0057a6, #0057a6); background-image: linear-gradient(0deg, #c5c5c5 0%, #f0f0f0 100%), linear-gradient(#0057a6, #0057a6); }

.m-hdnav { font-size: 0; letter-spacing: 0; }

.m-hdnav .nav-item { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 12px; font-size: 1.2rem; line-height: 18px; }

.m-hdnav .nav-item > a { position: relative; display: block; margin-left: 6px; line-height: 34px; padding: 0 29px; font-size: 14px; font-size: 1.4rem; font-weight: bold; border-bottom: 3px solid transparent; }

.m-hdnav .nav-item > a:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; width: 0; height: 0; border-bottom: 4px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

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

.m-hdnav .nav-item.active > a:before, .m-hdnav .nav-item.current > a:before, .m-hdnav .nav-item:hover > a:before { border-bottom-color: #ff8400; }

@media screen and (max-width: 991px) { .m-hdfix2 { display: none; }
  .m-hdsch { display: none; }
  .m-hdlang { position: absolute; left: 5px; top: 0; }
  .m-hdlogo { float: none; padding-top: 40px; padding-bottom: 20px; text-align: center; max-width: 100px; /*margin: 0 auto;*/ margin-left: -10px;} }

.erji { width: 200px; background: #f6f6f6; padding-bottom: 3px; left: 6px; position: absolute; top: -2000px; z-index: 99999; }

.erji > li > a { display: block; line-height: 18px; color: #333333; padding-top: 20px; padding-left: 19px; padding-right: 19px; margin-bottom: 8px; position: relative; }

.sanji { position: absolute; left: 200px; background: #f6f6f6; padding: 15px 0; top: 0; width: 310px; display: none; }

.sanjin { border-left: 1px solid #cfcece; padding: 0 20px; }

.sanjinn { border-bottom: 1px solid #cfcece; padding-bottom: 16px; margin-bottom: 7px; }

.sanjibiao { display: block; color: #434242; line-height: 26px; font-weight: bold; margin-bottom: 10px; }

.sanji-l { width: 84px; float: left; }

.sanji-l img { width: 84px; height: 55px; }

.sanji-r { width: 175px; float: right; }

.sanji-r a { display: block; width: 75px; line-height: 26px; float: left; background: url(../images/huikuai.jpg) no-repeat left center; padding-left: 10px; }

.m-hdnav > li:hover .erji, .m-hdnav > li:hover .erjis, .m-hdnav > li:hover .erjia { top: 100%; }

.erji > li:hover > a { background: url(../images/xialajiantou.jpg) no-repeat 182px 27px; font-weight: bold; }

.erji > li:hover .sanji { display: block !important; }

.sanji a:hover { color: #0057a6; }

.erjis { width: 589px; padding: 12px 17px; left: -200px; position: absolute; background: #f6f6f6; top: -2000px; }

.erjiul1 { float: left; margin-right: 27px; }

.erjiul2 { width: 180px; float: left; }

.erjiul3 { width: 130px; float: right; }

.erjibiao { line-height: 30px; color: #333333; display: block; font-weight: bold; }

.erjis ul li a { display: block; line-height: 36px; color: #333; }

.erjis a:hover { color: #0057a6; }

.erjia { position: absolute; background: #f6f6f6; top: -2000px; }

.erjia li { line-height: 36px; border-bottom: 1px solid #c2c2c2; padding-left: 22px; width: 135px; }

.erjia li a { color: #333; display: block; }

.erjia li a:hover { color: #0057a6; }

.wap-hd-nav { display: none; }

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

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

.wap-nav .nav span { font-family: arial, helvetica, sans-serif; }

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

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

.wap-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url("../images/sch2.png") no-repeat center center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) { .wap-nav, .menubtn { 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 nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #ff8400; }
  .wap-hd-nav-item { width: 25%; }
  .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: #ff8400; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; text-align: center; }
.banner.hide{ display: none; }
.banner img { display: inline-block; *display: inline; *zoom: 1; }

.banner .slick-dots { position: absolute; left: 0; right: 0; bottom: 10px; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; }

.banner .slick-dots li a { display: block; width: 14px; height: 14px; background-color: #d1d5d8; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

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

.banner .slick-arrow { position: absolute; top: 50%; margin-top: -32px; width: 64px; height: 64px; line-height: 64px; font-size: 32px; font-size: 3.2rem; color: #fff; text-align: center; border-radius: 50%; background-color: #c2c1c2; display: none !important; z-index: 10; }

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

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

.banner .slick-arrow:hover { background-color: #ff8400; }

.banner.hide { display: none; }

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

.c-bg1 { background: url(../images/beijing.jpg) repeat-x center 120px; }

.g-htnews { box-shadow: 0 1px 2px #b3b3b3; }

.m-htnews .box-title { position: relative; float: left; margin-right: 19px; display: inline-block; *display: inline; *zoom: 1; line-height: 34px; min-width: 78px; padding: 0 10px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; font-weight: bold; border-radius: 4px; background-color: #ff8400; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-htnews .box-title:before { content: ""; position: absolute; left: 100%; top: 50%; margin-top: -5px; border-left: 10px solid #ff8400; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

.m-htnews .box-list { overflow: hidden; height: 34px; }

.m-htnews .item-title { float: left; width: 100%; padding-right: 100px; -moz-box-sizing: border-box; box-sizing: border-box; height: 34px; line-height: 34px; font-size: 12px; font-size: 1.2rem; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

.m-htnews .item-title:hover { color: #ff8400; }

.m-htnews .item-title:hover a { color: #ff8400; }

.m-htnews .item-time { float: left; margin-left: -90px; line-height: 34px; text-align: right; font-size: 12px; font-size: 1.2rem; color: #999; }

@media screen and (max-width: 480px) { .m-htnews .box-title { display: none; } }

.g-hpro { padding-top: 32px; padding-bottom: 36px; }

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

.m-hpro { position: relative; }

.m-hpro .box-list { width: 1000%; padding: 5px; }

.m-hpro .list-item { float: left; margin-right: 0.4%; width: 2.15%; box-shadow: 0 0 5px 2px #d4d4d4; border-radius: 5px; }

.m-hpro .item-title a { display: block; padding: 0 5px; height: 34px; line-height: 34px; font-size: 12px; font-size: 1.2rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; background-color: #d0d0d0; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hpro .item-title a:hover { color: #fff; background-color: #ff8400; }

.m-hpro .box-btn { position: absolute; top: 50%; margin-top: -17px; width: 34px; height: 34px; line-height: 34px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #ff8400; border-radius: 50%; }

.m-hpro .box-btn.prev { margin-right: 11px; right: 100%; }

.m-hpro .box-btn.next { margin-left: 11px; left: 100%; }

@media screen and (max-width: 1219px) { .m-hpro { padding-left: 50px; padding-right: 50px; }
  .m-hpro .box-btn.prev { right: auto; left: 0; margin-right: 0; }
  .m-hpro .box-btn.next { left: auto; right: 0; margin-left: 0; } }

@media screen and (max-width: 640px) { .m-hpro .list-item { margin-right: .4%; width: 4.8%; box-shadow: none; } }
/*@media screen and (max-width: 640px) { .m-hpro .list-item { margin-right: 0%; width: 10%; box-shadow: none; } }*/

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

.g-hfix { padding-bottom: 40px; }

@media screen and (max-width: 991px) { .g-hfix { padding-bottom: 10px; } }

.m-htt { margin-bottom: 0px; padding-left: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #0057a6; background: url("../images/hicon1.png") no-repeat left center; }

.m-htt a { color: #0057a6; }

.m-htt a:hover { color: #ff8400; }

.m-habt { float: left; margin-right: 8%; width: 55%; }

.m-habt .box-img { float: left; width: 170px; margin-right: 30px; line-height: 0; font-size: 0; box-shadow: 3px 3px 2px #b4b2b2; }

.m-habt .box-text { overflow: hidden; }

.m-habt .box-desc { line-height: 22px; color: #666; font-size: 12px; font-size: 1.2rem; }

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

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

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

.m-habt .box-link a { color: #ff8400; font-size: 12px; font-size: 1.2rem; }

.m-habt .box-link a:hover { text-decoration: underline; }

@media screen and (max-width: 991px) { .m-habt { float: none; margin-right: 0; width: 100%; } }

@media screen and (max-width: 480px) { .m-habt .box-img { float: none; margin-right: 0; /*width: auto;*/ width: 50%; display: inline-block; *display: inline; *zoom: 1; margin-left: 27%;}
  .m-habt .box-img img{width: 100%;}
  .m-habt .box-text { margin-top: 20px; } }

.m-hctus { overflow: hidden; }

.m-hctus .box-name { line-height: 29px; font-size: 12px; font-size: 1.2rem; font-weight: bold; }

.m-hctus .info-item { position: relative; padding-left: 23px; line-height: 29px; font-size: 12px; font-size: 1.2rem; color: #666; }

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

.m-hctus .info-item a:hover { color: #ff8400; }

.m-hctus .info-item .iconfont { position: absolute; left: 0; top: 0; color: #ff8400; font-size: 14px; font-size: 1.4rem; }

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

.g-ft { background: #e6e6e6; border-top: 1px solid #d9d9d9; }

.m-ftfix1 { padding: 17px 0; }

.m-ftb { float: left; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb1 { margin-right: 7%; width: 23%; }

.m-ftb2 { margin-right: 9%; width: 14.6%; }

.m-ftb3 { margin-right: 10.7%; width: 15%; }

.m-ftb4 { float: none; overflow: hidden; width: 20%}

.m-ftt { margin-bottom: 10px; line-height: 24px; padding-bottom: 5px; font-size: 14px; font-size: 1.4rem; color: #0057a6; font-weight: bold; border-bottom: #a8a8a8 solid 1px; }

.m-ftt a { color: #0057a6; }

.m-ftt a:hover { color: #ff8400; }

.m-ftnav .nav-item { position: relative; padding-left: 14px; line-height: 24px; font-size: 12px; font-size: 1.2rem; background: url("../images/fsanjiao.jpg") no-repeat left 9px; }

.m-ftcert { margin-bottom: -15px; }

.m-ftcert .list-item { float: left; margin-right: 15px; margin-bottom: 15px; width: 53px; }

.m-ftshare { margin-bottom: -10px; }

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

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }

.m-ftext { margin-top: 12px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 991px) { .m-ftb, .m-ftt { display: none; }
	.m-ftb3{ display: block; float: none; margin-right: 0; width: 100%; }
	.m-ftcert{ font-size: 0; letter-spacing: 0; text-align: center;margin-bottom: -10px; }
	.m-ftcert .list-item { float: none; margin: 0 10px 10px 10px; display: inline-block; vertical-align: middle; }
  .m-ftb4 { display: block; margin-top: 10px; text-align: center; overflow: visible; width: 100%;}
  .m-ftfix1 { padding: 10px 0; } }

.m-nbanner { margin-top: 17px; }

.m-nbanner .box-wp { background: url("../images/bannerbei.jpg") no-repeat center; background-size: cover; }

.m-nbanner .box-tab { display: table; width: 100%; table-layout: fixed; }

.m-nbanner .box-cell { display: table-cell; width: 100%; height: 230px; vertical-align: middle; }

.m-nbanner .box-text { padding: 0 28px; }

.m-nbanner .box-title { line-height: 40px; font-size: 30px; font-size: 3rem; color: #fff; }

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

.m-nbanner .box-title a:hover { color: #ff8400; }

@media screen and (max-width: 991px) { .m-nbanner .box-cell { height: 160px; }
  .m-nbanner .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; } }

.g-wp { padding-top: 10px; padding-bottom: 48px; }

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

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

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

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

.g-sd { float: left; margin-left: -100%; width: 210px; }

.g-sd2 { margin-left: -265px; }

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

.m-sdtt { margin-bottom: 0; display: block; padding: 7px 16px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; font-weight: bold; background-color: #0057a6; }

@media screen and (max-width: 991px) { .m-sdtt { line-height: 24px; font-size: 16px; font-size: 1.6rem; } }

a.m-sdtt:hover { color: #fff; background-color: #ff8400; }

.m-sdnav1 { box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); border: solid 1px #d5d5d5; }

.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: #ff8400; -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; padding: 0 14px; background-color: #fff; }

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

.m-sdnav1 .nav-item > p { position: relative; display: block; padding-top: 11px; padding-bottom: 11px; padding-left: 0; padding-right: 35px; line-height: 18px; font-size: 12px; font-size: 1.2rem; background-color: #fff; cursor: pointer; }

.m-sdnav1 .nav-item > p:before { content: ""; position: absolute; right: 0; top: 0; width: 14px; height: 100%; }

.m-sdnav1 .nav-item > p:hover, .m-sdnav1 .nav-item > p.active { color: #0057a6; }

.m-sdnav1 .nav-item > p:hover a, .m-sdnav1 .nav-item > p.active a { color: #0057a6; }

.m-sdnav1 .nav-item > p:hover:before, .m-sdnav1 .nav-item > p.active:before { background: url(../images/xialqiu.jpg) no-repeat center; }

.m-sdnav1 .nav-item:first-child { border-top: none; }

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

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

.m-sdnav1 .sbnav-list1 { border-top: 1px solid #e1e1e1; }

.m-sdnav1 .sbnav-list2 { padding-top: 0; padding-bottom: 0; }

.m-sdnav1 .sbnav-item1 { margin-top: 2px; }

.m-sdnav1 .sbnav-item1 > a { position: relative; display: block; padding-top: 5px; padding-bottom: 5px; padding-left: 16px; padding-right: 16px; line-height: 20px; font-size: 12px; font-size: 1.2rem; }

.m-sdnav1 .sbnav-item1 > a:before { content: ""; position: absolute; left: 4px; top: 13px; width: 4px; height: 4px; background-color: #c2c2c2; }

.m-sdnav1 .sbnav-item1 > a:hover, .m-sdnav1 .sbnav-item1 > a.active { color: #fff; background-color: #0057a6; }

.m-sdnav1 .sbnav-item2 a { padding-left: 36px; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; position: relative; display: block; line-height: 20px; font-size: 12px; font-size: 1.2rem; }

.m-sdnav1 .sbnav-item2 a:hover, .m-sdnav1 .sbnav-item2 a.active { color: #fff; background-color: #0057a6; }

@media screen and (max-width: 991px) { .m-sdnav1 .nav-name { display: none; }
  .m-sdnav1 .nav-btn { display: block; }
  .m-sdnav1 .nav-list { display: none; } }

.m-sdname { position: relative; padding-left: 23px; background: url(../images/jianbianbei.jpg) no-repeat left bottom; padding-bottom: 6px; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 30px; }

.m-sdname a { display: inline-block; *display: inline; *zoom: 1; }

.m-sdname .iconfont { position: absolute; left: 0; top: 0; color: #0057a6; }

.m-sdnews { margin-top: 38px; }

.m-sdnews .list-item { padding-top: 28px; padding-bottom: 8px; border-top: 1px dotted #c3c3c3; }

.m-sdnews .list-item:first-child { padding-top: 0; border-top: none; }

.m-sdnews .item-pic { float: left; width: 75px; margin-right: 9px; }

.m-sdnews .item-title { height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; overflow: hidden; }

.m-sdnews .item-title a { display: block; }

.m-sdnews .item-link { margin-top: 9px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #666; text-align: right; }

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

.m-sdnews .item-link a:hover { color: #0057a6; }

.m-prol .list-item { position: relative; padding-top: 21px; padding-bottom: 25px; }

.m-prol .list-item:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #e2e2e2; box-shadow: 0px 1px 1px 0px rgba(8, 1, 3, 0.05); opacity: 0.61; }

.m-prol .item-wp { padding-top: 14px; padding-bottom: 20px; background-color: #fff; }

.m-prol .item-title { margin-bottom: 14px; padding: 0 10px; height: 22px; line-height: 22px; font-size: 12px; font-size: 1.2rem; text-overflow: ellipsis; white-space: nowrap; }

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

.m-prol .item-pic { float: left; margin-right: 3px; width: 150px; }

.m-prol .item-text { padding-right: 5px; overflow: hidden; }

.m-prol table { width: 100%; border-collapse: collapse; /*line-height: 45px;*/ border: 1px solid #e1e1e1; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prol table th { border: 1px solid #e1e1e1; color: #333; font-weight: normal; }

.m-prol table td { border: 1px solid #e1e1e1; text-align: center; color: #666; }

@media screen and (max-width: 640px) { .m-prol .item-pic { float: none; margin-right: 0; width: auto; display: inline-block; *display: inline; *zoom: 1; }
  .m-prol .item-text { padding: 0 5px; } }

.m-prob1 .prob-pic { position: relative; z-index: 3; margin-right: 30px; width: 360px; }

.m-prob1 .prob-pic-big { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; /*border: solid 1px #cdcdcd; background-color: #fff;*/ min-height: 250px;}

.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: 29px; padding-left: 25px; padding-right: 25px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 20px; height: 20px; line-height: 20px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #cdcdcd; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob1 .prob-pic-btn:hover { color: #ff8400; }

.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: 1000%; overflow: hidden; }

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

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

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

.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: #ff8400; }

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

.m-prob1 .prob-info-title { position: relative; font-size: 14px; font-size: 1.4rem; font-weight: normal; }

.m-prob1 .prob-info-desc { margin-top: 20px; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #333; }

.m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 24px; font-size: 12px; font-size: 1.2rem; }

.m-prob1 .prob-down { margin-top: 33px; }

.m-prob1 .prob-down a { display: inline-block; *display: inline; *zoom: 1; padding: 9px 10px; min-width: 166px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #333333; }

.m-prob1 .prob-down a:hover { background-color: #ff8400; }

.m-prob1 .prob-down .iconfont { margin-right: 5px; font-size: 22px; font-size: 2.2rem; vertical-align: middle; }

.m-prob1 .prob-share { margin-top: 25px; 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: 16px; font-size: 1.6rem; color: #666; }

.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: 58px; margin-bottom: -16px; overflow: hidden; }

.m-prob1 .prob-info-link a { margin-bottom: 16px; margin-right: 54px; display: inline-block; padding: 5px 10px; min-width: 150px; line-height: 20px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #0057a6; border-radius: 6px; }

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

@media screen and (max-width: 1040px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; }
  .m-prob1 .prob-info { margin-top: 20px; width: 100%; height: auto; }
  .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: .2%; width: 4.9%; }
  .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: 10%; } }

.m-prob2 { margin-top: 38px; overflow: hidden; }

.m-prob2 .box-tabhd { float: left; width: 110px; }

.m-prob2 .tabhd-item { position: relative; display: block; padding: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; text-align: center; border: 1px solid transparent; }

.m-prob2 .tabhd-item.active { background-color: #f6f6f6; border: 1px solid #dfdfdf; }

.m-prob2 .tabhd-item.active:before { content: ""; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background-color: #ff8400; }

.m-prob2 .tabhd-item.active:after { content: ""; position: absolute; left: 100%; top: 0; width: 2px; height: 100%; background-color: #f6f6f6; }

.m-prob2 .box-tabbd { min-height: 200px; border: solid 1px #dfdfdf; background-color: #f6f6f6; overflow: hidden; }

.m-prob2 .tabbd-item { padding: 13px 28px; display: none; }

.m-prob2 .tabbd-item.show { display: block; }

.m-prob2 .box-desc { line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #222; }

.m-prob2 .box-desc p, .m-prob2 .box-desc span, .m-prob2 .box-desc b { line-height: 24px; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 991px) { .m-prob2 .box-tabhd { float: none; margin-bottom: 20px; margin-right: 0; width: 100%; font-size: 0; letter-spacing: 0; }
  .m-prob2 .tabhd-item { display: inline-block; *display: inline; *zoom: 1; width: 33%; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-prob2 .tabhd-item:after { display: none !important; } }

.m-repro { margin-top: 30px; }

.m-repro .box-title { background: url("../images/dajianbian.jpg") no-repeat left bottom; }

.m-repro .box-list { margin-bottom: -20px; }

.m-repro .list-item { float: left; margin-right: 3%; margin-bottom: 20px; width: 21.5%; box-shadow: 0 0 5px 2px #d4d4d4; border-radius: 5px; }

.m-repro .item-title a { display: block; padding: 0 5px; height: 34px; line-height: 34px; font-size: 12px; font-size: 1.2rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; background-color: #d0d0d0; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-repro .item-title a:hover { color: #fff; background-color: #ff8400; }

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

.m-sdctus { margin-top: 29px; }

.m-sdctus .box-title { margin-bottom: 14px; }

.m-sdctus .info-item { position: relative; padding-left: 22px; color: #666; font-size: 12px; font-size: 1.2rem; line-height: 29px; padding-left: 22px; }

.m-sdctus .info-item .iconfont { position: absolute; left: 0; top: 0; font-size: 14px; font-size: 1.4rem; color: #a1a1a1; }

.m-mnhd { margin-bottom: 23px; overflow: hidden; }

.m-mnhd .box-fix2 { float: right; margin-left: 20px; }

.m-mnhd .box-form { position: relative; width: 325px; padding-right: 38px; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; overflow: hidden; background-color: #ffffff; border: solid 1px #c6c6c6; }

.m-mnhd .box-form .form-text { width: 100%; height: 30px; padding: 0 10px; font-size: 14px; font-size: 1.4rem; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-mnhd .box-form .form-btn { position: absolute; right: 0; top: 0; width: 38px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #ff8400; }

.m-mnhd .box-title { display: inline-block; *display: inline; *zoom: 1; padding: 4px 0; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #0057a6; }

.m-mnhd .box-title a { color: #0057a6; }

.m-mnhd .box-title a:hover { color: #ff8400; }

@media screen and (max-width: 991px) { .m-mnhd .box-form { width: 160px; } }

.m-downl .list-item { margin-top: 27px; overflow: hidden; }

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

.m-downl .item-text { float: left; padding-right: 157px; width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-downl .item-title { line-height: 22px; font-size: 12px; font-size: 1.2rem; }

.m-downl .item-desc { margin-top: 5px; padding-left: 16px; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #666; }

.m-downl .item-desc a { display: block; color: #666; }

.m-downl .item-desc a:hover { color: #ff8400; }

.m-downl .item-link { float: left; margin-left: -100px; width: 100px; padding-top: 26px; }

.m-downl .item-link a { display: block; line-height: 26px; padding: 0 5px; font-size: 12px; font-size: 1.2rem; color: #fff; text-transform: uppercase; text-align: center; border-radius: 5px; background-color: #0057a6; }

.m-downl .item-link a:hover { background-color: #ff8400; }

@media screen and (max-width: 991px) { .m-downl .item-text { padding-right: 0; }
  .m-downl .item-link { margin-left: 0; padding-top: 15px; padding-left: 16px; width: 100%; max-width: 100px; } }

.m-cphistory { background: url(../images/xvshu.png) repeat-y 26px center; }

.m-cphistory .list-item,.m-cphistory li { margin-top: 19px; }

.m-cphistory .list-item:first-child,.m-cphistory li:first-child { margin-top: 0; }

.m-cphistory .item-num { float: left; margin-right: 19px; width: 46px; height: 46px; background: #f7f6f6; border: 3px solid #e9e8e8; border-radius: 50%; color: #434242; font-size: 14px; font-size: 1.4rem; text-align: center; line-height: 46px; }

.m-cphistory .item-desc { line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #434242; padding-left: 70px;}

.m-factlst { margin-bottom: -33px; }

.m-factlst .list-item { float: left; margin-right: 6.93333%; margin-bottom: 33px; width: 28.66667%; }

.m-factlst .list-item:hover .iconfont { display: block; }

.m-factlst .item-pic { position: relative; }

.m-factlst .item-pic .iconfont { position: absolute; right: 0; bottom: 0; width: 30px; line-height: 26px; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; display: none; background-color: #0057a6; }

.m-factlst .item-title { margin-top: 10px; height: 22px; line-height: 22px; padding: 0 5px; font-size: 12px; font-size: 1.2rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

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

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

@media screen and (max-width: 320px) { .m-factlst .list-item { width: 98%; } }

.m-production .box-wp { margin: 0 auto; width: 100%; max-width: 620px; }

.m-production .box-big { position: relative; float: left; width: 71.45161%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-production .box-big div { position: relative; }

.m-production .box-big .img { line-height: 0; font-size: 0; }

.m-production .box-big .title { margin-top: 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; overflow: hidden; }

.m-production .box-small { position: relative; float: right; width: 17.74194%; padding-top: 35px; padding-bottom: 35px; }

.m-production .box-btn { position: absolute; left: 0; display: block; width: 100%; height: 12px; font-size: 10px; font-size: 1rem; color: #fff; text-align: center; border-radius: 15px; background-color: #0057a6; }

.m-production .box-btn.prev { top: 0; }

.m-production .box-btn.next { bottom: 0; }

.m-production .box-list { overflow: hidden; height: 530px; }

.m-production .box-list ul li { margin-bottom: 43px; }

.m-production .list-item { position: relative; border: 1px solid transparent; }

.m-production .list-item.active { border-color: #ff8400; }

.m-production .item-title { display: none; margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-production .box-big { display: none; }
  .m-production .box-small { position: relative; width: 100%; padding: 0; }
  .m-production .box-btn { display: none; }
  .m-production .box-list { padding-left: 0; overflow: hidden; height: auto; }
  .m-production .box-list ul li { float: left; width: 31%; margin-left: 1%; margin-right: 1%; margin-bottom: 19px; }
  .m-production .list-item { border: none; }
  .m-production .list-item.active { border: none; }
  .m-production .list-item.active:before { display: none; }
  .m-production .item-title { display: block; } }

@media screen and (max-width: 480px) { .m-production .box-list ul li { width: 48%; } }

.m-sdpro { margin-top: 38px; }

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

.m-sdpro .list-item { float: left; width: 100%; margin-bottom: 30px; box-shadow: 0 0 5px 2px #d4d4d4; border-radius: 5px; }

.m-sdpro .item-title a { display: block; padding: 0 5px; height: 34px; line-height: 34px; font-size: 12px; font-size: 1.2rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; background-color: #d0d0d0; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdpro .item-title a:hover { color: #fff; background-color: #ff8400; }

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

.m-newsl .list-item { padding-top: 34px; padding-bottom: 25px; border-bottom: 1px dashed #c2c2c2; }

.m-newsl .list-item:first-child { padding-top: 0; border-top: none; }

.m-newsl .item-pic { float: left; margin-right: 18px; width: 170px; }

.m-newsl .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; text-overflow: ellipsis; white-space: nowrap; }

.m-newsl .item-desc { margin-top: 6px; height: 48px; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #4d4d4d; overflow: hidden; }

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

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

.m-newsl .item-time { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #999; padding-left: 1px; }

.m-newsl .item-link { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #999; text-align: right; }

.m-newsl .item-link a { color: #999; }

.m-newsl .item-link a:hover { color: #ff8400; }

@media screen and (max-width: 640px) { .m-newsl .item-pic { float: none; margin-right: 0; width: auto; display: inline-block; *display: inline; *zoom: 1; }
  .m-newsl .item-text { margin-top: 15px; } }

.m-news { padding-bottom: 32px; border-bottom: 1px dashed #c2c2c2; }

.m-news .box-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; text-align: center; font-weight: normal; }

.m-news .box-time { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #999; text-align: center; }

.m-news .box-desc { margin-top: 12px; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #4d4d4d; }

.m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc b { line-height: 24px; font-size: 12px; font-size: 1.2rem; }

.m-ctustext { margin-bottom: 25px; line-height: 26px; font-size: 12px; font-size: 1.2rem; }

.m-ctusinfo { float: left; margin-right: 5.4%; width: 450px; }

.m-ctusinfo .box-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #0057a6; }

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

.m-ctusinfo .info-item { position: relative; margin-top: 10px; padding-left: 23px; line-height: 24px; font-size: 12px; font-size: 1.2rem; color: #434242; }

.m-ctusinfo .info-item a { color: #434242; }

.m-ctusinfo .info-item a:hover { color: #ff8400; }

.m-ctusinfo .info-item .iconfont { position: absolute; left: 0; top: 0; color: #a1a1a1; font-size: 14px; font-size: 1.4rem; }

.m-ctusinfo .info-item:first-child { margin-top: 0; }

.m-ctusinfo .box-map { margin-top: 30px; }

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

.m-ctusform { overflow: hidden; }

.m-ctusform .box-title { line-height: 28px; font-size: 18px; font-size: 1.8rem; text-align: center; }

.m-ctusform .box-info { margin-bottom: 16px; margin-top: 1px; line-height: 24px; text-align: center; font-size: 14px; font-size: 1.4rem; }

.m-ctusform .box-form { margin-left: auto; margin-right: auto; margin-bottom: -18px; overflow: hidden; }

.m-ctusform .form-item { position: relative; float: left; margin-bottom: 18px; padding-left: 24px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-item input, .m-ctusform .form-item textarea { width: 100%; height: 36px; line-height: 34px; padding-left: 26px; padding-right: 10px; font-size: 12px; font-size: 1.2rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #c2c2c2; background-color: #fff; }

.m-ctusform .form-item input::-webkit-input-placeholder, .m-ctusform .form-item textarea::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item input:-moz-placeholder, .m-ctusform .form-item textarea:-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item input::-moz-placeholder, .m-ctusform .form-item textarea::-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item input:-ms-input-placeholder, .m-ctusform .form-item textarea:-ms-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .form-item textarea { height: 102px; line-height: 34px; }

.m-ctusform .form-item label { position: absolute; top: 100%; left: 17px; font-size: 12px; font-size: 1.2rem; line-height: 18px; color: #0057a6; }

.m-ctusform .form-item .iconfont { position: absolute; left: 28px; top: 0; line-height: 36px; font-size: 18px; font-size: 1.8rem; color: #b4b4b4; }

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

.m-ctusform .form-item-1 { width: 50%; }

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

.m-ctusform .form-item-3 { float: left; margin-right: 3.62903%; width: 43.75%; }

.m-ctusform .form-item-3 input { padding-left: 12px; }

.m-ctusform .form-item-4 { float: left; padding-left: 0; width: 19.15323%; height: 36px; line-height: 34px; text-align: center; border: 1px solid #dddddd; background-color: #fff; }

.m-ctusform .form-item-4 img { vertical-align: middle; max-width: 100%; max-height: 34px; }

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

.m-ctusform .form-item-5 input { padding: 0; font-size: 16px; font-size: 1.6rem; color: white; text-align: center; border-color: #0057a6; background-color: #0057a6; }

.m-ctusform .c-oh { overflow: inherit; }

@media screen and (max-width: 991px) { .m-ctusform .form-item { margin-right: 0; width: 100%; }
  .m-ctusform .form-item-3 { float: left; margin-right: 0; width: -moz-calc(100% - 110px); width: calc(100% - 110px); }
  .m-ctusform .form-item-4 { float: right; width: 100px; } }

.kefu { position: fixed; right: 0px; top: 200px; width: 118px; height: 132px; background: #fff; z-index: 99999999; }

.kefubiao { display: block; font-size: 14px; text-align: center; color: #0057a6; line-height: 18px; margin-top: 10px; }

.kefutu { display: block; text-align: center; margin-top: 10px; margin-bottom: 14px; }

.kefulianxi { display: block; width: 62px; border-bottom: 1px solid #dcdcdc; margin: auto; background: url(../images/s.jpg) no-repeat left top; color: #666; line-height: 18px; padding-left: 25px; padding-bottom: 5px; margin-top: 10px; }

.kefulianxi:hover { color: #ff8400; }

.kefu .close { background: none; border: none; position: absolute; right: 2px; *left: 160px; top: 5px; color: #000; z-index: 999; cursor: pointer; }

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

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1578477153176'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1578477153176#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=1578477153176') format('woff'),
  url('../fonts/iconfont.ttf?t=1578477153176') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1578477153176#iconfont') format('svg'); /* iOS 4.1- */
}

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

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

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

.icon-web3:before {
  content: "\e6fd";
}

.icon-yes:before {
  content: "\e982";
}

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

.icon-notepad:before {
  content: "\e667";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-up18:before {
  content: "\e74e";
}

.icon-left18:before {
  content: "\e750";
}

.icon-right18:before {
  content: "\e751";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

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

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

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

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

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

.icon-download8: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-delete1:before {
  content: "\e7d4";
}

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

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

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

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

.icon-bubbles:before {
  content: "\e612";
}

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

/*聚合页面*/
.title1 p { display: none; position: absolute; right: 10px; bottom: 10px; }

.title1 p span { display: block; width: 30px; height: 5px; margin-bottom: 3px; background: #fff; }

.title1 { text-align: left; padding-left: 15px; font-size: 24px; font-size: 2.4rem; line-height: 50px; position: relative; background: #0057a6; font-weight: bold; display: block; margin-bottom: 4px; text-transform: uppercase; }

.title1 a { color: #fff; }

.title2 { margin-top: 46px; }

.tags { font-size: 12px; font-size: 1.2rem; line-height: 30px; padding-top: 10px; }

.tags a { padding: 0 5px; }

.tags a:hover { color: #0057a6; }

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

.m-sdctus p.info-item a{color: #666;}
.m-sdctus p.info-item a:hover{color: #0057a6;}



.langzn_wap{display: none;}

@media screen and (max-width:999px){
.langzn_wap{display: inline-block;}
.langzn_pc{display: none;}
}


.row {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.medium-6 {
    width: 48%;    float: left;padding-right: 1%;
    padding-left: 1%;
}

.page-content-items .content-item-cell {
    padding: 0 20px 30px 85px;
    position: relative;
}
.page-content-items .content-item-icon {
    position: absolute;
    top: 5px;
    left: 0;
}
.page-content-items .content-item-description h2 {
    font-size: 16px;
	font-size:1.6rem;
    font-weight: 600;
    margin-bottom:15px;
	    color: #142d4d;
}
 .page-content-items .content-item-description p{   margin-bottom: 10px;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
 }
 .page-content-items .content-item-description a {
    color: #ef7622;
    display: inline-block;
    line-height: 1.6;
    text-decoration: underline;
}
.medium-6 .content-item-cell{ height:194px;}
@media screen and (max-width:664px){
	.medium-6 {
    width: 98%;}
	.medium-6 .content-item-cell{ height:auto;}
	}