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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


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


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



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

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

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

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

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

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; background-color: #4491d9; }
  .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: #4491d9; } }

.m-mobilenav { display: none; }

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

.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.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: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.slide .dotList ul li.active{
	 background-position:0px 0px;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.slide .carousel-control.left{
	left:0;
	background-position:-38px 0px;
	cursor:pointer;
}
.slide .carousel-control.right{
	right:0;
	background-position:-85px 0px;
	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;
}
::-moz-selection { color: #fff; background: #4491d9; }

::selection { color: #fff; background: #4491d9; }

* { 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: 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 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #4491d9; }

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

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

.c-pr { position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { -webkit-box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); 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% { -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { -webkit-box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc a { color: #4491d9; }

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

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

.m-desc p { min-height: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-crm { padding-top: 5.57292%; padding-bottom: 6.92708%; background: url("../images/crmbg1.jpg") no-repeat center; background-size: cover; text-align: center; }

.m-crm .box-title { position: relative; padding-bottom: 23px; line-height: 80px; font-size: 70px; font-size: 7rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; color: #fff; text-transform: uppercase; }

.m-crm .box-title:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; width: 120px; height: 4px; background-color: #ffffff; }

.m-crm .box-desc { margin-top: 31px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-weight: bold; color: #fff; }

.m-crm .box-desc a { color: #fff; }

.m-crm .box-desc a:hover { color: #333; }

.m-crm .box-desc a.active { color: #333; }

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

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

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

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

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

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

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

.m-page a.big { min-width: 70px; }

.m-page a:hover { color: white; border-color: #4491d9; background-color: #4491d9; }

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

.m-page2 { position: relative; }

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

.m-page2 .form-btn { display: inline-block; *display: inline; *zoom: 1; min-width: 102px; height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #4491d9; }

@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; line-height: 0; font-size: 0; width: 70px; line-height: 70px; margin-bottom: 1px; font-size: 30px; font-size: 3rem; color: #fff; text-align: center; background-color: #bfbfbf; -webkit-border-radius: 5px; border-radius: 5px; }

.m-kf .kf-item:hover { color: #fff; background-color: #4491d9; }

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

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

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

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

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; width: 64px; height: 64px; line-height: 64px; font-size: 34px; font-size: 3.4rem; color: #fff; text-align: center; background-color: #333; -webkit-border-radius: 50%; border-radius: 50%; display: none; }

.returntop:hover { color: #fff; background-color: #4491d9; }

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

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

.banner .slideItem { position: relative; overflow: hidden; }

.banner .slideItem 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; right: 0; bottom: 17px; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .dotList ul li { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 13px; height: 13px; background-color: #4491d9; -webkit-border-radius: 50%; border-radius: 50%; }

.banner .dotList ul li.active { -webkit-box-shadow: 0 0 0 2px #fff; box-shadow: 0 0 0 2px #fff; }

.banner .carousel-control { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 26px; font-size: 2.6rem; color: #333; background-color: #fff; -webkit-border-radius: 50%; border-radius: 50%; }

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

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

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

.banner.hide { display: none; }

@media screen and (max-width: 991px) { .banner { display: block; }
  .banner.hide { display: block; }
  .banner.n-banner { display: none; }
  .banner .carousel-control { display: none; }
  .banner .dotList { bottom: 15px; }
  .banner .dotList ul li { width: 10px; height: 10px; } }

.c-hbg1 { background: url("../images/hbg1.jpg") no-repeat center top; }

.m-hhd1 { margin-bottom: 61px; }

.m-hhd1 .hd-num { line-height: 50px; font-size: 40px; font-size: 4rem; color: #4491d9; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

.m-hhd1 .hd-num:before { content: ""; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 111px; height: 3px; background-color: #4491d9; }

.m-hhd1 .hd-title { position: relative; margin-top: 9px; padding-left: 87px; display: inline-block; *display: inline; *zoom: 1; }

.m-hhd1 .hd-title a { position: relative; display: inline-block; *display: inline; *zoom: 1; line-height: 76px; font-size: 66px; font-size: 6.6rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

.m-hhd1 .hd-title:before { content: ""; position: absolute; right: 0; top: 0; width: 56px; height: 56px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #4491d9; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hhd1 .hd-title:hover { color: #4491d9; }

.m-hhd1 .hd-title:hover:before { background-color: #fff; }

.m-hhd1 .hd-desc { margin-top: 17px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

.m-hhd1 .hd-desc a:hover { color: #4491d9; }

@media screen and (max-width: 991px) { .m-hhd1 { margin-bottom: 30px; }
  .m-hhd1 .hd-num { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-hhd1 .hd-num:before { width: 50px; height: 2px; }
  .m-hhd1 .hd-title { padding-left: 35px; }
  .m-hhd1 .hd-title a { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-hhd1 .hd-title:before { width: 20px; height: 20px; }
  .m-hhd1 .hd-desc { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.m-hhd2 { margin-bottom: 61px; text-align: right; }

.m-hhd2 .hd-num { line-height: 50px; font-size: 40px; font-size: 4rem; color: #4491d9; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

.m-hhd2 .hd-num:after { content: ""; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 111px; height: 3px; background-color: #4491d9; }

.m-hhd2 .hd-title { position: relative; margin-top: 9px; padding-right: 87px; display: inline-block; *display: inline; *zoom: 1; }

.m-hhd2 .hd-title a { position: relative; z-index: 2; display: inline-block; *display: inline; *zoom: 1; line-height: 76px; font-size: 66px; font-size: 6.6rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

.m-hhd2 .hd-title:after { content: ""; position: absolute; right: 60px; top: 0; width: 56px; height: 56px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #4491d9; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hhd2 .hd-title:hover { color: #4491d9; }

.m-hhd2 .hd-title:hover:after { background-color: #fff; }

.m-hhd2 .hd-desc { margin-top: 17px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

.m-hhd2 .hd-desc a:hover { color: #4491d9; }

@media screen and (max-width: 991px) { .m-hhd2 { margin-bottom: 30px; }
  .m-hhd2 .hd-num { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-hhd2 .hd-num:after { width: 50px; height: 2px; }
  .m-hhd2 .hd-title { padding-right: 35px; }
  .m-hhd2 .hd-title a { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-hhd2 .hd-title:after { right: 30px; width: 20px; height: 20px; }
  .m-hhd2 .hd-desc { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.m-hlnk { margin-top: 50px; text-align: center; }

.m-hlnk a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 142px; line-height: 30px; padding: 7px 10px; font-size: 18px; font-size: 1.8rem; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #333333; }

.m-hlnk a:hover { color: #fff; background-color: #4491d9; border-color: #4491d9; }

@media screen and (max-width: 991px) { .m-hlnk { margin-top: 30px; }
  .m-hlnk a { min-width: 100px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.g-habt { padding-top: 45px; }

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

.m-habt .box-img { float: left; margin-right: 3.5%; width: 50%; }

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

.m-habt .box-title { position: relative; padding-left: 32px; line-height: 44px; font-size: 34px; font-size: 3.4rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

.m-habt .box-title a { position: relative; }

.m-habt .box-title:before { content: ""; position: absolute; left: 22px; top: 0; width: 27px; height: 27px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #4491d9; }

.m-habt .box-desc { margin-top: 57px; max-height: 280px; line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

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

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

.m-habt .box-link { margin-top: 122px; text-align: right; }

@media screen and (max-width: 1219px) { .m-habt .box-link { margin-top: 30px; } }

@media screen and (max-width: 991px) { .m-habt .box-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-habt .box-desc { margin-top: 15px; max-height: 220px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-habt .box-desc p { min-height: 22px; }
  .m-habt .box-link { margin-top: 20px; } }

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

.g-hpro { position: relative; padding-top: 82px; }

.g-hpro:before { content: ""; position: absolute; right: 0; top: 337px; width: 50%; height: 637px; background-color: #4491d9; }

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

.m-hpronav { position: relative; margin-bottom: 40px; }

.m-hpronav .btn-wp { text-align: center; }

.m-hpronav .box-btn { margin: 0 17px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 1; font-size: 24px; font-size: 2.4rem; }

.m-hpronav .box-btn.prev { color: #333; }

.m-hpronav .box-btn.prev:hover { color: #666; }

.m-hpronav .box-btn.next { color: #fff; }

.m-hpronav .box-btn.next:hover { color: #333; }

.m-hpronav .box-wp { margin-top: 23px; text-align: right; }

.m-hpronav .box-fix { display: inline-block; *display: inline; *zoom: 1; width: 46%; margin-left: 2%; }

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

.m-hpronav .list-item { position: relative; float: left; width: .3333%; padding-left: 10px; padding-top: 13px; padding-right: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: "AACHENN_1", arial, helvetica, sans-serif; text-align: left; }

.m-hpronav .list-item a { position: relative; display: inline-block; height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }

.m-hpronav .list-item:before { content: ""; position: absolute; left: 0; top: 0; width: 34px; height: 34px; background-color: #a2c8ec; -webkit-border-radius: 50%; border-radius: 50%; }

.m-hpronav .list-item:hover, .m-hpronav .list-item.active { color: #333; }

.m-hpronav .list-item:hover a, .m-hpronav .list-item.active a { color: #333; }

@media screen and (max-width: 991px) { .m-hpronav { margin-bottom: 30px; background-color: #4491d9; padding: 30px 15px; }
  .m-hpronav .box-wp { text-align: center; }
  .m-hpronav .box-fix { width: 80%; }
  .m-hpronav .list-item { padding-left: 7px; padding-top: 2px; }
  .m-hpronav .list-item a { font-size: 14px; font-size: 1.4rem; }
  .m-hpronav .list-item:before { width: 20px; height: 20px; } }

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

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

.m-hpro .tabbd-item { display: none; }

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

.m-hpro .box-list { margin-bottom: -58px; overflow: hidden; }

.m-hpro .list-item { float: left; margin-right: 2%; margin-bottom: 58px; width: 32%; background-color: #e8e8e8; }

.m-hpro .item-pic { position: relative; border: 1px solid #bfbfbf; }

.m-hpro .item-pic:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #4491d9; background-color: rgba(68, 145, 217, 0.6); z-index: 1; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); visibility: hidden; }

.m-hpro .item-pic:after { content: "+"; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); line-height: 1; font-size: 80px; font-size: 8rem; color: #fff; z-index: 2; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; visibility: hidden; }

.m-hpro .item-pic:hover:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; }

.m-hpro .item-pic:hover:after { opacity: 1; visibility: visible; }

.m-hpro .item-text { padding-left: 17px; padding-right: 17px; padding-top: 20px; padding-bottom: 24px; text-align: center; }

.m-hpro .item-title { height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; }

.m-hpro .item-desc { margin-top: 19px; height: 56px; line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

@media screen and (max-width: 991px) { .m-hpro { margin-bottom: -30px; }
  .m-hpro .list-item { margin-bottom: 30px; }
  .m-hpro .item-text { padding: 20px 15px; }
  .m-hpro .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hpro .item-desc { margin-top: 10px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

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

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

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

.m-happl { padding-top: 109px; background: url("../images/hbg2.jpg") no-repeat center top; }

.m-happl .box-wp { position: relative; -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.38); box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.38); background-color: #fff; }

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

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

.m-happl .item-pic { float: right; width: 50%; }

.m-happl .item-text { padding-left: 5.25%; padding-right: 2.91667%; padding-top: 29px; overflow: hidden; }

.m-happl .item-num { line-height: 66px; font-size: 90px; font-size: 9rem; color: #4491d9; border-bottom: 3px solid #4491d9; }

.m-happl .item-title { margin-top: 62px; height: 48px; line-height: 48px; font-size: 38px; font-size: 3.8rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; color: #4491d9; }

.m-happl .item-title a { color: #4491d9; }

.m-happl .item-title:hover { color: #081f6f; }

.m-happl .item-title:hover a { color: #081f6f; }

.m-happl .item-desc { margin-top: 30px; max-height: 112px; line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-happl .item-link { margin-top: 100px; text-align: left; }

.m-happl .box-btn { position: absolute; bottom: 14px; width: 56px; height: 56px; line-height: 56px; font-size: 20px; font-size: 2rem; color: #0e3c67; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; background-color: #bfbfbf; }

.m-happl .box-btn.prev { right: 50%; }

.m-happl .box-btn.next { left: 50%; }

.m-happl .box-btn:hover { color: #fff; background-color: #4491d9; }

@media screen and (max-width: 1219px) { .m-happl .item-link { margin-top: 30px; } }

@media screen and (max-width: 991px) { .m-happl { padding-top: 30px; }
  .m-happl .box-btn { width: 36px; height: 36px; line-height: 36px; }
  .m-happl .item-text { padding: 30px 15px; }
  .m-happl .item-num { line-height: 1; font-size: 40px; font-size: 4rem; border-bottom-width: 1px; }
  .m-happl .item-title { margin-top: 20px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-happl .item-desc { margin-top: 10px; height: 66px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .m-happl .box-btn.prev { right: auto; left: 15px; }
  .m-happl .box-btn.next { left: auto; right: 15px; }
  .m-happl .item-text { padding-bottom: 70px; }
  .m-happl .item-pic { float: none; margin-left: 0; width: 100%; } }

.g-hnews { padding-top: 81px; padding-bottom: 111px; background: url("../images/hbg3.jpg") no-repeat center top; }

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

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

.m-hnews .list-item { position: relative; margin-right: 1.66667%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 32.08333%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-hnews .list-item:hover .item-text { color: #fff; background-color: #4491d9; }

.m-hnews .list-item:hover .item-text p { color: #fff; }

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

.m-hnews .item-pic { position: absolute; left: 0; right: 0; margin: 0 auto; width: 90.38961%; border-radius: 50%; }

.m-hnews .item-pic img { -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }

.m-hnews .item-wp { padding-top: 41.23711%; }

.m-hnews .item-text { padding-left: 20px; padding-right: 20px; padding-top: 56.4433%; padding-bottom: 21px; border-top: 1px solid #4491d9; background-color: #fff; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

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

.m-hnews .item-time { margin-top: 7px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

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

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

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

.m-hnews .item-link { margin-top: 17px; line-height: 1; font-size: 26px; font-size: 2.6rem; color: #4491d9; text-align: center; }

.m-hnews .item-link a { color: #4491d9; }

@media screen and (max-width: 991px) { .m-hnews .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hnews .item-desc { margin-top: 10px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hnews .item-link { margin-top: 10px; font-size: 16px; font-size: 1.6rem; }
  .m-hnews .item-time { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

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

.g-ft { background: url("../images/fbg1.jpg") no-repeat center; background-size: cover; background-color: #2e2e2e; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; }

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

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

.m-ftfix1 { padding-top: 59px; padding-bottom: 49px; background-size: cover; }

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

.m-ftb1 { margin-right: 9.16667%; width: 20.41667%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftb2 { margin-right: 3.33333%; width: 21.66667%; }

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

.m-ftt { margin-bottom: 31px; font-size: 24px; font-size: 2.4rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; color: #fff; text-transform: uppercase; }

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

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

.m-ftabt { line-height: 28px; font-size: 14px; font-size: 1.4rem; }

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

.m-ftinfo .info-item .iconfont { position: absolute; left: 0; top: 0; font-size: 18px; font-size: 1.8rem; }

.m-ftform .form-bd { overflow: hidden; }

.m-ftform .form-item { position: relative; margin-bottom: 10px; padding-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 0; font-size: 0; }

.m-ftform .form-item1 { width: 45.87156%; }

.m-ftform .form-item2 { width: 100%; }

.m-ftform .form-item3 { margin-right: 6.6055%; width: 45.87156%; }

.m-ftform .form-item4 { width: 20.73394%; padding-left: 0; height: 38px; line-height: 36px; text-align: center; background-color: #f3fbfe; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fff; overflow: hidden; padding-left: 0; }

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

.m-ftform .form-item5 { padding-left: 0; width: 19.44954%; background: none; }

.m-ftform .form-text { width: 100%; height: 38px; padding-left: 13px; padding-right: 13px; line-height: 36px; font-size: 14px; font-size: 1.4rem; color: #fff; color: #fff \9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #fff; box-sizing: border-box; }

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

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

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

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

.m-ftform .form-text2 { line-height: 36px; height: 74px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftform .iconfont { position: absolute; top: 0; left: 20px; line-height: 44px; font-size: 18px; font-size: 1.8rem; color: #333; }

.m-ftform .form-btn { width: 100%; height: 38px; font-size: 14px; font-size: 1.4rem; color: #fff; border: 1px solid #fff; }

.m-ftfix2 { background-color: #4491d9; color: #fff; }

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

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

.m-ftnav { padding: 30px 0; text-align: center; }

.m-ftnav .nav-item { margin: 0 40px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; font-size: 16px; font-size: 1.6rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-ftfix3 { padding-top: 42px; padding-bottom: 13px; line-height: 24px; }

.m-ftshare { float: right; margin-left: 30px; }

.m-ftshare .share-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 30px; height: 30px; line-height: 30px; text-align: center; }

.m-ftshare .share-item:hover { color: #4491d9; background-color: #fff; }

.m-ftext { line-height: 30px; }

.m-ftlnk { margin-top: 5px; overflow: hidden; }

.m-ftlnk .list-item { float: left; margin-right: 15px; }

@media screen and (max-width: 991px) { .m-ftfix1, .m-ftfix2, .m-ftlnk { display: none; }
  .m-ftshare { float: none; margin-left: 0; text-align: center; }
  .m-ftext { margin-top: 15px; text-align: center; }
  .m-ftfix3 { padding: 30px 0; } }

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

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

body { padding-top: 165px; }

@media screen and (max-width: 991px) { body { padding-top: 0; } }

.m-hdfix1 { background-color: #4491d9; color: #fff; }

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

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

.m-hdshare { float: left; padding: 15px 0; }

.m-hdshare .share-item { margin-right: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 28px; line-height: 28px; font-size: 12px; font-size: 1.2rem; color: #081f6f; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; background-color: #fff; }

.m-hdshare .share-item:hover { color: #fff; background-color: #081f6f; }

.m-hdinfo { float: left; overflow: hidden; padding-top: 15px; padding-bottom: 15px; }

.m-hdinfo .info-item { float: left; margin-left: 28px; line-height: 28px; font-size: 14px; font-size: 1.4rem; }

.m-hdinfo .info-item:first-child { margin-left: 0; }

.m-hdfix2 { background-color: #f6f6f6; }

.m-hdlogo { float: left; display: block; line-height: 136px; font-size: 0; text-align: center;margin-top: 10px; }

.m-hdlogo img { max-height: 136px; vertical-align: middle; }

.m-hdnav { float: left; max-width: 900px; }

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

.m-hdnav .nav-item > a { position: relative; display: block; padding-left: 26px; padding-right: 26px; line-height: 36px; font-size: 16px; font-size: 1.6rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

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

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

.m-hdnav .sbnav-wp { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; background-color: rgba(255, 255, 255, 0.95); }

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

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

.m-hdnav .sbnav-list3 { top: 0; right: 100%; width: 160px; }
.m-hdnav .sbnav-item { position: relative;  }
.m-hdnav .sbnav-item a { display: block; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; border-bottom: 1px solid #ececec; }

.m-hdnav .sbnav-item a:hover { color: #fff; background-color: #4491d9; }

@media screen and (max-width: 1219px) { .m-hdnav { max-width: 700px; }
  .m-hdnav .nav-item { margin-right: 10px; }
  .m-hdnav .nav-item > a { font-size: 14px; font-size: 1.4rem; }
  .m-hdnav .sbnav-list { width: 160px; }
  .m-hdnav .sbnav-list2 { left: auto; right: 100%; }
  .m-hdnav .sbnav-list3 { left: auto; right: 100%; }
  .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: 35px; padding-bottom: 35px; }

.m-hdsch .sch-btn { display: block; line-height: 36px; font-size: 16px; font-size: 1.6rem; color: #4491d9; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; }

.m-hdsch .sch-form { position: absolute; top: 100%; right: 15px; width: 176px; padding-right: 34px; -webkit-border-radius: 15px; border-radius: 15px; background-color: #f4f4f4; border: solid 1px #d7d7d7; overflow: hidden; visibility: hidden; opacity: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

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

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

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

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

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

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { position: absolute; right: 0; top: 0; line-height: 30px; height: 30px; width: 34px; text-align: left; font-size: 22px; font-size: 2.2rem; color: #4491d9; }

.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: 991px) { .m-hdinfo, .m-hdnav, .m-hdfix1, .m-hdshare { display: none; }
  .m-hdsch { float: left; position: absolute; right: 5px; top: 0; padding-top: 0; padding-bottom: 15px; }
  .m-hdsch .lang-btn { line-height: 24px; color: #333; font-size: 14px; font-size: 1.4rem; }
  .m-hdsch .lang-btn i { border-top-color: #333; }
  .m-hdfix2 { background: none; }
  .m-hdfix1 { background: none; }
  .m-hdlogo { float: none; width: 100%; text-align: center; line-height: 0; padding: 20px 0; }
  .m-hdlogo img { max-height: 70px; } }

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

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

.m-abtb1 { overflow: hidden; }

.m-abtb1 .box-img { float: right; margin-left: 35px; width: 50.25%; line-height: 0; font-size: 0; }

.m-abtb1 .box-title { position: relative; padding-left: 33px; padding-top: 15px; padding-bottom: 15px; line-height: 50px; font-size: 40px; font-size: 4rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; overflow: hidden; }

.m-abtb1 .box-title span { position: relative; }

.m-abtb1 .box-title:before { content: ""; position: absolute; left: 0; top: 0; width: 80px; height: 80px; background-color: #4491d9; background-color: rgba(68, 145, 217, 0.2); }

.m-abtb1 .box-desc { margin-top: 26px; line-height: 24px; font-size: 16px; font-size: 1.6rem; }

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

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

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

.m-factory { margin-top: 27px; }

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

.m-factory .box-title { line-height: 50px; font-size: 40px; font-size: 4rem; color: #333; text-align: center; font-family: "AACHENN_1", arial, helvetica, sans-serif; }

.m-factory .box-ct { margin-top: 20px; }

.m-factory #box { position: relative; height: 505px; }

.m-factory #box ul { position: relative; margin: 0 auto; width: 1060px; height: 505px; }

.m-factory #box li { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }

.m-factory #box li img { width: 100%; height: 100%; vertical-align: top; }

.m-factory #box li div { margin-top: 25px; width: 100%; filter: alpha(opacity=70); color: #333; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 20px; height: 20px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-factory #box li div a { font-size: 16px; font-size: 1.6rem; color: #333333; }

.m-factory #box li div h4 { margin: 0 10px; }

.m-factory #box li div h4 span { color: #4491d9; margin-left: 10px; }

.m-factory #box li div p { margin: 5px 10px 0; text-indent: 2em; }

.m-factory #box img { -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }

.m-factory #box .prev, .m-factory #box .next { position: absolute; top: 220px; display: block; width: 52px; height: 11px; background-repeat: no-repeat; background-position: center; cursor: pointer; }

.m-factory #box .prev { left: 0; background-image: url("../images/jtl3.png"); }

.m-factory #box .prev:hover { background-image: url("../images/jtl4.png"); }

.m-factory #box .next { right: 0; background-image: url("../images/jtr3.png"); }

.m-factory #box .next:hover { background-image: url("../images/jtr4.png"); }

.m-factory .box-list { display: none; }

@media screen and (max-width: 1219px) { .m-factory #box { display: none; }
  .m-factory .box-list { display: block; margin-bottom: -25px; overflow: hidden; }
  .m-factory .list-item { float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 25px; width: 31%; }
  .m-factory .item-title { margin-top: 5px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; text-overflow: ellipsis; white-space: nowrap; } }

@media screen and (max-width: 991px) { .m-factory { margin-top: 30px; }
  .m-factory .box-title { font-size: 24px; font-size: 2.4rem; }
  .m-factory .box-ct { margin-top: 25px; padding-bottom: 0; }
  .m-factory .list-item { width: 48%; } }

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

.g-mn2 { padding-left: 0; padding-right: 31.08333%; }

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

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

.g-sd2 { margin-left: -28.66667%; width: 28.66667%; padding-left: 13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid #e5e5e5; }

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

.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: #4491d9; -webkit-box-sizing: border-box; -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: 5px; }

.m-sdnav1 .nav-item { margin-top: 5px; }

.m-sdnav1 .nav-item > a { position: relative; display: block; padding-top: 7px; padding-bottom: 7px; padding-left: 10px; padding-right: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333333; background-color: #e8e8e8; }

.m-sdnav1 .nav-item > a:before { content: ""; position: absolute; right: 15px; top: 0; width: 16px; height: 100%; background: url("../images/sdnavicon1.png") no-repeat center; }

.m-sdnav1 .nav-item > a:hover { color: white; background-color: #4491d9; border-color: #4491d9; }

.m-sdnav1 .nav-item > a:hover:before { background-image: url("../images/sdnavicon2.png"); }

.m-sdnav1 .nav-item > a.active { color: white; background-color: #4491d9; border-color: #4491d9; }

.m-sdnav1 .nav-item > a.active:before { background-image: url("../images/sdnavicon2.png"); }

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

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

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

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

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

.m-sdnav1 .sbnav-item > a { display: block; padding-top: 3px; padding-bottom: 3px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }

.m-sdnav1 .sbnav-item1 > a:hover, .m-sdnav1 .sbnav-item1 > a.active, .m-sdnav1 .sbnav-item1 > a.current { color: #4491d9; }

.m-sdnav1 .sbnav-item2 a { padding-left: 38px; padding-top: 0; padding-bottom: 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; }

.m-sdnav1 .sbnav-item2 a:hover { color: #4491d9; }

@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: 5px; padding-right: 5px; padding-top: 9px; padding-bottom: 9px; line-height: 30px; font-size: 24px; font-size: 2.4rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; color: #fff; text-align: center; background-color: #4491d9; }

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

@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-sdnews { margin-top: 20px; }

.m-sdnews .list-item { padding-top: 14px; padding-bottom: 18px; border-bottom: 1px dashed #636363; }

.m-sdnews .item-title { max-height: 56px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #363636; overflow: hidden; }

.m-sdnews .item-title a { color: #363636; }

.m-sdnews .item-title a:hover { color: #4491d9; }

.m-sdnews .item-time { margin-top: 6px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; }

@media screen and (max-width: 991px) { .m-sdnews .item-title { max-height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-sdnews .item-time { line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

.m-sdtag .box-list { font-size: 0; letter-spacing: 0; }

.m-sdtag .box-list a { margin-top: 10px; margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 0 14px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; background-color: #f2f2f2; }

.m-sdtag .box-list a:hover { color: #fff; background-color: #4491d9; }

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

.m-prol .list-item { float: left; margin-right: 2.53165%; margin-bottom: 30px; width: 31.64557%; }

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

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

.m-prol .item-pic { border: 1px solid #bfbfbf; }

.m-prol .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #4491d9; background-color: rgba(68, 145, 217, 0.8); }

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

.m-prol .item-text { text-align: center; }

.m-prol .item-title { height: 52px; line-height: 52px; padding: 0 5px; font-size: 18px; font-size: 1.8rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

.m-prol .item-link input, .m-prol .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.m-prol .item-link input { margin-right: 10px; }

.m-prol .item-link a { min-width: 116px; line-height: 24px; padding: 4px 10px; font-size: 14px; font-size: 1.4rem; border: solid 1px #333333; -webkit-border-radius: 15px; border-radius: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prol .item-link a:hover { color: #fff; background-color: #4491d9; border-color: #4491d9; }

@media screen and (max-width: 991px) { .m-prol .item-title { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
  .m-prol .item-link a { min-width: 100px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

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

.m-prob1 { overflow: hidden; }

.m-prob1 .box-fix { position: relative; float: left; margin-right: 5%; width: 48.33333%; border: 1px solid #bfbfbf; }

.m-prob1 .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; width: 20px; height: 40px; line-height: 40px; background-color: #565353; }

.m-prob1 .box-btn.prev { left: 0; -webkit-border-radius: 0 20px 20px 0; border-radius: 0 20px 20px 0; }

.m-prob1 .box-btn.next { right: 0; -webkit-border-radius: 20px 0 0 20px; border-radius: 20px 0 0 20px; }

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

.m-prob1 .list-item { float: left; width: 1%; }

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

.m-prob1 .box-title { padding-bottom: 21px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; font-weight: normal; border-bottom: 1px solid #999999; }

.m-prob1 .box-desc { margin-top: 25px; line-height: 36px; font-size: 18px; font-size: 1.8rem; color: #666; }

.m-prob1 .box-desc p, .m-prob1 .box-desc span, .m-prob1 .box-desc b { line-height: 36px; font-size: 18px; font-size: 1.8rem; }

.m-prob1 .box-desc p { min-height: 36px; }

.m-prob1 .box-share { margin-top: 32px; }

.m-prob1 .share-title, .m-prob1 .share-img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; line-height: 26px; }

.m-prob1 .share-title { margin-right: 5px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-prob1 .box-link { margin-top: 50px; margin-bottom: -20px; font-size: 0; letter-spacing: 0; }

.m-prob1 .box-link a { margin-right: 30px; margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 178px; padding: 7px 10px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; background-color: #565353; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob1 .box-link a:hover { color: #fff; background-color: #4491d9; }

@media screen and (max-width: 991px) { .m-prob1 .box-fix { float: none; margin-right: 0; width: 100%; border: none; }
  .m-prob1 .list-item { margin-right: .02%; width: .49%; border: 1px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-prob1 .box-text { margin-top: 30px; }
  .m-prob1 .box-title { padding-bottom: 15px; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-prob1 .box-desc { margin-top: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; }
  .m-prob1 .box-desc p, .m-prob1 .box-desc span, .m-prob1 .box-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .box-desc p { min-height: 24px; }
  .m-prob1 .box-share { margin-top: 20px; }
  .m-prob1 .box-link { margin-top: 30px; }
  .m-prob1 .box-link a { margin-right: 20px; padding: 5px 10px; min-width: 120px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.m-prob2 { margin-top: 48px; }

.m-prob2 .box-tabhd { font-size: 0; letter-spacing: 0; border-bottom: 1px solid #e7e7e7; }

.m-prob2 .tabhd-item { margin-right: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 142px; line-height: 30px; padding: 9px 10px; font-size: 20px; font-size: 2rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; color: #fff; text-align: center; background-color: #999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob2 .tabhd-item:hover, .m-prob2 .tabhd-item.active { color: #fff; background-color: #4491d9; }

.m-prob2 .box-tabbd { margin-top: 30px; }

.m-prob2 .tabbd-item { display: none; }

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

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

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

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

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


@media screen and (max-width: 469px) { 
    .m-prob2 .box-tabhd{ border-bottom: none; }
  .m-prob2 .tabhd-item { margin-right:8px; margin-bottom: 8px; }
}
.m-faql .list-item { padding-left: 20px; padding-right: 20px; padding-top: 28px; padding-bottom: 28px; background-color: #f8f8f8; }

.m-faql .list-item:nth-child(2n) { background-color: #eeeeee; }

.m-faql .item-title { position: relative; padding-right: 40px; line-height: 30px; font-size: 18px; font-size: 1.8rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; cursor: pointer; }

.m-faql .item-title:before { content: "+"; position: absolute; right: 0; top: 0; width: 30px; line-height: 30px; color: #fff; text-align: center; font-size: 20px; font-size: 2rem; background-color: #4491d9; }

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

.m-faql .item-desc { margin-top: 19px; display: none; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-faql .item-desc span { color: #d92018; }

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

.m-tag { margin-top: 55px; }

.m-tag span, .m-tag a { margin-right: 10px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-tag span { line-height: 36px; font-size: 20px; font-size: 2rem; }

.m-tag a { padding: 5px 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #666; border: 1px solid #f2f2f2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-tag a:hover { color: #fff; background-color: #4491d9; border-color: #4491d9; }

.m-repro { position: relative; margin-top: 40px; }

.m-repro .box-title { border-bottom: 1px solid #e7e7e7; }

.m-repro .box-title a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 220px; padding: 9px 15px; line-height: 30px; font-size: 20px; font-size: 2rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; color: #fff; text-align: center; background-color: #4491d9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

.m-repro .box-btn { position: absolute; top: 8px; width: 32px; line-height: 32px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #999; -webkit-border-radius: 16px; border-radius: 16px; }

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

.m-repro .box-btn.prev { right: 57px; }

.m-repro .box-btn:hover { color: #fff; background-color: #4491d9; }

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

.m-repro .list-item { float: left; margin-right: 0.045%; width: 0.21667%; }

.m-repro .item-top { position: relative; border: 1px solid #ebebeb; overflow: hidden; }

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

.m-repro .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #333; background-color: rgba(51, 51, 51, 0.5); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-repro .item-modal a { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 140px; line-height: 24px; padding: 7px; border: 1px solid #fff; -webkit-border-radius: 4px; border-radius: 4px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 96%; }

.m-repro .item-modal a:hover { color: #fff; background-color: #4491d9; border-color: #4491d9; }

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

@media screen and (max-width: 991px) { .m-repro { margin-top: 30px; }
  .m-repro .box-title a { min-width: 140px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-repro .box-bd { position: relative; padding-top: 46px; }
  .m-repro .box-btn { width: 30px; height: 30px; line-height: 30px; }
  .m-repro .box-btn.prev { right: auto; left: 0; }
  .m-repro .list-item { margin-right: .02%; width: .32%; }
  .m-repro .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

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

.m-casel .list-item { margin-top: 40px; overflow: hidden; background-color: #fff; -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.38); box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.38); }

.m-casel .list-item .item-pic { float: right; width: 50%; }

.m-casel .list-item .item-text { padding-left: 5.25%; padding-right: 2.91667%; padding-top: 29px; overflow: hidden; }

.m-casel .list-item .item-num { line-height: 66px; font-size: 90px; font-size: 9rem; color: #4491d9; border-bottom: 3px solid #4491d9; }

.m-casel .list-item .item-title { margin-top: 62px; height: 48px; line-height: 48px; font-size: 38px; font-size: 3.8rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; color: #4491d9; }

.m-casel .list-item .item-title a { color: #4491d9; }

.m-casel .list-item .item-title:hover { color: #081f6f; }

.m-casel .list-item .item-title:hover a { color: #081f6f; }

.m-casel .list-item .item-desc { margin-top: 30px; max-height: 112px; line-height: 28px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-casel .list-item .item-link { margin-top: 100px; text-align: left; }

.m-casel .list-item .box-btn { position: absolute; bottom: 14px; width: 56px; height: 56px; line-height: 56px; font-size: 20px; font-size: 2rem; color: #0e3c67; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; background-color: #bfbfbf; }

.m-casel .list-item .box-btn.prev { right: 50%; }

.m-casel .list-item .box-btn.next { left: 50%; }

.m-casel .list-item .box-btn:hover { color: #fff; background-color: #4491d9; }

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

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

@media screen and (max-width: 991px) { .m-casel .list-item .item-text { padding: 30px 15px; }
  .m-casel .list-item .item-num { line-height: 1; font-size: 40px; font-size: 4rem; border-bottom-width: 1px; }
  .m-casel .list-item .item-title { margin-top: 20px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-casel .list-item .item-desc { margin-top: 10px; height: 66px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-casel .list-item:first-child { margin-top: 30px; } }

@media screen and (max-width: 480px) { .m-casel .list-item .item-text { padding-bottom: 70px; }
  .m-casel .list-item .item-pic { float: none; margin-left: 0; width: 100%; } }

.m-casel .list-item2 .item-pic { float: left; }

.m-news .box-title { font-size: 26px; font-size: 2.6rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; text-align: center; font-weight: normal; }

.m-news .box-info { margin-top: 22px; letter-spacing: 0; line-height: 26px; text-align: center; }

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

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

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

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

.m-news .box-desc { margin-top: 20px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }

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

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

@media screen and (max-width: 991px) { .m-news .box-title { line-height: 1.2; font-size: 20px; font-size: 2rem; }
  .m-news .box-info { margin-top: 20px; }
  .m-news .box-time, .m-news .share-font { font-size: 14px; font-size: 1.4rem; }
  .m-news .box-desc { margin-top: 30px; 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-desc p { min-height: 24px; } }

.m-newsl { margin-bottom: -35px; }

.m-newsl .list-item { float: left; margin-right: 5%; margin-bottom: 35px; width: 30%; }

.m-newsl .item-text { margin-top: 15px; text-align: center; }

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

.m-newsl .item-time { margin-top: 7px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-newsl .item-desc { margin-top: 7px; height: 56px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

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

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

@media screen and (max-width: 991px) { .m-newsl { margin-bottom: -30px; }
  .m-newsl .list-item { margin-bottom: 30px; }
  .m-newsl .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-newsl .item-time { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-newsl .item-desc { margin: 5px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

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

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

.c-bg { background: url("../images/map1.jpg") no-repeat center 35px; background-size: 100%; }

.m-ctusinfo { padding-top: 53px; }

.m-ctusinfo .box-info { margin-bottom: -20px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-ctusinfo .info-item { margin-bottom: 20px; padding-left: 10px; padding-right: 10px; width: 25%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; word-break: break-word; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusinfo .item-icon { margin: 0 auto; width: 80px; height: 80px; max-width: 100%; padding: 10px; border: solid 1px #2b2b2b; border-color: rgba(43, 43, 43, 0.6); -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusinfo .item-icon .iconfont { display: block; line-height: 60px; font-size: 26px; font-size: 2.6rem; color: #fff; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; background-color: #2b2b2b; }

.m-ctusinfo .item-title { margin-top: 16px; line-height: 26px; font-size: 16px; font-size: 1.6rem; font-family: "AACHENN_1", arial, helvetica, sans-serif; color: #4491d9; text-align: center; }

.m-ctusinfo .item-desc { margin-top: 0px; line-height: 26px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #000; }

.m-ctusinfo .item-desc a { color: #000; }

.m-ctusinfo .item-desc a:hover { color: #4491d9; }

@media screen and (max-width: 991px) { .m-ctusinfo .info-item { margin-left: 0; margin-right: 0; width: 33.33%; }
  .m-ctusinfo .item-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-ctusinfo .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-ctusinfo .info-item { width: 100%; } }

.m-ctusform { margin-top: 24px; margin-left: auto; margin-right: auto; max-width: 1112px; overflow: hidden; }

.m-ctusform .box-title { margin-bottom: 48px; line-height: 46px; font-size: 36px; font-size: 3.6rem; text-align: center; }

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

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

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

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

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

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

.m-ctusform .form-item-3 { margin-right: 2.69784%; width: 26.97842%; }

.m-ctusform .form-item-4 { width: 25%; height: 64px; padding-left: 0; line-height: 62px; text-align: center; background-color: transparent; -webkit-border-radius: 0; border-radius: 0; background-color: #f3fbfe; overflow: hidden; border: 1px solid #d2d2d2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

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

.m-ctusform .item-btn1 { width: 100%; height: 64px; padding-left: 0; line-height: 64px; color: #ffffff; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; background-color: #4491d9; }

.m-ctusform .item-text { width: 100%; height: 64px; line-height: 62px; padding-left: 20px; padding-right: 20px; font-size: 16px; font-size: 1.6rem; color: #a6a6a6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; background-color: #fff; }

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

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

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

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

.m-ctusform .item-text2 { height: 178px; line-height: 32px; padding-top: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-ctusform { float: none; margin-top: 30px; width: 100%; }
  .m-ctusform .box-title, .m-ctusform .box-desc { padding-left: 0; } }

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

.m-ctusmap { margin-top: 34px; }

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


@font-face {
  font-family: "AACHENN_1";
  src: url("../fonts/AACHENN_1.woff2") format("woff2"),
       url("../fonts/AACHENN_1.woff") format("woff"),
       url("../fonts/AACHENN_1.ttf") format("truetype"),
       url("../fonts/AACHENN_1.eot") format("embedded-opentype"),
       url("../fonts/AACHENN_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

.icon-top1:before {
  content: "\e64d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.m-page a.no:hover {color: #333!important; border: 1px solid #e5e5e5!important; background: #eee!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; }
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;margin-bottom: 40px; text-align: center;}
.listcart a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 34px;
    min-width: 200px;
    line-height: 32px;
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 16px;
    background: none;
    }
    .listcart a:hover{ background: #4491d9; color: #fff; border-color: #4491d9;  }
    /*.xunpanc{margin-bottom: 20px;}*/
    .xunpanc .table table tr td{ height: 0; padding: 0;}
    .xunpanc .table table tr td a{ color: #333;}
    .xunpanc .table table tr td a:hover{ color: #4491d9;}
 .m-kefu-chat.mobile-hide { right: 6px!important; }
 .keytags{ font-size: 16px; font-size: 1.6rem; margin-bottom: 14px; line-height: 28px; }