#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(/html/themes/simplebootx/huakai/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("/html/themes/simplebootx/huakai/images/shizi.png") no-repeat center center; }

.wap-nav .addition.active { background-image: url("/html/themes/simplebootx/huakai/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: #002375; }

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

.slide .carouse{width:100%;overflow:hidden;position:relative}.slide .slideItem .banner-img{width:100%;cursor:pointer}.slide .carouse .slideItem{width:100%;position:absolute}.slide .console{height:57px;display:inline-block;width:35px;position:absolute;top:40%}.slide .dotList{text-align:center;margin-top:20px}.slide .dotList ul li{display:inline-block;width:16px;height:16px;margin-left:10px;cursor:pointer}.slide .dotList ul li.active{background-position:0 0}.slide .carousel-control{position:absolute;top:45%;width:30px;height:30px;z-index:999}.slide .carousel-control.left{left:0;background-position: 0;cursor:pointer}.slide .carousel-control.right{right:0;background-position: 0;cursor:pointer}.slide .slidedetail{display:none}.imgtoVideo img{width:100%}.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;display:inline-block}.imgtoVideo>div:hover .imgtoVideoDetail{display:block}.imgtoVideo .imgtoVideoDetail{width:100%;height:100%;position:absolute;top:0;left:0;padding:1px;display:none}.imgtoVideo .imgtoVideoDetail>div{background:rgba(0,98,197,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);width:100%;height:100%;text-align:center}.imgtoVideo .tovideo .imgtoVideoDetail{display:block}.imgtoVideo .tovideo .imgtoVideoDetail>div{background:#0c2d47;width:60px;height:60px;color:#fff;line-height:60px;vertical-align:middle;margin:0 auto;margin-top:17%}.imgtoVideo .imgtoVideoDetail .fa-search{color:#fff;font-size:25px;margin-top:21%}.contentIV{position:fixed;top:0;left:0;right:0;width:100%;height:100%;display:table;background:rgba(20,43,73,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);margin:0 auto;z-index:-999;max-width:1024px;display:none}#picturetoVideo .carouse .slideItem{display:table;height:100%}#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align:middle;text-align:center}#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}.closeContentIV{position:absolute;top:10px;right:10px;font-size:25px;color:#fff;font-weight:bold;cursor:pointer;z-index:999}
* { 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: "OpenSansRegular", arial, helvetica, sans-serif; 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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

a:hover { color: #002375; }

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 { 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: 1200px; }

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

.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: 1200px; overflow: visible; }

@media screen and (min-width: 992px) and (max-width: 1219px) { .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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; 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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; visibility: hidden; }

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

.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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; visibility: hidden; }

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

.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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; visibility: hidden; }

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

.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: #002375; -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.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: #002375; -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.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: #002375; -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

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

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

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

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

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

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

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

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

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

@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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

[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: #002375; }

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

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

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

#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 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.m-crm .box-wp { padding-top: 25px; padding-bottom: 25px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #555; border-bottom: 1px solid #e1e1e1; }

.m-crm .box-wp a { color: #555; }

.m-crm .box-wp a:hover { color: #002375; }

.m-crm .box-wp a.active { color: #002375; }

.m-oths { margin-top: 30px; padding-left: 8px; padding-right: 8px; padding-top: 12px; padding-bottom: 8px; border: solid 1px #b9b9b9; }

.m-oths .oths-item { padding-left: 28px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #888; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

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

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

.m-oths .oths-item-1 { background-image: url("/html/themes/simplebootx/huakai/images/oths1.png"); }

.m-oths .oths-item-2 { background-image: url("/html/themes/simplebootx/huakai/images/oths2.png"); }

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

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

.m-page a.big { padding-left: 10px; padding-right: 10px; width: auto; min-width: 61px; }
.m-page a.big.no:hover{border: 1px solid #e5e5e5 !important;color: #333 !important;background-color: #fff !important;}
.m-page a:hover { color: white; border-color: #002375; background-color: #002375; }

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

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

.m-page2 .page-form { margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; }

.m-page2 .form-btn { display: block; min-width: 150px; padding: 0 10px; line-height: 30px; height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #002375; -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: 0; top: 30%; }

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

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

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

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 53px; 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: #002375; }
  .m-kf .kf-item { width: 20%; line-height: 40px; font-size: 18px; font-size: 1.8rem; text-align: center; background-color: #002375; }
  .m-kf .kf-wx { bottom: 100%; left: 0; }
  .g-ft { padding-bottom: 63px; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 130px; width: 44px; height: 44px; line-height: 44px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #002375; border-radius: 50%; display: none; }

.returntop:hover { color: #fff; box-shadow: 4px 3px 15px 0px rgba(2, 29, 92, 0.77); }

@media screen and (max-width: 991px) { .returntop { right: 0; bottom: 140px; width: 36px; height: 36px; line-height: 36px; font-size: 18px; font-size: 1.8rem; } }

.g-hd { position: relative; z-index: 9; left: 0; right: 0; top: 0; background-color: #fff; }

@media screen and (max-width: 991px) { .g-hd { position: relative; } }

.m-hdlogo { float: left; padding-top: 15px; padding-bottom: 15px; display: block; line-height: 0; font-size: 0; text-align: center; }

.m-hdnav { float: left; }

.m-hdnav .nav-item { position: relative; float: left; margin-right: 0; padding-top: 45px; padding-bottom: 38px; }

.m-hdnav .nav-item > a { position: relative; display: block; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; padding-right: 20px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #333; border-radius: 20px; }

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

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fff; }

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

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

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

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

.m-hdnav .sbnav-item { position: relative; }

.m-hdnav .sbnav-item > a { position: relative; display: block; padding-top: 14px; padding-bottom: 14px; padding-left: 20px; padding-right: 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #333; text-align: left; }

.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active { color: #fff; background-color: #002375; }

@media screen and (max-width: 1219px) { .m-hdnav .sbnav-item > a { padding-top: 5px; padding-bottom: 5px; font-size: 14px; font-size: 1.4rem; } }

.m-hdsch { position: relative; float: right; z-index: 3; padding-top: 46px; padding-bottom: 35px; }

.m-hdsch .sch-btn { display: block; line-height: 40px; height: 40px; font-size: 20px; font-size: 2rem; color: #000; text-align: center; display: none; }

.m-hdsch .sch-form { position: relative; top: 0; width: 286px; padding-right: 34px; border-radius: 23px; border: solid 1px #b7b7b7; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box;margin-left: 20px; }

.m-hdsch .sch-form .form-text { width: 100%; padding-left: 16px; padding-right: 10px; height: 44px; line-height: 44px; font-size: 16px; font-size: 1.6rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; }

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

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

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

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

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { position: absolute; right: 0; top: 0; line-height: 44px; height: 44px; width: 34px; text-align: left; font-size: 20px; font-size: 2rem; color: #333; }

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

.m-hdsch .sch-form.run { visibility: visible; right: 0; opacity: 1; }

@media screen and (max-width: 1219px) { .m-hdnav .nav-item > a { padding-left: 20px; padding-right: 20px; font-size: 14px; font-size: 1.4rem; }
  .m-hdsch .sch-form { width: 200px; }
  .m-hdsch .sch-form .form-text { height: 38px; line-height: 38px; font-size: 14px; font-size: 1.4rem; }
  .m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { height: 38px; line-height: 38px; } }

@media screen and (max-width: 991px) { .g-hd { position: relative; border-top-width: 2px; }
  .m-hdnav { display: none; }
  .m-hdsch { position: absolute; left: 5px; top: 5px; margin-left: 0; padding: 0; padding-bottom: 10px; }
  .m-hdsch .sch-form { position: relative; top: 100%; right: auto !important; left: 0; display: none; background-color: #fff; }
  .m-hdsch .sch-form .form-text { height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; }
  .m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { height: 30px; line-height: 30px; }
  .m-hdsch .sch-btn { width: 30px; height: 30px; line-height: 30px; display: block; }
  .m-hdlogo { padding: 45px 0 25px; width: 100%; }
  .m-hdlogo img { max-width: 80px; } }

.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("/html/themes/simplebootx/huakai/images/shizi.png") no-repeat center center; }

.wap-nav .addition.active { background-image: url("/html/themes/simplebootx/huakai/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: #002375; }

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

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

.banner .carouse { max-height: 916px; overflow: hidden; }

.banner .slideItem { position: relative; }

.banner video { position: absolute; display: block; 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%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.banner .dotList { position: absolute; left: 0; width: 100%; bottom: 44px; display: none; }

.banner .dotList ul { text-align: center; }

.banner .dotList ul li { position: relative; margin: 0 12px; width: 18px; height: 18px; background-color: #fff; border-radius: 50%; }

.banner .dotList ul li.active { background-color: #002375; }

.banner .carousel-control { position: absolute; top: 50%; margin-top: -24px; width: 48px; height: 48px; line-height: 48px; font-size: 20px; font-size: 2rem; color: #000; text-align: center; background-color: #ffffff; background-color: rgba(255, 255, 255, 0.4); border-radius: 50%; }

.banner .carousel-control.left { left: 75px; }

.banner .carousel-control.right { right: 75px; }

.banner .carousel-control:hover { color: #fff; background-color: #002375; }

.banner.hide { display: none; }

@media screen and (max-width: 959px) { .banner { display: block; }
  .banner .dotList { display: block; bottom: 10px; }
  .banner .dotList ul li { margin: 0 5px; width: 10px; height: 10px; }
  .banner .slideItem { overflow: hidden; }
  .banner video { -o-object-position: inherit; object-position: inherit; -o-object-fit: inherit; object-fit: inherit; width: 100%; height: 100%; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); left: 0; top: 0; }
  .banner .carousel-control { display: none; }
  .banner.hide { display: block; }
  .n-banner { display: none; } }

.g-hwys { padding-top: 118px; background: url("/html/themes/simplebootx/huakai/images/hbg1.jpg") no-repeat center top; }

.g-hwys > .box-wp { padding-left: 18.75%; }

.g-hwys .box-title { line-height: 56px; font-size: 46px; font-size: 4.6rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-transform: uppercase; color: #002375; }

.g-hwys .box-title a { color: #002375; }

.g-hwys .box-title a:hover { text-shadow: 5px 5px 10px rgba(51, 51, 51, 0.3); }

.g-hwys .box-desc { margin-top: 12px; max-width: 800px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.g-hwys .box-desc a { display: block; }

.g-hwys .box-link { margin-top: 15px; }

.g-hwys .box-link a { position: relative; display: inline-block; *display: inline; *zoom: 1; min-width: 138px; padding: 5px 10px; line-height: 30px; background-color: #333; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .g-hwys { padding-top: 30px; }
  .g-hwys > .box-wp { margin: 0 auto; width: 96%; max-width: 750px; padding: 0; }
  .g-hwys .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .g-hwys .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .g-hwys .box-link a { line-height: 24px; background-color: #333; font-size: 14px; font-size: 1.4rem; } }

.m-hwys .box-fix1 {
    position: relative;
    min-height: 270px;
    padding-top: 7.4359%;
}

.m-hwys .box-titem {
    overflow: hidden;
}

.m-hwys .box-titem .item-num {
    line-height: 1;
    font-size: 72px;
    font-size: 7.2rem;
    font-family:"OPENSANSBOLD_0", arial, helvetica, sans-serif;
    color: #333;
    color: rgba(51, 51, 51, 0.1);
}
.m-hwys .box-titem .item-title {
    margin-top: -23px;
    max-height: 52px;
    line-height: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-family:"OPENSANSSEMIBOLD", arial, helvetica, sans-serif;
    overflow: hidden;
}
.m-hwys .box-titem1 .item-title a:hover, .m-hwys .box-titem2 .item-title a:hover {
    color: #333 !important;
}
.m-hwys .box-titem3 .item-title a:hover {
    color: #fff !important;
}
.m-hwys .box-titem .item-desc {
    margin-top: 8px;
    height: 210px !important;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    overflow: hidden;
}
.m-hwys .box-titem3 .item-desc {
    /* height: 205px !important; */
}
.m-hwys .box-titem .item-desc a {
    display: block;
    color: #666;
}
.m-hwys .box-titem1, .m-hwys .box-titem2 {
    float: left;
    width: 21.79487%;
    height: 325px;
}
.m-hwys .box-titem1 .item-fix, .m-hwys .box-titem2 .item-fix {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.m-hwys .box-titem2 {
    margin-right: 28.33333%;
    background-color: #ebebeb;
}
.m-hwys .box-img {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.m-hwys .box-img a {
    display: block;
    overflow: hidden;
}
.m-hwys .box-img1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56.41026%;
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
}
.m-hwys .box-img2 {
    float: left;
    margin-top: 0;
    width: 43.58974%;
}
.m-hwys .box-titem3 {
    margin-top: 55px;
    width: 33.33333%;
    height: 339px;
    background-color: #002375;
    color: #fff;
}
.m-hwys .box-titem3 a {
    color: #fff;
}
.m-hwys .box-titem3 a:hover {
    color: #fff;
}
.m-hwys .box-titem3 .item-fix {
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 27px;
    padding-bottom: 20px;
}
.m-hwys .box-titem3 .item-num {
    color: #fff;
    color: rgba(255, 255, 255, 0.1);
}
.m-hwys .box-titem3 .item-desc {
    color: #fff;
}
.m-hwys .box-titem3 .item-desc a {
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .m-hwys .box-img1 {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .m-hwys .box-titem3 {
        margin-top: 0;
    }
    .m-hwys .box-titem .item-title {
        font-size: 18px;
        font-size: 1.6rem;
    }
    .m-hwys .box-titem .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        height: 160px !important;
    }
}
@media screen and (max-width: 991px) {
    .m-hwys .box-img1 {
        position: relative;
        width: 100%;
    }
    .m-hwys .box-titem1, .m-hwys .box-titem2 {
        width: 50%;
        margin-right: 0;
    }
    .m-hwys .box-titem1 .item-fix, .m-hwys .box-titem2 .item-fix {
        padding-left: 20px;
        padding-right: 20px;
    }
    .m-hwys .box-img2 {
        width: 50%;
    }
    .m-hwys .box-titem3 {
        width: 50%;
    }
    .m-hwys .box-titem{height: auto;}
    .m-hwys .box-titem .item-desc{height: auto; min-height: 160px;}
}
@media screen and (max-width: 640px) {
    .m-hwys .box-img2 {
        width: 100%;
    }
    .m-hwys .box-titem3 {
        width: 100%;
    }
}


.m-hhd { padding-left: 10px; padding-right: 10px; text-align: center; }

.m-hhd .hd-title { line-height: 56px; font-size: 46px; font-size: 4.6rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-transform: uppercase; color: #002375; }

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

.m-hhd .hd-title a:hover { text-shadow: 5px 5px 10px rgba(51, 51, 51, 0.3); }

.m-hhd .hd-desc { margin-top: 12px; margin-left: auto; margin-right: auto; max-width: 800px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-hhd .hd-desc a { display: block; }

@media screen and (max-width: 991px) { .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-hproc { padding-top: 99px; }

.g-hproc .box-hd { margin-bottom: 52px; }

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

.m-hproc .list-item { position: relative; z-index: 2; float: left; width: 25%; }

.m-hproc .list-item:hover .item-modal { visibility: hidden; opacity: 0; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }

.m-hproc .list-item:hover .item-pic 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); }

.m-hproc .list-item:hover .item-text { visibility: visible; opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

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

.m-hproc .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.4); -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.m-hproc .item-table { display: table; width: 100%; height: 100%; table-layout: fixed; }

.m-hproc .item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

.m-hproc .item-fix { padding-left: 10px; padding-right: 10px; color: #fff; }

.m-hproc .item-fix a { color: #fff; }

.m-hproc .item-mtt { height: 34px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-align: center; font-size: 24px; font-size: 2.4rem;  }
/*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/
.m-hproc .item-link { margin-top: 34px; text-align: center; }

.m-hproc .item-link a { position: relative; display: inline-block; *display: inline; *zoom: 1; padding-bottom: 47px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-hproc .item-link .iconfont { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 32px; height: 32px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-align: center; border: 2px solid #fff; border-radius: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hproc .item-text { position: absolute; left: 0; top: 100%; width: 100%; height: 176px; padding-left: 33px; padding-right: 40px; padding-top: 37px; padding-bottom: 20px; background-color: #ededed; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); opacity: 0; visibility: hidden; }

.m-hproc .item-title { height: 34px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-hproc .item-desc { margin-top: 8px; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

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

@media screen and (max-width: 991px) { .m-hproc .item-modal { display: none; }
  .m-hproc .item-text { position: relative; top: 0; opacity: 1; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); visibility: visible; padding: 25px 15px; height: auto; }
  .m-hproc .item-title { height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-hproc .item-desc { margin-top: 10px; height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

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

.g-habt { padding-top: 200px; padding-bottom: 109px; background: url("/html/themes/simplebootx/huakai/images/hbg2.jpg") no-repeat center; }

.g-habt > .box-wp { padding-right: 19.53125%; }

@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; }
  .g-habt > .box-wp { margin: 0 auto; width: 96%; max-width: 750px; padding: 0; } }

.m-habt .box-img { float: left; margin-right: 4.88599%; width: 62.47557%; overflow: hidden; line-height: 0; font-size: 0; }

.m-habt .box-img a { display: inline-block; *display: inline; *zoom: 1; }

.m-habt .box-text { padding-top: 58px; overflow: hidden; }

.m-habt .box-title { line-height: 56px; font-size: 46px; font-size: 4.6rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-transform: uppercase;padding-left: 10px; }

.m-habt .box-desc { margin-top: 26px; height: 286px; line-height: 26px; font-size: 16px; font-size: 1.6rem; overflow: hidden;padding-left: 10px; }

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

.m-habt .box-desc p { min-height: 26px; }

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

.m-habt .box-link p { position: relative; display: inline-block; *display: inline; *zoom: 1; }

.m-habt .box-link a { position: relative; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 137px; padding: 5px 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #002375; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-habt .box-link a:hover { box-shadow: 6px 5px 0px 0px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 991px) { .m-habt .box-img { float: none; margin-right: 0; width: 100%; }
  .m-habt .box-text { padding-top: 30px; }
  .m-habt .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-habt .box-desc { margin-top: 20px; height: 144px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-desc p { min-height: 0; } }

.g-hcase { padding-top: 53px; padding-bottom: 55px; background: url("/html/themes/simplebootx/huakai/images/hbg3.jpg") no-repeat center; background-color: #333; background-size: cover; }

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

.m-hcase { position: relative; padding-right: 313px; }

.m-hcase .box-title { line-height: 56px; font-size: 46px; font-size: 4.6rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; color: #fff; }

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

.m-hcase .box-title a:hover { color: #ccc; }

.m-hcase .box-desc { margin-top: 9px; max-height: 52px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; overflow: hidden; }

.m-hcase .box-desc a { display: block; color: #fff; }

.m-hcase .box-desc a:hover { color: #ccc; }

.m-hcase .box-link { position: absolute; right: 0; top: 45px; }

.m-hcase .box-link a { position: relative; display: inline-block; *display: inline; *zoom: 1; min-width: 137px; padding: 5px 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333; text-align: center; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hcase .box-link a:hover { color: #fff; background-color: #002375; }

@media screen and (max-width: 991px) { .m-hcase { padding-right: 0; }
  .m-hcase .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-hcase .box-desc { font-size: 14px; font-size: 1.4rem; }
  .m-hcase .box-link { position: relative; margin-top: 15px; top: 0; } }

.g-hpro { padding-top: 78px; }

.g-hpro .box-hd { margin-bottom: 52px; }

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

.m-hpro { margin-bottom: -25px; }

.m-hpro .list-item { float: left; margin-right: 1.66667%; width: 23.75%; margin-bottom: 25px; }

.m-hpro .item-title { margin-top: 16px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-hpro .item-title { font-size: 14px; font-size: 1.4rem; } }

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

.g-hnews { padding-top: 103px; padding-bottom: 106px; }

.g-hnews .box-hd { margin-bottom: 37px; }

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

.m-hnews { margin-bottom: -66px; }

.m-hnews .list-item { float: left; margin-right: 2.91667%; margin-bottom: 66px; width: 31.33333%; }

.m-hnews .item-title { margin-top: 22px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; }

.m-hnews .item-time { margin-top: 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

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

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

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

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

.m-hnews .item-link a { position: relative; display: inline-block; *display: inline; *zoom: 1; min-width: 137px; padding: 5px 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #002375; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hnews .item-link a:hover { box-shadow: 6px 5px 0px 0px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 991px) { .m-hnews { margin-bottom: -30px; }
  .m-hnews .list-item { margin-bottom: 30px; }
  .m-hnews .item-desc { margin-top: 5px; height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hnews .item-title { margin-top: 10px; font-size: 14px; font-size: 1.4rem; }
  .m-hnews .item-time { margin-top: 5px; font-size: 14px; font-size: 1.4rem; }
  .m-hnews .item-link a { min-width: 120px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

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

.g-ft { margin-top: 1px; background-size: cover; background-color: #282828; }

.m-ftfix1 { padding-top: 82px; padding-bottom: 68px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #a8a8a8; overflow: hidden; }

.m-ftfix1 a { color: #a8a8a8; }

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

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

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

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

.m-ftb3 { float: none; overflow: hidden; }

.m-fttt { position: relative; margin-bottom: 37px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; color: #fff; text-transform: uppercase; }

.m-fttt a { color: #fff; }

.m-fttt a:hover { color: #002375; }

.m-ftshare { margin-top: 23px; }

.m-ftshare .share-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 30px; line-height: 40px; font-size: 30px; font-size: 3rem; }

.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-ftkey { margin-top: 14px; font-size: 0; letter-spacing: 0; margin-bottom: -10px; }

.m-ftkey .key-item { margin-right: 1%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; max-width: 30%; padding: 5px 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #a8a8a8; background-color: #141414; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftkey .key-item:hover { color: #fff; background-color: #002375; }

.m-ftfix2 { padding-top: 27px;   border-top: 1px solid #545454; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #7e7e7e; overflow: hidden; }

.m-ftfix2 a { color: #7e7e7e; }

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

.m-ftlnk { margin-top: 24px; overflow: hidden; min-height: 30px; }

.m-ftlnk .list-item { float: left; margin-right: 30px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

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

.m-fttext { position: relative; padding-right: 243px; overflow: hidden; }

.m-fttext .box-fix2 { position: absolute; right: 0; top: 0; }

.m-fttext img { vertical-align: middle; }

.m-ftinfo .info-item { position: relative; word-break: break-word; padding-left: 32px; line-height: 36px; }

.m-ftinfo .info-item .iconfont { position: absolute; left: 0; color: #666; }

.m-ftaddr { position: relative; padding-left: 34px; line-height: 24px; }

.m-ftaddr .iconfont { position: absolute; left: 0; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 991px) { .g-ft { background: #333; }
  .m-ftlnk, .m-ftb1, .m-ftb2, .m-ftkey, .m-ftaddr, .m-fttt { display: none; }
  .m-ftb3 { float: none; width: 100%; text-align: center; }
  .m-ftfix1 { padding: 0; border: none; background: none; line-height: 30px; font-size: 14px; font-size: 1.4rem; }
  .m-ftfix2 { margin-top: 15px; padding-top: 15px; }
  .g-ft { padding: 30px 0; }
  .m-ftshare { margin-top: 0; text-align: center; }
  .m-ftshare .share-item { margin-right: 10px; float: none; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 22px; font-size: 2.2rem; }
  .m-ftshare .share-item:last-child { margin-right: 0; }
  .m-fttext { padding-right: 0; text-align: center; font-size: 14px; font-size: 1.4rem; }
  .m-fttext .box-fix2 { position: relative; }
  .m-fttext .box-fix1, .m-fttext .box-fix2 { display: inline; } }

.g-wp { padding-top: 60px; padding-bottom: 100px; }

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

.g-bd { overflow: hidden; }

.g-bd1 { background: url("/html/themes/simplebootx/huakai/images/nbg1.png") no-repeat right top; }

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

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

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

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

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

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

.m-sdnav1 .nav-name { display: block; padding: 27px 10px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; color: #fff; text-align: center; text-transform: uppercase; background-color: #002375; }

.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: #002375; -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: 9px; padding: 10px 6px; background-color: #26221e; color: #fff; }

.m-sdnav1 .nav-item { border-bottom: solid 1px #959595; }

.m-sdnav1 .nav-item > a { position: relative; display: block; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.m-sdnav1 .nav-item > a:hover { color: #fff; background-color: #002375; border-color: #002375; }

.m-sdnav1 .nav-item > a.active { color: #fff; background-color: #002375; border-color: #002375; }

.m-sdnav1 .nav-item:first-child { margin-top: 0; }

.m-sdnav1 .nav-item:last-child { border-bottom: none; }

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

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

.m-sdnav1 .sbnav-list1 { padding-top: 17px; padding-bottom: 23px; padding-left: 28px; padding-right: 10px; }

.m-sdnav1 .sbnav-list2 { padding-top: 10px; padding-left: 28px; padding-bottom: 0; }

.m-sdnav1 .sbnav-item { margin-top: 24px; }

.m-sdnav1 .sbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #b9b9b9; }

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

.m-sdnav1 .sbnav-item:first-child { margin-top: 0; }

.m-sdnav1 .sbnav-item2 > a { font-size: 14px; font-size: 1.4rem; }

@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 { display: block; padding-left: 10px; padding-right: 10px; padding-top: 7px; padding-bottom: 7px; line-height: 30px; font-size: 20px; font-size: 2rem; text-align: center; color: #fff; text-transform: uppercase; background-color: #002375; }

@media screen and (max-width: 991px) { .m-sdname { padding-top: 5px; padding-bottom: 5px; line-height: 26px; font-size: 18px; font-size: 1.8rem; } }

.m-sdtag { margin-top: 54px; }

.m-sdtag .box-list { padding-top: 10px; }

.m-sdtag .box-list a { margin-right: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.m-sdtag .box-list a:hover { color: #002375; }

.m-sdtag .list-item { padding-top: 20px; padding-bottom: 20px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; border-bottom: 2px solid #a9a9a9; }

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

.m-sdtag .list-item a:hover { color: #002375; }

@media screen and (max-width: 991px) { .m-sdtag { margin-top: 30px; }
  .m-sdtag .list-item { padding-top: 5px; padding-bottom: 5px; font-size: 14px; font-size: 1.4rem; } }

.m-classtext { margin-bottom: 67px; }

.m-classtext .box-title { margin-bottom: 22px; }

.m-classtext .box-title p { display: inline-block; *display: inline; *zoom: 1; padding: 7px 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #002375; border: 1px solid #002375; }

.m-classtext .box-desc { line-height: 28px; font-size: 16px; font-size: 1.6rem; }

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

.m-prol { margin-bottom: -44px; }

.m-prol .list-item { float: left; margin-right: 2.09302%; margin-bottom: 44px; width: 31.86047%; }

.m-prol .list-item:hover .item-text { color: #fff; background-color: #002375; }

.m-prol .list-item:hover .item-text a { color: #fff; }

.m-prol .item-text { padding-left: 9px; padding-right: 5px; padding-bottom: 12px; -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.m-prol .item-title { padding-top: 13px; padding-bottom: 11px; padding-left: 6px; padding-right: 6px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #cacaca; }

.m-prol .item-desc { padding-left: 6px; padding-right: 5px; padding-top: 13px; height: 44px; line-height: 22px; font-size: 14px; font-size: 1.4rem; color: #666; overflow: hidden; }

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

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

.m-prol .item-link { padding-left: 6px; padding-right: 6px; padding-top: 13px; }

.m-prol .item-link a { margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #002375; text-decoration: underline; }

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

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

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

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

.m-prob1 .prob-pic-big { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; 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: 18px; padding-left: 25px; padding-right: 25px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 0; display: block; width: 24px; height: 100%; font-size: 20px; font-size: 2rem; color: #333; color: rgba(51, 51, 51, 0.5); }

.m-prob1 .prob-pic-btn .iconfont { position: absolute; right: 0; left: 0; top: 50%; margin-top: -15px; line-height: 40px; text-align: center; }

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

.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.27907%; width: 2.27907%; }

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

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

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

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

.m-prob1 .prob-info-title { position: relative; padding-bottom: 22px; font-size: 22px; font-size: 2.2rem; font-weight: normal; border-bottom: 1px solid #acacac; }

.m-prob1 .prob-info-desc { margin-top: 36px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

.m-prob1 .prob-share { margin-top: 35px; 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: 38px; margin-bottom: -12px; overflow: hidden; font-size: 0; letter-spacing: 0; }

.m-prob1 .prob-info-link a { margin-bottom: 12px; float: none; display: inline-block; padding: 5px 10px; min-width: 160px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #002375; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #002375; }

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

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

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; }
  .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; }
  .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-prott { margin-bottom: 33px; position: relative; padding-bottom: 19px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; color: #002375; text-transform: uppercase; border-bottom: 1px solid #959595; }

.m-prott a { color: #002375; }

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

.m-prott:before { content: ""; position: absolute; left: 0; bottom: -3px; width: 155px; height: 4px; background-color: #002375; }

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

.m-probd { margin-top: 46px; }

.m-probd .box-desc { color: #555; }

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

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

.m-abtb1 { overflow: hidden; }

.m-abtb1 .box-img { position: relative; float: right; margin-right: 12px; margin-left: 46px; margin-bottom: 12px; width: 52.75%; }

.m-abtb1 .box-img p { position: relative; line-height: 0; font-size: 0; }

.m-abtb1 .box-img:before { content: ""; position: absolute; left: 12px; top: 12px; width: 100%; height: 100%; background-color: #002375; }

.m-abtb1 .box-title { position: relative; margin-bottom: 32px; padding-bottom: 22px; line-height: 45px; font-size: 42px; font-size: 4.2rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-transform: uppercase; color: #002375; max-width: 290px; }

.m-abtb1 .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 160px; height: 4px; background-color: #002375; }

.m-abtb1 .box-desc { line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

.m-abtb1 .box-desc p { min-height: 28px; }

@media screen and (max-width: 991px) { .m-abtb1 .box-img { float: none; margin: 0; width: 100%; width: 84.4%; }
  .m-abtb1 .box-text { padding-top: 30px; }
  .m-abtb1 .box-title { margin-bottom: 20px; line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb1 .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; }
  .m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-desc p { min-height: 10px; } }

.m-abtb2 { margin-top: 32px; font-size: 0; letter-spacing: 0; }

.m-abtb2 .box-item { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 4.66667%; width: 21.5%; padding-top: 67px; }

.m-abtb2 .item-icon { position: absolute; right: 0; left: 0; top: 0; margin: 0 auto; width: 133px; border-radius: 50%; background-color: #002375; }

.m-abtb2 .item-text { padding-left: 20px; padding-right: 20px; padding-top: 87px; padding-bottom: 20px; min-height: 185px; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f2f2f2; }

.m-abtb2 .item-title { line-height: 26px; font-size: 18px; font-size: 1.8rem; text-align: center; }

@media screen and (max-width: 991px) { .m-abtb2 { margin-top: 30px; }
  .m-abtb2 .box-item { padding-top: 50px; }
  .m-abtb2 .item-text { padding-top: 55px; min-height: 127px; }
  .m-abtb2 .item-icon { width: 98px; }
  .m-abtb2 .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-abtb2 .box-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 15px; width: 48%; } }

@media screen and (max-width: 375px) { .m-abtb2 .box-item { width: 98%; } }

.m-abtb3 { margin-top: 90px; padding-bottom: 75px; background: url("/html/themes/simplebootx/huakai/images/abtbg1.jpg") no-repeat center bottom; }

.m-abtb3 .box-fix1 { float: right; margin-left: 40px; width: 400px; }

.m-abtb3 .box-fix2 { overflow: hidden; }

.m-abtb3 .box-title { position: relative; padding-bottom: 16px; line-height: 36px; font-size: 28px; font-size: 2.8rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; text-transform: uppercase; color: #002375; text-align: right; }

.m-abtb3 .box-title:before { content: ""; position: absolute; right: 0; bottom: 0; width: 160px; height: 4px; background-color: #002375; }

.m-abtb3 .box-text { position: relative; margin-left: 18px; margin-top: 21px; }

.m-abtb3 .box-text:before { content: ""; position: absolute; left: -21px; top: -18px; width: 100%; height: 100%; background-color: #002375; }

.m-abtb3 .box-desc { position: relative; padding-left: 30px; padding-right: 30px; padding-top: 43px; padding-bottom: 27px; line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; background: url("/html/themes/simplebootx/huakai/images/abtbg2.jpg") no-repeat center; background-color: #fff; background-size: cover; }

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

.m-abtb3 .box-desc p { min-height: 28px; }

.m-abtb3 .box-link { margin-top: 43px; }

.m-abtb3 .box-link a { display: inline-block; *display: inline; *zoom: 1; min-width: 215px; padding: 15px 10px; line-height: 36px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; border-radius: 5px; background-color: #002375; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtb3 .box-link span { margin-right: 10px; }

@media screen and (max-width: 991px) { .m-abtb3 { margin-top: 30px; padding-bottom: 0; background: none; }
  .m-abtb3 .box-fix1 { float: none; margin-left: 0; width: 100%; }
  .m-abtb3 .box-title { margin-bottom: 30px; text-align: left; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-abtb3 .box-title:before { right: auto; left: 0; }
  .m-abtb3 .box-text { margin-left: 0; margin-top: 0; }
  .m-abtb3 .box-desc { padding: 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb3 .box-desc p, .m-abtb3 .box-desc span, .m-abtb3 .box-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb3 .box-desc p { min-height: 10px; }
  .m-abtb3 .box-link { margin-top: 30px; }
  .m-abtb3 .box-link a { min-width: 170px; padding: 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; } }

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

.m-abtb4 .box-list { width: 1000%; overflow: hidden; }

.m-abtb4 .list-wp { float: left; width: 10%; }

.m-abtb4 .list-item { position: relative; float: left; margin-right: 1.5%; margin-bottom: 50px; width: 32.33333%; }

.m-abtb4 .list-item:hover .item-top:before { opacity: 1; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); visibility: visible; }

.m-abtb4 .list-item:hover .item-title .iconfont { background-color: #002375; }

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

.m-abtb4 .item-top { position: relative; }

.m-abtb4 .item-top:before { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 35, 117, 0.6); opacity: 0; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); visibility: hidden; -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.m-abtb4 .item-title { position: relative; height: 46px; padding-right: 56px; line-height: 46px; font-size: 16px; font-size: 1.6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-abtb4 .item-title .iconfont { position: absolute; right: 0; top: 0; width: 46px; height: 46px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #002375; background-color: rgba(0, 35, 117, 0.5); -webkit-transition: all 565ms; -o-transition: all 565ms; -moz-transition: all 565ms; transition: all 565ms; }

.m-abtb4 .box-page { font-size: 0; letter-spacing: 0; text-align: center; }

.m-abtb4 .page-item { margin: 0 7px; display: inline-block; *display: inline; *zoom: 1; width: 15px; height: 15px; border-radius: 50%; background-color: #fff; background-color: rgba(0, 35, 117, 0.6); }

.m-abtb4 .page-item.active { background-color: #002375; }

@media screen and (max-width: 991px) { .m-abtb4 { margin-top: 30px; }
  .m-abtb4 .list-item { margin-bottom: 30px; }
  .m-abtb4 .item-title { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb4 .item-title .iconfont { width: 36px; height: 36px; }
  .m-abtb4 .page-item { margin: 0 5px; width: 10px; height: 10px; } }

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

.m-abtb5 { margin-top: 54px; }

.m-abtb5 .box-fix { margin-bottom: 21px; padding-left: 34px; padding-right: 34px; padding-top: 22px; padding-bottom: 22px; background-color: #002375; }

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

.m-abtb5 .box-text > img { float: left; margin-right: 16px; }

.m-abtb5 .box-title { line-height: 36px; font-size: 24px; font-size: 2.4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; color: #fff; }

.m-abtb5 .box-desc { line-height: 36px; font-size: 18px; font-size: 1.8rem; color: #fff; }

.m-abtb5 .box-list { margin-bottom: -17px; }

.m-abtb5 .list-item { float: left; margin-bottom: 17px; }

.m-abtb5 .list-item1 { width: 100%; }

.m-abtb5 .list-item2 { margin-right: 1.66667%; width: 49%; }

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

.m-video .box-fix { position: relative; float: right; margin-left: 5.83333%; width: 48.66667%; padding: 12px; }

.m-video .box-fix:before { content: ""; position: absolute; left: 0; top: 0; width: 154px; height: 154px; border-left: 3px solid #090404; border-top: 3px solid #090404; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-video .box-fix:after { content: ""; position: absolute; right: 0; bottom: 0; width: 154px; height: 154px; border-right: 3px solid #090404; border-bottom: 3px solid #090404; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-video .box-video { position: relative; padding-top: 69.00685%; line-height: 0; font-size: 0; overflow: hidden; }

.m-video .box-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-video .box-text { padding-top: 25px; }

.m-video .box-title { line-height: 50px; font-size: 40px; font-size: 4rem; font-family: "OPENSANSBOLD_0", arial, helvetica, sans-serif; color: #090404; text-transform: uppercase; }

.m-video .box-title span { color: #002375; }

.m-video .box-desc { margin-top: 30px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #090404; }

.m-video .box-link { margin-top: 36px; }

.m-video .box-link a { display: inline-block; *display: inline; *zoom: 1; min-width: 148px; padding: 5px 10px; line-height: 32px; font-size: 16px; font-size: 1.6rem; text-align: center; border: 1px solid #090404; border-radius: 22px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-video .box-link a:hover { color: #fff; background-color: #002375; }

@media screen and (max-width: 991px) { .m-video .box-fix { float: none; width: 100%; max-width: 608px; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-video .box-text { padding-top: 30px; }
  .m-video .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-video .box-desc { margin-top: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-video .box-link { margin-top: 20px; }
  .m-video .box-link a { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-videol1 { margin-top: 52px; margin-bottom: -47px; overflow: hidden; }

.m-videol1 .list-item { float: left; margin-right: 2%; margin-bottom: 47px; width: 32%; background-color: #ededed; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-videol1 .item-video { position: relative; padding-top: 69.27083%; line-height: 0; font-size: 0; overflow: hidden; }

.m-videol1 .item-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-videol1 .item-font { margin-top: 10px; padding-left: 70px; padding-right: 30px; padding-bottom: 12px; background: url("/html/themes/simplebootx/huakai/images/videoicon1.png") no-repeat 18px 5px; }

.m-videol1 .item-title { height: 48px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 991px) { .m-videol1 { margin-bottom: -25px; margin-top: 30px; }
  .m-videol1 .list-item { margin-bottom: 25px; }
  .m-videol1 .item-title { font-size: 14px; font-size: 1.4rem; } }

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

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

.m-showinfo { margin-top: 52px; margin-bottom: -47px; overflow: hidden; }

.m-showinfo .list-item { float: left; margin-right: 2%; margin-bottom: 47px; width: 32%; background-color: #ededed; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-showinfo .item-font { margin-top: 9px; padding-left: 24px; padding-right: 24px; padding-bottom: 10px; }

.m-showinfo .item-title { height: 48px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #333; }

@media screen and (max-width: 991px) { .m-showinfo { margin-bottom: -25px; margin-top: 30px; }
  .m-showinfo .list-item { margin-bottom: 25px; }
  .m-showinfo .item-title { font-size: 14px; font-size: 1.4rem; } }

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

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

.m-cpimg .box-title { margin-bottom: 72px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family: "OPENSANSSEMIBOLD", arial, helvetica, sans-serif; text-align: center; }

.m-cpimg .box-wp { position: relative; margin: 0 auto; padding: 0 61px; width: 100%; max-width: 986px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-cpimg .box-big { position: relative; margin: 0 auto; padding: 10px; background-color: #fff; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); -moz-box-sizing: border-box; box-sizing: border-box; }

.m-cpimg .box-big div { position: relative; overflow: hidden; }

.m-cpimg .box-big .img { line-height: 0; font-size: 0; text-align: center; }

.m-cpimg .box-big .title { position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; line-height: 40px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -moz-box-sizing: border-box; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.5); background-color: #000 \9; }

.m-cpimg .box-small { margin-top: 12px; margin-left: auto; margin-right: auto; }

.m-cpimg .box-btn { position: absolute; top: 50%; margin-top: -90px; display: block; width: 24px; height: 46px; line-height: 46px; font-size: 40px; font-size: 4rem; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }

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

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

.m-cpimg .box-list { padding-top: 8px; overflow: hidden; }

.m-cpimg .box-list ul { width: 1000%; }

.m-cpimg .box-list ul li { float: left; margin-right: 0.23095%; width: 2.30947%; }

.m-cpimg .list-item { position: relative; border: 3px solid transparent; }

.m-cpimg .list-item.active { border-color: #002375; }

.m-cpimg .list-item.active:before { content: ""; position: absolute; bottom: 100%; left: 50%; margin-left: -7px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 8px solid #002375; }

@media screen and (max-width: 991px) { .m-cpimg .box-title { margin-bottom: 30px; font-size: 24px; font-size: 2.4rem; line-height: 34px; }
  .m-cpimg .box-big { padding: 5px; }
  .m-cpimg .box-big .title { font-size: 14px; font-size: 1.4rem; }
  .m-cpimg .box-wp { padding: 0 35px; }
  .m-cpimg .box-small { margin-top: 10px; }
  .m-cpimg .box-list ul li { margin-right: .2%; width: 3.2333%; }
  .m-cpimg .box-btn { margin-top: -12px; width: 13px; height: 24px; line-height: 24px; font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 480px) { .m-cpimg .box-list ul li { margin-right: .2%; width: 4.8%; } }

.m-solutionlst .list-item { margin-top: 33px; background: #ebebeb; }

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

.m-solutionlst .item-pic { float: left; width: 570px; }

.m-solutionlst .item-fix { padding-left: 25px; padding-right: 25px; padding-top: 51px; padding-bottom: 20px; overflow: hidden; }

.m-solutionlst .item-title { height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; text-overflow: ellipsis; white-space: nowrap; }

.m-solutionlst .item-desc { margin-top: 13px; height: 120px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-solutionlst .item-link { margin-top: 30px; }

.m-solutionlst .item-link a { display: inline-block; *display: inline; *zoom: 1; padding: 10px; min-width: 165px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #002375; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #002375; }

.m-solutionlst .item-link a:hover { color: #fff; background-color: #002375; }

@media screen and (max-width: 991px) { .m-solutionlst .list-item { margin-top: 30px; padding: 20px 15px; }
  .m-solutionlst .item-pic { float: none; width: 100%; }
  .m-solutionlst .item-fix { padding: 0; padding-top: 20px; }
  .m-solutionlst .item-title { height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-solutionlst .item-desc { margin-top: 15px; height: auto; max-height: 96px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-solutionlst .item-link { margin-top: 20px; }
  .m-solutionlst .item-link a { padding: 5px 10px; font-size: 14px; font-size: 1.4rem; } }

.m-news .box-title { font-size: 24px; font-size: 2.4rem; font-weight: normal; }

.m-news .box-info { margin-top: 25px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

.m-news .box-time { margin-right: 16px; }

.m-news .share-title { float: left; margin-right: 5px; color: #333; }

.m-news .share-img { float: left; height: 26px; }

.m-news .box-desc { margin-top: 39px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

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



.m-servlst .list-item { position: relative; margin-top: 31px; padding-right: 110px; padding-bottom: 21px; border-bottom: 1px dashed #b7b7b7; }

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

.m-servlst .item-title { height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-servlst .item-time { position: absolute; right: 0; top: 0; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #888; }

@media screen and (max-width: 991px) { .m-servlst .item-title { font-size: 14px; font-size: 1.4rem; }
  .m-servlst .item-time { font-size: 14px; font-size: 1.4rem; } }

.m-service .box-title { padding-bottom: 21px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-weight: normal; border-bottom: 1px dashed #b7b7b7; }

.m-service .box-desc { margin-top: 39px; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

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

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

.m-ctusb1 { background-color: #e5e5e5; border-radius: 10px; overflow: hidden; }

@media screen and (max-width: 991px) { .m-ctusb1 { padding: 30px 0; } }

.m-ctusinfo { float: left; width: 38.75%; height: 603px; background: url("/html/themes/simplebootx/huakai/images/ctusbg1.png") no-repeat center; }

.m-ctusinfo .box-wp { margin-left: auto; margin-right: auto; padding-top: 85px; width: 90%; max-width: 340px; color: #fff; }

.m-ctusinfo .box-wp a { color: #fff; }

.m-ctusinfo .box-wp a:hover { text-decoration: underline; }

.m-ctusinfo .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.m-ctusinfo .box-info { margin-top: 47px; line-height: 36px; font-size: 16px; font-size: 1.6rem; }

.m-ctusinfo .info-item { position: relative; padding-left: 40px; word-break: break-word; }

.m-ctusinfo .info-item .iconfont { position: absolute; left: 0; font-size: 16px; font-size: 1.6rem; }

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

@media screen and (max-width: 991px) { .m-ctusinfo { float: none; margin-left: auto; margin-right: auto; width: 95%; max-width: 538px; border-radius: 10px; overflow: hidden; } }

@media screen and (max-width: 767px) { .m-ctusinfo { height: auto; padding: 50px 0; }
  .m-ctusinfo .box-wp { padding-top: 0; }
  .m-ctusinfo .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-ctusinfo .box-info { margin-top: 25px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusinfo .info-item { margin-top: 15px; }
  .m-ctusinfo .infoitem-desc { padding-left: 25px; background-position: left 3px; } }

.m-ctusform { padding-top: 21px; padding-left: 86px; padding-right: 84px; overflow: hidden; }

.m-ctusform .box-title { margin-bottom: 18px; font-size: 24px; font-size: 2.4rem; color: #002375; text-transform: uppercase; }

.m-ctusform .box-form { margin-bottom: -20px; overflow: hidden; }

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

.m-ctusform .form-item.important { background: url("/html/themes/simplebootx/huakai/images/star1.png") no-repeat left 13px; }

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

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

.m-ctusform .form-item-3 { margin-right: 3.53982%; width: 30.0885%; }

.m-ctusform .form-item-4 { width: 20.88496%; height: 36px; padding-left: 0; line-height: 34px; text-align: center; background-color: transparent; border-radius: 0; background-color: #fff; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ccc; }

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

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

.m-ctusform .item-btn1 { width: 100%; height: 36px; padding-left: 0; line-height: 36px; color: #ffffff; font-size: 14px; font-size: 1.4rem; text-align: center; text-transform: uppercase; background-color: #002375; }

.m-ctusform .item-text { width: 100%; height: 36px; line-height: 34px; padding-left: 14px; padding-right: 14px; font-size: 12px; font-size: 1.2rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ccc; background-color: #fff; }

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

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

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

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

.m-ctusform .item-text2 { height: 212px; line-height: 34px; }

@media screen and (max-width: 1219px) { .m-ctusform { padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 991px) { .m-ctusform { padding-top: 35px; }
  .m-ctusform .box-title { margin-bottom: 25px; font-size: 18px; font-size: 1.8rem; } }

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

.m-ctusmap { margin-top: 50px; line-height: 0; font-size: 0; }

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

@font-face {
  font-family: 'OpenSansRegular';
  src: url('/html/themes/simplebootx/huakai/fonts/OpenSansRegular.eot');
  src: url('/html/themes/simplebootx/huakai/fonts/OpenSansRegular.eot') format('embedded-opentype'),
       url('/html/themes/simplebootx/huakai/fonts/OpenSansRegular.woff2') format('woff2'),
       url('/html/themes/simplebootx/huakai/fonts/OpenSansRegular.woff') format('woff'),
       url('/html/themes/simplebootx/huakai/fonts/OpenSansRegular.ttf') format('truetype'),
       url('/html/themes/simplebootx/huakai/fonts/OpenSansRegular.svg') format('svg');
}

@font-face {
  font-family: 'OPENSANSBOLD_0';
  src: url('/html/themes/simplebootx/huakai/fonts/OPENSANSBOLD_0.eot');
  src: url('/html/themes/simplebootx/huakai/fonts/OPENSANSBOLD_0.eot') format('embedded-opentype'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSBOLD_0.woff2') format('woff2'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSBOLD_0.woff') format('woff'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSBOLD_0.ttf') format('truetype'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSBOLD_0.svg') format('svg');
}

@font-face {
  font-family: 'OPENSANSSEMIBOLD';
  src: url('/html/themes/simplebootx/huakai/fonts/OPENSANSSEMIBOLD.eot');
  src: url('/html/themes/simplebootx/huakai/fonts/OPENSANSSEMIBOLD.eot') format('embedded-opentype'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSSEMIBOLD.woff2') format('woff2'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSSEMIBOLD.woff') format('woff'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSSEMIBOLD.ttf') format('truetype'),
       url('/html/themes/simplebootx/huakai/fonts/OPENSANSSEMIBOLD.svg') format('svg');
}



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

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

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

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

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

.icon-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-up25:before {
  content: "\e785";
}

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

.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";
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #002375;cursor: pointer;  border:1px solid #002375; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#002375 solid 1px; background:#002375; 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;}

.m-tag { margin-top: 29px; padding-left: 23px; padding-right: 23px; padding-bottom: 18px; background-color: #f6f6f6; font-size: 0; letter-spacing: 0; }

.m-tag .tag-item { margin-right: 30px; margin-top: 15px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-tag .tag-item:hover { color: #002375; }
.m-ctusmap iframe {max-width: 100% !important;}

@media screen and (max-width: 1642px){
.m-habt .box-text{padding-top: 0px;}
.g-habt > .box-wp{padding-right: 5%;}
}

@media screen and (max-width: 970px){
.g-bd1{background: none;}
}

@media screen and (max-width: 1642px) {
    .m-habt .box-text {
        padding-top: 0px;
    }
    .g-habt > .box-wp {
        padding-right: 5%;
    }
}
@media screen and (max-width: 970px) {
    .g-bd1 {
        background: none;
    }
}
.m-down .list-item { margin-top: 44px; padding-left: 19px; padding-right: 30px; padding-top: 28px; padding-bottom: 18px; background-color: #efefef; overflow: hidden; }

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

.m-down .item-pic { float: left; display: block; width: 164px; }

.m-down .item-font { float: left; margin-left: -164px; width: 100%; }

.m-down .item-font-box { margin-left: 217px; margin-right: 208px; }

.m-down .item-title { margin-top: 8px; height: 28px; line-height: 16px; font-size: 18px; font-size: 1.8rem; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; color: #002375; }

.m-down .item-title a { color: #002375; }

.m-down .item-title a:hover { text-decoration: underline; }

.m-down .item-desc { margin-top: 6px; }

.m-down .item-desc a { height: 105px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #333; overflow: hidden; }

.m-down .item-desc a:hover { color: #002375; }

.m-down .item-link { position: relative; float: right; margin-top: 38px; margin-left: -140px; display: block; width: 140px; padding: 5px 10px; line-height: 28px; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-align: center; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #002375; border: 1px solid #002375; border-radius: 5px; }

.m-down .item-link .iconfont { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 6px; font-size: 0.6rem; background: url("/html/themes/simplebootx/huakai/images/downicon1.png") no-repeat center; border-radius: 50%; }

.m-down .item-link span { margin-right: 5px; vertical-align: middle; }

.m-down .item-link:hover { color: #fff; background-color: #76b900; border-color: #76b900; }

@media screen and (max-width: 991px) { .m-down .list-item { margin-top: 20px; padding: 25px 10px; }
  .m-down .item-pic { float: none; }
  .m-down .item-font { float: none; margin-top: 15px; margin-left: 0; }
  .m-down .item-font-box { margin: 0; }
  .m-down .item-title { font-size: 14px; font-size: 1.4rem; }
  .m-down .item-desc { margin-top: 10px; }
  .m-down .item-desc a { font-size: 14px; font-size: 1.4rem; }
  .m-down .item-link { float: none; margin-top: 10px; margin-left: 0; } }


.g-hwys .box-desc a,.m-hwys .box-titem .item-desc a,.m-hproc .item-desc,.m-habt .box-desc p,.m-hcase .box-desc a,.m-hnews .item-desc{text-indent: 2em}



.m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b,.m-abtb1 .box-desc p,.m-news .box-desc p,.m-service .box-desc p,.m-down .item-desc a,.m-ctusinfo .box-desc{text-indent: 2em}


.m-service .box-desc p img,.m-news .box-desc p img{text-indent: 0em;display: block;}


body{font-family:"Microsoft Yahei","Î¢ÈíÑÅºÚ"!important;}
body a{font-family:"Microsoft Yahei","Î¢ÈíÑÅºÚ"!important;}
body p{font-family:"Microsoft Yahei","Î¢ÈíÑÅºÚ"!important;}
body div{font-family:"Microsoft Yahei","Î¢ÈíÑÅºÚ"!important;}


@media screen and (max-width: 1200px) { 
  .m-ctusmap{width:100%;overflow:scroll;}
}


.gq{
    margin-top: 35px;
    display: block;
    float: right;
    margin-left: 21px;
  }
@media screen and (max-width: 1100px){
  .gq{
     margin-top:0px;
    display: block;
    float: right;
    margin-left: 21px;
  }
}