#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

.zoomPad { position: relative; float: left; z-index: 99; cursor: crosshair; }

.zoomPreload { -moz-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80); color: #333; font-size: 12px; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align: center; background-image: url(/themes/simplebootx/style/images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index: 110; width: 90px; height: 43px; position: absolute; top: 0px; left: 0px; }

.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: #005b9e; }
  .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: #005b9e; } }

.m-mobilenav { display: none; }

@media screen and (max-width: 991px) { .m-mobilenav { position: absolute; z-index: 11; padding-top: 25px; top: 0; left: 0; display: block; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-mobilenav .mbnav-btn { position: absolute; z-index: 2; top: 10px; left: 17px; width: 26px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-btn .line { width: 100%; height: 2px; background-color: #005b9e; }
  .m-mobilenav .mbnav-btn .line2 { margin-top: 6px; margin-bottom: 6px; }
  .m-mobilenav .mbnav-btn.active { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .m-mobilenav .mbnav-bd { position: absolute; left: 0; top: 0; width: 300px; height: 100%; top: 0; visibility: hidden; z-index: 1; }
  .m-mobilenav .mbnav-bd.show { visibility: visible; }
  .m-mobilenav .mbnav-bd.show .mbnav-wp { height: 100%; opacity: 1; }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a { opacity: 1; -webkit-transform: scale(1) translate(0, 0); -moz-transform: scale(1) translate(0, 0); -ms-transform: scale(1) translate(0, 0); -o-transform: scale(1) translate(0, 0); transform: scale(1) translate(0, 0); }
  .m-mobilenav .mbnav-wp { position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: #333; top: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }
  .m-mobilenav .mbnav-fix { position: absolute; left: 0; top: 60px; height: -webkit-calc(100% - 60px); height: -moz-calc(100% - 60px); height: calc(100% - 60px); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }
  .m-mobilenav .mbnav-item { position: relative; padding-left: 44px; padding-right: 24px; padding-top: 10px; padding-bottom: 10px; }
  .m-mobilenav .mbnav-item i { position: absolute; left: 13px; top: 12px; width: 24px; height: 24px; line-height: 24px; text-align: center; background-color: #333; font-size: 20px; font-size: 2rem; color: #fff; cursor: pointer; }
  .m-mobilenav .mbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; -webkit-transform: scale(1.1) translate(60px, -35px); -moz-transform: scale(1.1) translate(60px, -35px); -ms-transform: scale(1.1) translate(60px, -35px); -o-transform: scale(1.1) translate(60px, -35px); transform: scale(1.1) translate(60px, -35px); opacity: 0; -webkit-transition: .5s .1s; -o-transition: .5s .1s; -moz-transition: .5s .1s; transition: .5s .1s; }
  .m-mobilenav .mbnav-item > a.current:after { content: ""; margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-item > a.active { color: #005b9e; }
  .m-mobilenav .mbnav-item > a.active:after { background-color: #005b9e; }
  .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: #005b9e; } }

.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: #005b9e; }

::selection { color: #fff; background: #005b9e; }

* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; scroll-behavior: smooth; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; }

@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }

@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }

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: #005b9e; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1400px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; width: 1400px; max-width: 100%; overflow: visible; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1440px) { .f-box { width: 1200px; } }

@media screen and (max-width: 1219px) { .f-box { width: 960px; } }

@media screen and (max-width: 991px) { .f-box { width: 720px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 15px; padding-right: 15px; } }

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #005b9e; -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: #005b9e; -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: #005b9e; -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: #005b9e; }

.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; text-indent: 2em; }

.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: #005b9e; }
  .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: 100%; } }

@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: 100%; }

/* .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: #005b9e; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; }

[class*="-item"] .item-desc a:hover { color: #005b9e; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0);
    transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0);
    transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0);
    transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { padding-top: 20px; padding-bottom: 20px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; background-color: #ffffff; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16); }

.m-crm a { color: #666; }

.m-crm a:hover { color: #005b9e; }

.m-crm a.active { color: #005b9e; }

.m-crm i { margin-right: 5px; font-size: 18px; font-size: 1.8rem; color: #005b9e; }

@media screen and (max-width: 991px) { .m-crm { padding-top: 10px; padding-bottom: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .m-crm i { font-size: 16px; font-size: 1.6rem; } }

.m-oths { margin-top: 30px; }

.m-oths .oths-item { padding-left: 24px; height: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; 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: #005b9e; }

.m-oths .oths-item-1 { background-image: url("/themes/simplebootx/style/images/oths1.png"); }

.m-oths .oths-item-2 { background-image: url("/themes/simplebootx/style/images/oths2.png"); }

.m-oths .oths-line { margin-top: 10px; margin-bottom: 10px; border-bottom: 1px dashed #cfcfcf; }

.m-page { margin-top: 80px; 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: 12px; font-size: 1.2rem; color: #333; text-align: center; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page span { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 35px; height: 30px; line-height: 28px; font-size: 12px; font-size: 1.2rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page a.big { min-width: 61px; }

.m-page a:hover { color: white; border-color: #005b9e; background-color: #005b9e; }

.m-page a.active { color: white; border-color: #005b9e; background-color: #005b9e; }

.m-page2 { position: relative; }

.m-page2 .page-form { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-page2 .form-btn { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 142px; height: 30px; font-size: 12px; font-size: 1.2rem; color: #fff; text-align: center; padding: 0 5px; background-color: #005b9e; border: solid 1px #dcdcdc; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.m-kf { position: fixed; z-index: 10; right: 0; top: 30%; }

.m-kf .kf-item { position: relative; display: block; line-height: 0; font-size: 0; width: 50px; line-height: 50px; margin-bottom: 1px; font-size: 26px; font-size: 2.6rem; color: #005b9e; text-align: center; background-color: #e7f1f8; border-radius: 5px; }

.m-kf .kf-item:hover { color: #fff; background-color: #005b9e; }

.m-kf .kf-item.active { background-color: #005b9e; }

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 100%; width: 130px; font-size: 0; line-height: 0; }

.m-kf .gotop { display: none; }

@media screen and (max-width: 1440px){
  .m-kf .kf-item{
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@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; color: #fff; font-size: 26px; font-size: 2.6rem; background-color: #2d2d27 !important; }
  .m-kf .kf-item2 { position: relative; }
  .m-kf .kf-wx { bottom: 100%; right: 0; }
  .m-kf .gotop { width: 20%; line-height: 60px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; display: block; }
  .g-ft { padding-bottom: 70px; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; width: 32px; height: 32px; line-height: 32px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #005b9e; border-radius: 50%; display: none; }

.returntop:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 991px) { .returntop { display: none !important; } }

.g-habt { padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; } }

.m-habt .box-video { float: right; position: relative; z-index: 2; margin-left: 6.92857%; margin-right: 20px; margin-bottom: 20px; width: 44.57143%; }

.m-habt .box-video div { position: relative; padding-top: 66.34615%; overflow: hidden; border-radius: 8px; }

.m-habt .box-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-habt .box-video:before { content: ""; position: absolute; right: -20px; bottom: -20px; border-right: 278px solid #005b9e; border-top: 186px solid transparent; }

.m-habt .box-text { padding-top: 42px; }

.m-habt .box-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-habt .box-name { margin-top: 21px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; }

.m-habt .box-name a { color: #005b9e; }

.m-habt .box-name a:hover { text-decoration: underline; }

.m-habt .box-info { margin-top: 24px; overflow: hidden; }

.m-habt .info-left { float: left; overflow: hidden; line-height: 1; font-size: 26px; font-size: 2.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; padding-right: 24px; margin-right: 24px; border-right: 0.5px solid #005b9e; }

.m-habt .info-left i { float: left; margin-right: 10px; font-size: 46px; font-size: 4.6rem; line-height: 1; color: #005b9e; }

.m-habt .info-right { overflow: hidden; line-height: 46px; font-size: 26px; font-size: 2.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; }

.m-habt .box-desc { margin-top: 19px; text-indent: 2em; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-habt .box-desc a { display: block; color: #666; }

.m-habt .box-desc a:hover { color: #005b9e; }

.m-habt .box-link { margin-top: 43px; }

.m-habt .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 144px; line-height: 26px; padding: 10px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; background-color: #00bcf2; }

.m-habt .box-link i { position: relative; }

@media screen and (max-width: 991px) { .m-habt .box-video:before { border-right-width: 200px; border-top-width: 150px; }
  .m-habt .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-habt .box-name { margin-top: 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-habt .info-left { line-height: 20px; font-size: 18px; font-size: 1.8rem; }
  .m-habt .info-left i { line-height: 40px; font-size: 40px; font-size: 4rem; }
  .m-habt .info-right { line-height: 40px; font-size: 18px; font-size: 1.8rem; }
  .m-habt .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-link { margin-top: 20px; }
  .m-habt .box-link a { min-width: 140px; padding: 5px 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-text { padding-top: 30px; } }

@media screen and (max-width: 480px) { .m-habt .box-video { float: none; margin-left: 0; width: -webkit-calc(100% - 20px); width: -moz-calc(100% - 20px); width: calc(100% - 20px); } }

.g-hwwd { padding-top: 55px; background: url("/themes/simplebootx/style/images/hbg1.jpg") no-repeat center top; }

.g-hwwd .box-hd { margin-bottom: 30px; text-align: center; }

.g-hwwd .hd-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #fff; }

.g-hwwd .hd-title a { color: #fff; }

.g-hwwd .hd-title a:hover { color: #005b9e; }

.g-hwwd .hd-desc { margin-top: 17px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #d5d5d5; }

.g-hwwd .hd-desc a { color: #d5d5d5; }

.g-hwwd .hd-desc a:hover { color: #005b9e; }

.g-hwwd .hd-link { margin-top: 27px; }

.g-hwwd .hd-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 200px; line-height: 30px; padding: 14px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; border-radius: 8px; border: 1px solid #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.g-hwwd .hd-link i { margin-right: 5px; }

@media screen and (max-width: 991px) { .g-hwwd { padding-top: 30px; }
  .g-hwwd .hd-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .g-hwwd .hd-desc { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .g-hwwd .hd-link { margin-top: 20px; }
  .g-hwwd .hd-link a { min-width: 140px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-hwwd { font-size: 0; letter-spacing: 0; margin-bottom: -19px; }

.m-hwwd .list-item { margin-bottom: 19px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 15px; background-color: #ffffff; border: solid 1px #e8e8e8; -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-hwwd .list-item:hover { box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07); }

.m-hwwd .list-item:hover .item-modal { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-hwwd .list-item1 { margin-right: 1.42857%; width: 49.28571%; }

.m-hwwd .list-item2 { margin-right: 2.21429%; width: 31.85714%; }

.m-hwwd .item-top { position: relative; overflow: hidden; }

.m-hwwd .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 20px solid transparent; background-color: #005b9e; background-color: rgba(0, 91, 158, 0.5); -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }

.m-hwwd .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; border: 1px solid #fff; border-radius: 50%; }

.m-hwwd .item-modal:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #ffffff; }

.m-hwwd .item-text { padding-left: 20px; padding-right: 20px; padding-top: 14px; padding-bottom: 16px; }

.m-hwwd .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-hwwd .item-desc { margin-top: 8px; text-indent: 2em; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #999; overflow: hidden; }

.m-hwwd .item-desc a { color: #999; }

.m-hwwd .item-desc a:hover { color: #005b9e; }

@media screen and (max-width: 991px) { .m-hwwd .list-item { padding: 10px; }
  .m-hwwd .item-text { padding: 20px 15px; }
  .m-hwwd .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hwwd .item-desc { margin-top: 5px; } }

@media screen and (max-width: 480px) { .m-hwwd .list-item { width: 100%; margin-right: 0; } }

.g-hform { margin-top: 80px; padding-top: 20px; padding-bottom: 20px; background: url("/themes/simplebootx/style/images/hbg2.jpg") no-repeat center; background-size: cover; box-shadow: 0px 17px 16px 0px rgba(0, 91, 158, 0.15); }

@media screen and (max-width: 991px) { .g-hform { margin-top: 30px; /*padding-top: 30px; padding-bottom: 30px;*/ } }

.m-hform .box-text {float: left;margin-right: 3.35714%;color: #fff;padding-top: 35px;}

.m-hform .box-text a { color: #fff; }

.m-hform .box-text a:hover { color: #fff; text-decoration: underline; }

.m-hform .box-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-hform .box-desc { margin-top: 7px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-hform .box-form { overflow: hidden; }

.m-hform .form-item { background-color: rgba(255, 255, 255, 0.4); }

.m-hform .form-item1 { float: left; margin-right: 3.31858%; width: 28.76106%; }

.m-hform .form-item2 { float: left; margin-right: 3.31858%; width: 42.47788%; }

.m-hform .form-item3 { position: relative; float: left; width: 22.12389%; background: none; }

.m-hform .form-text { width: 100%; height: 60px; line-height: 60px; padding: 0 30px; font-size: 16px; font-size: 1.6rem; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hform .form-text::-webkit-input-placeholder { color: #fff; opacity: 1; }

.m-hform .form-text:-moz-placeholder { color: #fff; opacity: 1; }

.m-hform .form-text::-moz-placeholder { color: #fff; opacity: 1; }

.m-hform .form-text:-ms-input-placeholder { color: #fff; opacity: 1; }

.m-hform .tel-item {float: left;line-height: 30px;font-size: 20px;font-size: 2rem;color: #fff;padding-top: 60px;}

.m-hform .wx-item {float: right;width: 150px;line-height: 0;font-size: 0;}

.m-hform .star input { background: url("/themes/simplebootx/style/images/star1.png") no-repeat 16px center; }

.m-hform .form-icon { width: 100%; line-height: 60px; height: 60px; font-size: 18px; font-size: 1.8rem; color: #005b9e; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; background-color: #fff; box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28); }

.m-hform .form-icon i { margin-left: 10px; }

.m-hform .form-btn { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

@media screen and (max-width: 1219px) { .m-hform .box-text { max-width: 250px; } }

@media screen and (max-width: 991px) { .m-hform .box-text { float: none; margin-right: 0; margin-bottom: 25px; width: 100%; max-width: 100%; }
  .m-hform .form-text, .m-hform .form-icon { font-size: 12px; font-size: 1.2rem; height: 40px; line-height: 40px; }
  .m-hform .form-item { width: 100%; margin-right: 0; margin-bottom: 4px; } 
  .m-hform .tel-item { font-size: 14px; font-size: 1.4rem; padding-top: 35px; width: calc(100% - 130px); }
  .m-hform .wx-item{ width: 100px; } 
  }

.g-hfix { background: url("/themes/simplebootx/style/images/hbg3.jpg") no-repeat center 260px; }

.g-hproj { padding-top: 84px; }

.g-hproj .box-hd { position: relative; margin-bottom: 50px; }

.g-hproj .hd-title { position: relative; }

.g-hproj .title2 { position: relative; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.g-hproj .title1 { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); margin-top: 6px; line-height: 1; font-size: 76px; font-size: 7.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #f5f5f5; text-transform: uppercase; }

.g-hproj .hd-link { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 16px; font-size: 1.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

@media screen and (max-width: 991px) { .g-hproj { padding-top: 30px; }
  .g-hproj .title1 { font-size: 40px; font-size: 4rem; }
  .g-hproj .title2 { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .g-hproj .hd-link { font-size: 12px; font-size: 1.2rem; } }

.m-hproj { overflow: hidden; }

.m-hproj .list-item { position: relative; margin-right: 1.42857%; margin-bottom: 2.07143%; }

.m-hproj .list-item1 { float: left; width: 50%; }

.m-hproj .list-item2 { float: left; width: 23.57143%; }

.m-hproj .item-fix { position: absolute; left: 0; bottom: 20px; width: 100%; padding: 0 35px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hproj .item-title { max-width: 260px; }

.m-hproj .item-title a { position: relative; display: block; height: 36px; line-height: 36px; padding-left: 10px; padding-right: 40px; font-size: 14px; font-size: 1.4rem; background-color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-hproj .item-title i { position: absolute; right: 20px; top: 0; }

@media screen and (max-width: 991px) { .m-hproj .item-fix { padding-left: 10px; padding-right: 10px; bottom: 10px; } }

@media screen and (max-width: 640px) { .m-hproj .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; }
  .m-hproj .list-item1 { width: 98%; } }

.g-hexhi { padding-top: 72px; }

.g-hexhi .box-hd { margin-bottom: 42px; text-align: center; }

.g-hexhi .hd-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.g-hexhi .hd-desc { margin-top: 17px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.g-hexhi .hd-desc a { color: #666; }

.g-hexhi .hd-desc a:hover { color: #005b9e; }

@media screen and (max-width: 991px) { .g-hexhi { padding-top: 30px; }
  .g-hexhi .box-hd { margin-bottom: 30px; }
  .g-hexhi .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .g-hexhi .hd-desc { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-hexhi { font-size: 0; letter-spacing: 0; }

.m-hexhi .box-btn { display: none; }

.m-hexhi .box-list { width: 10000%; overflow: hidden; }

.m-hexhi .list-item { padding-bottom: .0135417%; margin-right: 0.0067708%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: .2447917%; background: url("/themes/simplebootx/style/images/yy1.png") no-repeat center bottom; background-size: 100%; }

.m-hexhi .item-title a { display: block; height: 60px; line-height: 60px; padding: 0 10px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #005b9e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-hexhi .item-title a:hover { color: #fff; background-color: #333; }

.m-hexhi .item-pic { border-top: 15px solid #fff; border-bottom: 15px solid #fff; border-left: 10px solid #fff; border-right: 10px solid #fff; }

@media screen and (max-width: 991px) { .m-hexhi .item-title a { height: 32px; line-height: 32px; font-size: 14px; font-size: 1.4rem; }
  .m-hexhi .item-pic { border-width: 8px; } }

@media screen and (max-width: 375px) { .m-hexhi .list-item { margin-right: .02% !important; width: .48%; } }

.g-hnews { padding-top: 72px; padding-bottom: 90px; }

.g-hnews .box-title { margin-bottom: 75px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-align: center; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; }
  .g-hnews .box-title { margin-bottom: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

.m-hnews { overflow: hidden; margin-bottom: -30px; }

.m-hnews .list-item { float: left; margin-right: 5%; margin-bottom: 30px; width: 47.5%; overflow: hidden; }

.m-hnews .item-pic { float: left; margin-right: 10px; width: 230px; }

.m-hnews .item-text { padding-top: 10px; overflow: hidden; }

.m-hnews .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-hnews .item-desc { margin-top: 24px; text-indent: 2em; height: 72px; line-height: 24px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-hnews .item-time { margin-top: 12px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-hnews .item-time i { margin-right: 5px; }

@media screen and (max-width: 991px) { .m-hnews .item-pic { float: none; width: 100%; }
  .m-hnews .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hnews .item-desc, .m-hnews .item-time { margin-top: 8px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hnews .item-desc { height: 44px; } }

.g-ft { background-color: #005b9e; word-break: break-word; }

.m-ftfix1 { padding-top: 90px; padding-bottom: 29px; font-size: 16px; font-size: 1.6rem; color: #fff; background: url("/themes/simplebootx/style/images/fbg1.jpg") no-repeat center; background-size: cover; }

.m-ftfix1 a { color: #fff; }

.m-ftfix1 a:hover { color: #005b9e; }

.m-ftb1 { float: left; margin-right: 8.28571%; width: 18.57143%; }

.m-ftb2 { float: left; margin-right: 8%; width: 12.85714%; }

.m-ftb3 { float: left; margin-right: 9.64286%; width: 15.35714%; }

@media screen and (max-width: 1440px) { 
    .m-ftb1 { margin-right: 6.28571%; }
    .m-ftb2{ margin-right: 6.28571%; width: 16.85714%; }
    .m-ftb3 { margin-right: 5.64286%; width: 19.35714%; }
}

.m-ftb4 { overflow: hidden; }

.m-ftlogo { margin-bottom: 26px; line-height: 0; font-size: 0; }

.m-ftinfo .info-item { position: relative; margin-top: 16px; padding-left: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; }

.m-ftinfo .info-item i { position: absolute; left: 0; top: 0; }

.m-ftinfo .info-item:first-child { margin-top: 0; }

.m-ftt { position: relative; margin-bottom: 28px; padding-bottom: 20px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-transform: uppercase; border-bottom: 1px solid #ffffff; border-color: rgba(255, 255, 255, 0.5); }

.m-ftt:before { content: ""; position: absolute; left: 0; bottom: -3px; width: 50px; height: 3px; background-color: #ffffff; }

.m-ftnav { line-height: 40px; color: #f5f5f5; }

.m-ftnav a { color: #f5f5f5; }

.m-ftnav a:hover { color: #005b9e; }

.m-ftnav2 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column wrap; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; height: 200px; height: auto\9; }

.m-ftnav2 .nav-item { position: relative; padding-left: 10px; }

.m-ftnav2 .nav-item:before { content: ""; position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 3px; height: 3px; border-radius: 60%; background-color: #fff; }

.m-ftform .form-bd { overflow: hidden; }

.m-ftform .form-item { position: relative; margin-bottom: 10px; padding-left: 20px; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 0; font-size: 0; }

.m-ftform .form-item.important { background: url("/themes/simplebootx/style/images/star1.png") no-repeat 4px 19px; }

.m-ftform .form-item1 { width: 50%; }

.m-ftform .form-item2 { width: 100%; }

.m-ftform .form-item3 { margin-right: 2.63158%; width: 51.57895%; }

.m-ftform .form-item3 input { padding-left: 10px; }

.m-ftform .form-item4 { width: 20.52632%; height: 38px; line-height: 38px; text-align: center; background: #f3fbfe; overflow: hidden; padding-left: 0; }

.m-ftform .form-item4 img { max-height: 38px; vertical-align: middle; }

.m-ftform .form-item5 { float: right; width: calc(100% - 19px); padding-left: 0; }

.m-ftform .form-text { width: 100%; height: 38px; padding-left: 36px; padding-right: 12px; line-height: 38px; font-size: 14px; font-size: 1.4rem; color: #333; color: #333 \9; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-ftform .form-text::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-ftform .form-text:-moz-placeholder { color: #666; opacity: 1; }

.m-ftform .form-text::-moz-placeholder { color: #666; opacity: 1; }

.m-ftform .form-text:-ms-input-placeholder { color: #666; opacity: 1; }

.m-ftform .form-text2 { line-height: 30px; height: 64px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ftform .iconfont { position: absolute; top: 0; left: 29px; line-height: 38px; 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; background-color: #005b9e; text-transform: uppercase; }

.m-ftkey { margin-top: 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }

.m-ftfix2 { padding-top: 12px; padding-bottom: 12px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #005b9e; }

.m-ftfix2 a { color: #fff; }

.m-ftfix2 a:hover { color: #ccc; }

.m-ftlnk { margin-top: 2px; }

.m-ftlnk span, .m-ftlnk a { margin-right: 10px; }

.m-ftshare { float: right; margin-left: 20px; line-height: 0; font-size: 0; letter-spacing: 0; }

.m-ftshare .share-item { margin-right: 20px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 36px; }

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:hover { -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -ms-transform: translate(0, -10px); -o-transform: translate(0, -10px); transform: translate(0, -10px); }

@media screen and (max-width: 1440px){
  body .m-kefu-chat.mobile-hide{
    bottom: 60px !important;
  }
}

@media screen and (max-width: 1440px) { .m-ftfix1 { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-ftfix1, .m-ftlnk { display: none; }
  .m-ftshare { float: none; margin-left: 0; text-align: center; }
  .m-ftext { text-align: center; margin-top: 20px; }
  .m-ftfix2 { padding-top: 30px; padding-bottom: 30px; } }

.g-hd { position: fixed; left: 0; top: 0; width: 100%; z-index: 9; border-bottom: 20px solid #fff; background-color: #f0f0f0; }

body { padding-top: 135px; }

@media screen and (max-width: 991px) { body { padding-top: 0; } }

.m-hdfix1 { float: left; width: 23.59375%; padding-top: 7px; padding-bottom: 10px; padding-right: 2.08333%; background-color: #f0f0f0; -moz-box-sizing: border-box; box-sizing: border-box; text-align: right; line-height: 0; font-size: 0; }

.m-hdfix2 { float: right; width: 76.40625%; border-left: 35px solid #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdfix3 { position: relative; z-index: 2; background-color: #f0f0f0; }

.m-hdfix4 { line-height: 0; font-size: 0; }

.m-hdlogo a { display: inline-block; text-align: left; }

.m-hdlogo img { width: 200px; }

.m-hdlogo span{display: block; text-align: center; line-height: 1.4; letter-spacing: 1px; font-size: 14px; font-size: 1.4rem; font-weight: bold; font-style: italic; color: #666666; }

.m-hdnav .nav-item { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-left: 35px; }

.m-hdnav .nav-item > a { display: block; padding-top: 10px; padding-bottom: 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active { color: #005b9e; }

.m-hdnav .sbnav-list { position: absolute; 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: 190px; border-top: 4px solid #f0f0f0; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16); background-color: #005b9e; display: none; display: none; }

.m-hdnav .sbnav-item { position: relative; padding-left: 6px; padding-right: 6px; }

.m-hdnav .sbnav-item a { display: block; padding-top: 8px; padding-bottom: 8px; padding-left: 3px; padding-right: 3px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #fff; border-bottom: 1px solid #e7e7e7; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #005b9e; background-color: #fff;}

.m-hdnav .sbnav-item:last-child a { border-bottom: none; }

.m-hdnav, .m-hdsch, .m-hdinfo, .m-hdlang { margin-left: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-hdsch { position: relative; z-index: 3; }

.m-hdsch .sch-btn { display: block; line-height: 50px; font-size: 16px; font-size: 1.6rem; text-align: center; }

.m-hdsch .sch-form { position: absolute; top: 100%; right: 0; width: 226px; padding-right: 34px; border-radius: 15px; background-color: #f4f4f4; border: solid 1px #d7d7d7; overflow: hidden; display: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdsch .sch-form .form-text { width: 100%; padding-left: 16px; padding-right: 10px; height: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; color: #333; -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: 40px; height: 40px; width: 34px; text-align: left; font-size: 22px; font-size: 2.2rem; color: #005b9e; }

.m-hdsch .sch-form .form-btn { z-index: 2; }

.m-hdsch .sch-form.run { visibility: visible; right: 0; opacity: 1; }

.m-hdinfo, .m-hdlang { padding-top: 10px; padding-bottom: 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hdinfo a, .m-hdlang a { color: #666; }

.m-hdinfo a:hover, .m-hdlang a:hover { color: #005b9e; }

.m-hdinfo i, .m-hdlang i { color: #005b9e; }

.m-hdmenu { position: relative; padding-top: 16px; background-color: #fff; font-size: 0; letter-spacing: 0; }

.m-hdmenu .menu-item { position: relative; display: inline-block; *display: inline; *zoom: 1; margin-right: 20px; vertical-align: top; width: 215px; text-align: center; }

.m-hdmenu .menu-item > a { position: relative; display: block; line-height: 48px; font-size: 18px; font-size: 1.8rem; color: #fff; }
.m-hdmenu .menu-item > a:hover{ text-decoration: underline; }
.m-hdmenu .menu-item > a.xuanz{ text-decoration: underline; }
.m-hdmenu .menu-item:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #005b9e; -webkit-transform: skew(-25deg); -moz-transform: skew(-25deg); -ms-transform: skew(-25deg); -o-transform: skew(-25deg); transform: skew(-25deg); }

.m-hdmenu .menu-item:nth-child(1):before { background-color: #005b9e; }

.m-hdmenu .menu-item:nth-child(2):before { background-color: #00bcf2; }

.m-hdmenu .menu-item:nth-child(3):before { background-color: #ef972b; }

.m-hdmenu .menu-item:nth-child(4):before { background-color: #e03940; }

.m-hdmenu .menu-item:nth-child(5):before { background-color: #13b5b4; }

.m-hdmenu .sbmenu-list { position: absolute; background-color: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); padding-top: 10px; padding-bottom: 10px; display: none; }

.m-hdmenu .sbmenu-list1 { position: absolute; left: 50%; top: 100%; -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: 100%; width: -webkit-calc(100% + 40px); width: -moz-calc(100% + 40px); width: calc(100% + 40px); background-color: #fff; }

.m-hdmenu .sbmenu-item { position: relative; }

.m-hdmenu .sbmenu-item a { display: block; line-height: 30px; padding: 5px 15px; font-size: 14px; font-size: 1.4rem; }

.m-hdmenu .sbmenu-item:hover > a { color: #005b9e; }

.m-hdmenu .sbmenu-list2 { position: absolute; left: 100%; top: 0; width: 100%; background-color: #fff; }

.m-hdmenu:before { content: ""; position: absolute; left: 100%; top: 0; width: 15px; height: 100%; background-color: #fff; }

.c-skew1 { -webkit-transform: skew(-25deg); -moz-transform: skew(-25deg); -ms-transform: skew(-25deg); -o-transform: skew(-25deg); transform: skew(-25deg); }

.c-skew2 { -webkit-transform: skew(25deg); -moz-transform: skew(25deg); -ms-transform: skew(25deg); -o-transform: skew(25deg); transform: skew(25deg); }

@media screen and (max-width: 1660px) { .m-hdnav .nav-item { margin-left: 20px; }
  .m-hdnav .nav-item > a { font-size: 14px; font-size: 1.4rem; }
  .m-hdnav .sbnav-item a { font-size: 12px; font-size: 1.2rem; }
  .m-hdinfo, .m-hdlang { font-size: 14px; font-size: 1.4rem; }
  .m-hdmenu .menu-item { width: 180px; }
  .m-hdmenu .menu-item > a { font-size: 14px; font-size: 1.4rem; }
  .m-hdmenu .sbmenu-item a { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 1366px) { .m-hdnav .nav-item { margin-left: 10px; }
  .m-hdnav .nav-item > a { font-size: 12px; font-size: 1.2rem; }
  .m-hdinfo, .m-hdlang { margin-left: 14px; font-size: 12px; font-size: 1.2rem; }
  .m-hdmenu .menu-item { width: 150px; }
  .m-hdmenu .menu-item > a { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 1219px) { .m-hdmenu .menu-item { width: 132px; margin-right: 10px; } }

@media screen and (max-width: 991px) { .g-hd { position: relative; background-color: #fff; border-bottom: none; }
  .m-hdnav, .m-hdinfo, .m-hdmenu { display: none; }
  .m-hdfix1 { float: none; width: 100%; text-align: center; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 0; }
  .m-hdlogo { padding-top: 30px; padding-bottom: 10px; }
  .m-hdlogo img { max-height: 66px; width: auto;}
  .m-hdlogo span { font-size: 12px; font-size: 1.2rem; }
  .m-hdfix2 { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .m-hdfix3 { background: none; position: absolute; right: 10px; top: 0; }
  .m-hdfix4 { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; }

.banner .dotList { position: absolute; left: 0; right: 0; bottom: 15px; width: 100%; text-align: center; }

.banner .dotList ul li { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 8px; height: 8px; border-radius: 4px; background-color: #e62028; opacity: .5; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.banner .dotList ul li.active { width: 26px; opacity: 1; }

.banner .carousel-control { display: none !important; }

.banner.hide { display: none; }

@media screen and (max-width: 991px) { .banner { display: block; }
  .banner.hide { display: block; }
  .banner.n-banner { display: none; } }

.g-wp { padding-top: 63px; padding-bottom: 98px; }

@media screen and (max-width: 991px) { .g-wp { padding-top: 30px; padding-bottom: 30px; } }

.g-mn1 { float: left; width: 100%; padding-right: 350px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1219px) { .g-mn1 { padding-right: 300px; } }

@media screen and (max-width: 991px) { .g-mn1 { float: none; padding-right: 0; } }

.g-mn2 { float: left; width: 100%; padding-right: 32.14286%; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .g-mn2 { float: none; padding-right: 0; } }

.g-sd1 { float: left; width: 300px; margin-left: -300px; }

@media screen and (max-width: 1219px) { .g-sd1 { width: 260px; margin-left: -260px; } }

@media screen and (max-width: 991px) { .g-sd1 { float: none; width: 100%; margin-left: 0; margin-top: 30px; } }

.g-sd2 { float: left; width: 26.42857%; margin-left: -26.42857%; }

@media screen and (max-width: 991px) { .g-sd2 { float: none; width: 100%; margin-left: 0; margin-top: 30px; } }

.m-sdname { padding: 10px 18px; line-height: 36px; font-size: 26px; font-size: 2.6rem; color: #fff; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; background-color: #005b9e; border-radius: 8px 8px 0px 0px; text-transform: uppercase; }

.m-sdname a { color: #fff; }

@media screen and (max-width: 991px) { .m-sdname { line-height: 26px; font-size: 18px; font-size: 1.8rem; } }

.m-sdpronav .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: #005b9e; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdpronav .nav-btn > p { position: absolute; bottom: 12px; right: 15px; }

.m-sdpronav .nav-btn > p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: #f2f2f2; }

.m-sdpronav .nav-list { padding-bottom: 24px; margin-top: 0; background-color: #f8f8f8; }

.m-sdpronav .nav-item > a { position: relative; display: block; padding-top: 15px; padding-bottom: 15px; padding-left: 20px; padding-right: 40px; line-height: 30px; font-size: 18px; font-size: 1.8rem; border-bottom: 1px dashed #e1e1e1; }

.m-sdpronav .nav-item > a .iconfont { position: absolute; right: 20px; top: 20px; width: 20px; line-height: 18px; border: 1px solid #666; font-size: 12px; font-size: 1.2rem; color: #666; text-align: center; border-radius: 50%; }

.m-sdpronav .nav-item > a .icon-jian2 { display: none; }

.m-sdpronav .nav-item > a .icon-jia2 { display: block; }

.m-sdpronav .nav-item > a:hover, .m-sdpronav .nav-item > a.active { color: #005b9e; }

.m-sdpronav .nav-item > a:hover .iconfont, .m-sdpronav .nav-item > a.active .iconfont { color: #005b9e; border-color: #005b9e; }

.m-sdpronav .nav-item > a:hover .icon-jian2, .m-sdpronav .nav-item > a.active .icon-jian2 { display: block; }

.m-sdpronav .nav-item > a:hover .icon-jia2, .m-sdpronav .nav-item > a.active .icon-jia2 { display: none; }

.m-sdpronav .sbnav-list { padding-left: 18px; padding-right: 18px; padding-top: 10px; padding-bottom: 18px; background-color: #f1f1f1; display: none; }

.m-sdpronav .sbnav-list.show { display: block; }

.m-sdpronav .sbnav-list2 { padding-top: 0; padding-bottom: 0; }

.m-sdpronav .sbnav-item { padding: 5px 0; }

.m-sdpronav .sbnav-item a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-sdpronav .sbnav-item a.active, .m-sdpronav .sbnav-item a:hover { color: #005b9e; }

@media screen and (max-width: 991px) { .m-sdpronav { margin-top: 30px; }
  .m-sdpronav .nav-name { display: none; }
  .m-sdpronav .nav-btn { display: block; }
  .m-sdpronav .nav-list { display: none; }
  .m-sdpronav .nav-item > a { padding-top: 10px; padding-bottom: 10px; padding-left: 20px; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .m-sdpronav .nav-item > a .iconfont { top: 13px; }
  .m-sdpronav .sbnav-item a { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-sdnews { margin-top: 32px; }

.m-sdnews .list-item { border-bottom: 1px dashed #d2d2d2; }

.m-sdnews .item-title { position: relative; padding-left: 15px; height: 52px; line-height: 52px; font-size: 16px; font-size: 1.6rem; text-overflow: ellipsis; white-space: nowrap; }

.m-sdnews .item-title:before { content: ""; position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 5px; height: 5px; background-color: #005b9e; }

.m-sdtag { margin-top: 30px; }

.m-sdtag .box-tags a { margin-top: 10px; margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 10px 14px; line-height: 28px; font-size: 16px; font-size: 1.6rem; /*text-align: center;*/ border-radius: 4px; border: solid 1px #e8e8e8; }

.m-sdtag .box-tags a:hover { color: #005b9e; }

.m-clstext { margin-bottom: 30px; }

.m-clstext .box-title { margin-bottom: 12px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; }

.m-clstext .box-desc { text-indent: 2em; padding-left: 18px; padding-right: 45px; padding-top: 14px; padding-bottom: 14px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #666; background-color: #f1f1f1; }

@media screen and (max-width: 991px) { .m-clstext .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-clstext .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-prol { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }

.m-prol .list-item { margin-right: 2.85714%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 31.42857%; }

.m-prol .item-pic { border: solid 1px #e2e2e2; }

.m-prol .item-title { position: relative; margin-top: 11px; height: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; padding-right: 20px; text-overflow: ellipsis; white-space: nowrap; }

.m-prol .item-title input { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }

.m-prol .item-desc { margin-top: 3px; height: 48px; line-height: 24px; font-size: 16px; font-size: 1.6rem; overflow: hidden; color: #666; }

.m-prol .item-desc a { color: #666; }

.m-prol .item-desc a:hover { color: #005b9e; }

.m-prol .item-link { margin-top: 15px; overflow: inherit; }

.m-prol .item-link a { width: 140px; line-height: 24px; padding: 7px; font-size: 16px; font-size: 1.6rem; color: #005b9e; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #005b9e; float: right; border-radius: 20px; }

.m-prol .item-link a:first-child { float: left; }

.m-prol .item-link a:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 1440px) { .m-prol .item-link a { width: 100px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 991px) { .m-prol .item-link a { 
    /*float: none;*/
    display: block; }
  /*.m-prol .item-link a:first-child { display: none; }*/
  .m-prol .item-link a:nth-child(2) { display: none; }
  .m-prol .item-link a { width: auto; padding: 2px 7px; }
  .m-prol .item-title { font-size: 14px; font-size: 1.4rem; }
  .m-prol .item-desc { height: 44px; 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%; } 
 }

.m-sdpro { margin-top: 30px; }

.m-sdpro .box-list { margin-top: 20px; }

.m-sdpro .list-item { margin-top: 29px; }

.m-sdpro .list-item:first-child { margin-top: 0; }

.m-sdpro .item-pic { border: solid 1px #e0e0e0; }

.m-sdpro .item-title { margin-top: 15px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-sdpro .box-list { margin-bottom: -20px; font-size: 0; letter-spacing: 0; }
  .m-sdpro .list-item { margin-left: 1%; margin-right: 1%; margin-top: 0; margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 31.33%; }
  .m-sdpro .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-abtb1 .box-img { float: left; margin-right: 5.71429%; width: 51.42857%; line-height: 0; font-size: 0; }

.m-abtb1 .box-text { padding-top: 22px; overflow: hidden; }

.m-abtb1 .box-title { position: relative; padding-bottom: 23px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; }

.m-abtb1 .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 140px; height: 4px; background-color: #005b9e; }

.m-abtb1 .box-name { margin-top: 32px; line-height: 32px; font-size: 22px; font-size: 2.2rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-abtb1 .box-desc { margin-top: 16px; text-indent: 2em; line-height: 36px; font-size: 18px; font-size: 1.8rem; }

.m-abtb1 .box-info { margin-top: 10px; line-height: 42px; font-size: 20px; font-size: 2rem; color: #666; }

.m-abtb1 .box-info i { margin-right: 5px; color: #005b9e; }

.m-abtb1 .box-link { margin-top: 41px; }

.m-abtb1 .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 200px; line-height: 30px; padding: 20px; color: #fff; text-align: center; font-size: 20px; font-size: 2rem; border-left: 5px solid #005b9e; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #00bcf2; }

.m-abtb1 .box-link a:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 991px) { .m-abtb1 .box-img { float: none; margin-right: 0; width: 100%; }
  .m-abtb1 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb1 .box-name { margin-top: 20px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-abtb1 .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-info { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtb1 .box-link { margin-top: 20px; }
  .m-abtb1 .box-link a { min-width: 140px; line-height: 24px; font-size: 14px; font-size: 1.4rem; padding: 10px; } }

.m-abtb2 { margin-top: 50px; padding-top: 60px; padding-bottom: 49px; background: url("/themes/simplebootx/style/images/abtbg1.jpg") no-repeat center; background-size: cover; }

.m-abtb2 .box-title { margin-bottom: 20px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #fff; }

.m-abtb2 .box-wp { position: relative; padding-right: 22%; }

.m-abtb2 .box-link { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }

.m-abtb2 .box-link a { display: block; width: 120px; height: 91px; text-align: center; font-size: 30px; font-size: 3rem; background: url("/themes/simplebootx/style/images/play1.png") no-repeat center; border-left: 5px solid #00bcf2; background-color: #fff; }

.m-abtb2 .box-desc { color: #fff; text-indent: 2em; }

.m-abtb2 .box-desc a { color: #fff; }

.m-abtb2 .box-desc a:hover { color: #fff; text-decoration: underline; }

@media screen and (max-width: 991px) { .m-abtb2 { margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
  .m-abtb2 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb2 .box-wp { padding-right: 0; }
  .m-abtb2 .box-link { margin-top: 30px; position: relative; top: auto; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } 
  .m-abtb2 .box-link a { width: 90px; height: 70px; }
}

.m-abtb3 { margin-top: 62px; }

.m-abtb3 .box-title { margin-bottom: 32px; line-height: 56px; font-size: 46px; font-size: 4.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-align: center; color: #005b9e; }

.m-abtb3 .box-wp { position: relative; padding-bottom: 90px; }

.m-abtb3 .box-btn { position: absolute; bottom: 0; width: 40px; line-height: 36px; font-size: 20px; font-size: 2rem; color: #666; text-align: center; border: 2px solid #666; border-radius: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtb3 .box-btn.prev { right: 50%; margin-right: 15px; }

.m-abtb3 .box-btn.next { left: 50%; margin-left: 15px; }

.m-abtb3 .box-btn:hover { color: #005b9e; border-color: #005b9e; }

.m-abtb3 .box-list { width: 10000%; overflow: hidden; }

.m-abtb3 .list-item { float: left; margin-right: 0.03429%; width: 0.17143%; }

.m-abtb3 .list-item:hover .item-modal { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-abtb3 .list-item:hover .item-title { color: #fff; background-color: #005b9e; }

.m-abtb3 .item-top { position: relative; overflow: hidden; }

.m-abtb3 .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); -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); }

.m-abtb3 .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 20px; font-size: 2rem; color: #fff; }

.m-abtb3 .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-abtb3 .item-title { height: 40px; line-height: 40px; padding: 0 10px; text-align: center; font-size: 14px; font-size: 1.4rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; background-color: #ececec; }

@media screen and (max-width: 991px) { .m-abtb3 { margin-top: 30px; }
  .m-abtb3 .box-title { margin-bottom: 30px; line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-abtb3 .box-wp { padding-bottom: 60px; }
  .m-abtb3 .box-btn { width: 36px; line-height: 32px; font-size: 16px; font-size: 1.6rem; }
  .m-abtb3 .list-item { margin-right: .02%; width: .32%; } }

@media screen and (max-width: 375px) { .m-abtb3 .list-item { width: .49%; } }

.m-exhi .box-hd { margin-bottom: 35px; text-align: center; }

.m-exhi .hd-title { line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-exhi .hd-desc { margin-top: 17px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-exhi .box-list { font-size: 0; letter-spacing: 0; }

.m-exhi .list-item { padding-bottom: 2.78571%; margin-right: 3.14286%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48.42857%; background: url("/themes/simplebootx/style/images/yy2.png") no-repeat center bottom; background-size: 100%; }

.m-exhi .item-title { display: block; height: 70px; line-height: 70px; padding: 0 10px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #005b9e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-exhi .item-fix { border: solid 1px #ebebeb; }

.m-exhi .item-pic { border-top: 14px solid #fff; border-bottom: 14px solid #fff; border-left: 20px solid #fff; border-right: 20px solid #fff; }

@media screen and (max-width: 991px) { .m-exhi .hd-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-exhi .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-exhi .item-title { height: 32px; line-height: 32px; font-size: 14px; font-size: 1.4rem; }
  .m-exhi .item-pic { border-width: 8px; } }

@media screen and (max-width: 375px) { .m-exhi .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-projl .list-item { margin-top: 20px; overflow: hidden; padding: 20px; }

.m-projl .list-item:first-child { margin-top: 0; }

.m-projl .list-item:nth-child(2n) { background-color: #f8f8f8; }

.m-projl .item-pic { float: left; margin-right: 30px; width: 400px; }

.m-projl .item-text { padding-top: 24px; overflow: hidden; }

.m-projl .item-title { height: 30px; font-size: 20px; font-size: 2rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-overflow: ellipsis; white-space: nowrap; }

.m-projl .item-desc { text-indent: 2em; margin-top: 23px; height: 90px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-projl .item-link { margin-top: 40px; }

.m-projl .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 160px; line-height: 28px; padding: 10px; font-size: 16px; font-size: 1.6rem; color: #005b9e; text-align: center; border-radius: 4px; border: solid 1px #005b9e; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-projl .item-link a:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 991px) { .m-projl { margin-bottom: -30px; font-size: 0; letter-spacing: 0; }
  .m-projl .list-item { margin-left: 1%; margin-right: 1%; margin-top: 0; margin-bottom: 30px; padding: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48%; }
  .m-projl .list-item:nth-child(2n) { background: none; }
  .m-projl .item-pic { float: none; margin-right: 0; width: 100%; }
  .m-projl .item-link { display: none; }
  .m-projl .item-text { padding-top: 15px; }
  .m-projl .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-projl .item-desc { margin-top: 8px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.m-projtext .box-video { margin-bottom: 14px; }

.m-projtext .box-title { margin-bottom: 14px; line-height: 36px; font-size: 26px; font-size: 2.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-projtext .box-desc { padding-top: 33px; padding-bottom: 33px; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; }

.m-projtext .box-desc p { text-indent: 2em;  }

.m-projtext .box-share { margin-top: 40px; }

.m-projtext .share-title, .m-projtext .share-img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

.m-projtext .share-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-solutionb .box-title { margin-bottom: 28px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

@media screen and (max-width: 991px) { .m-solutionb .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

.m-solutionb1 .box-img { float: right; margin-left: 8.8%; line-height: 0; font-size: 0; }

@media screen and (max-width: 991px) { .m-solutionb1 .box-img { float: none; margin-left: 0; margin-bottom: 30px; } }

.m-solutionb2 { margin-top: 25px; }

.m-solutionb2 .box-desc p { position: relative; padding-left: 20px; }

.m-solutionb2 .box-desc p:before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background-color: #717171; border-radius: 50%; }

@media screen and (max-width: 991px) { .m-solutionb2 .box-desc p:before { top: 9px; } }

.m-videonav { margin-bottom: 10px; font-size: 0; letter-spacing: 0; }

.m-videonav .nav-item { margin-right: 30px; margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 160px; padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px; line-height: 26px; font-size: 18px; font-size: 1.8rem; text-align: center; background-color: #e5e5e5; border-radius: 8px 8px 0px 0px; }

.m-videonav .nav-item i { color: #005b9e; }
.m-videonav .nav-item:hover i { color: #fff; }
.m-videonav .nav-item.active i { color: #fff; }

.m-videonav .nav-item:hover, .m-videonav .nav-item.active { color: #fff; background-color: #005b9e; }

.m-htvideo { margin-bottom: 52px; }
.m-htvideo a { cursor: pointer; }
.m-videol a { cursor: pointer; }

.m-htvideo .box-item { overflow: hidden; }

.m-htvideo .item-fix { position: relative; float: right; margin-left: 3.57143%; width: 48.57143%; }

.m-htvideo .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-htvideo .item-pic:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("/themes/simplebootx/style/images/play2.png") no-repeat center; background-color: #005b9e; background-color: rgba(0, 91, 158, 0.5); }

.m-projtext .box-video a{ display: block;position:relative; }
.m-projtext .box-video a:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("/themes/simplebootx/style/images/xqvideo.png") no-repeat center; }

.m-htvideo .item-text { overflow: hidden; }

.m-htvideo .item-title { line-height: 44px; font-size: 34px; font-size: 3.4rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-htvideo .item-title span { color: #005b9e; }
.m-htvideo .item-title strong { color: #005b9e; font-weight: normal; }

.m-htvideo .item-desc { margin-top: 27px; }

.m-htvideo .item-btn { margin-top: 58px; }

.m-htvideo .item-btn a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 148px; line-height: 30px; padding: 6px 10px; font-size: 14px; font-size: 1.4rem; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 22px; border: solid 1px #666666; }

.m-htvideo .item-btn a:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 991px) { .m-htvideo .item-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-htvideo .item-btn { margin-top: 30px; } }

@media screen and (max-width: 640px) { .m-htvideo .item-fix { float: none; margin-left: 0; width: 100%; margin-bottom: 30px; } }

.m-videol { margin-bottom: -30px; font-size: 0; letter-spacing: 0; }

.m-videol .list-item { margin-right: 2.85714%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 31.42857%; }

.m-videol .item-pic:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("/themes/simplebootx/style/images/play2.png") no-repeat center; background-size: 40px; background-color: #005b9e; background-color: rgba(0, 91, 158, 0.5); opacity: 0; z-index: 2; }

.m-videol .item-pic:hover:before { opacity: 1; }

.m-videol .item-text { padding-left: 56px; padding-right: 10.22727%; padding-top: 6px; padding-bottom: 9px; background: url("/themes/simplebootx/style/images/videoicon1.png") no-repeat 8px center; background-color: #ededed; }

.m-videol .item-title { height: 72px; line-height: 36px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

@media screen and (max-width: 991px) { .m-videol { margin-bottom: -30px; }
  .m-videol .item-title { height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-videol .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-videol .list-item { width: 98%; } }

.j-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #000; background-color: rgba(0, 0, 0, 0.5); display: none; }

.j-videomodal iframe { 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: 90%; height: 80%; max-width: 1200px; max-height: 600px; }

.j-videomodal i {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

.m-newsl { font-size: 0; margin-bottom: -30px; letter-spacing: 0; }

.m-newsl .list-item { margin-right: 1.71429%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 32.14286%; overflow: hidden; }

.m-newsl .item-text { padding-left: 18px; padding-right: 22px; padding-top: 16px; padding-bottom: 30px; border: solid 1px #e5e5e5; }

.m-newsl .item-title { text-indent: 2em; height: 48px; line-height: 24px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; overflow: hidden; }

.m-newsl .item-top { position: relative; overflow: hidden; }

.m-newsl .item-top:hover .item-link { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-newsl .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #005b9e; background-color: rgba(0, 91, 158, 0.5); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }

.m-newsl .item-link i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 40px; line-height: 40px; font-size: 20px; font-size: 2rem; color: #005b9e; text-align: center; border-radius: 50%; background-color: #fff; }

.m-newsl .item-time { margin-top: 23px; padding-top: 25px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #999; border-top: 1px solid #e5e5e5; }

.m-newsl .item-time i { color: #005b9e; }

@media screen and (max-width: 991px) { .m-newsl { margin-bottom: -30px; }
  .m-newsl .list-item { margin-bottom: 30px; }
  .m-newsl .item-text { padding: 15px 10px; }
  .m-newsl .item-title { height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-newsl .item-time { margin-top: 10px; padding-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-newsl .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-news .box-title { line-height: 36px; font-size: 26px; font-size: 2.6rem; font-weight: normal; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-news .box-time { margin-top: 7px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #999; }

.m-news .box-desc { margin-top: 27px; padding-bottom: 30px; border-bottom: 1px solid #dedede; }

.m-news .box-share { margin-top: 40px; }

.m-news .share-title, .m-news .share-img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

.m-news .share-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-sdctus1 { padding-left: 20px; padding-right: 20px; padding-top: 77px; padding-bottom: 86px; text-align: center; background: url("/themes/simplebootx/style/images/sdctusbg1.png") no-repeat center; background-size: cover; }

.m-sdctus1 .box-title { line-height: 68px; font-size: 52px; font-size: 5.2rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #fff; }

.m-sdctus1 .box-link { margin-top: 34px; }

.m-sdctus1 .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 196px; line-height: 34px; padding: 15px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #666; border-radius: 32px; }

.m-sdctus1 .box-link a:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 991px) { .m-sdctus1 { padding: 30px 15px; }
  .m-sdctus1 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-sdctus1 .box-link { margin-top: 20px; }
  .m-sdctus1 .box-link a { min-width: 140px; line-height: 26px; padding: 10px; font-size: 14px; font-size: 1.4rem; border-radius: 20px; } }

.m-sdctus2 { margin-top: 56px; padding-left: 20px; padding-right: 20px; padding-top: 27px; padding-bottom: 80px; border-top: 5px solid #005b9e; background-color: #f7f7f7; }

.m-sdctus2 .box-title { margin-bottom: 33px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; }

.m-sdctus2 .info-item { position: relative; padding-left: 32px; padding-top: 10px; padding-bottom: 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-sdctus2 .info-item a { color: #666; }

.m-sdctus2 .info-item a:hover { color: #005b9e; }

.m-sdctus2 .info-item i { position: absolute; left: 0; top: 10px; font-size: 18px; font-size: 1.8rem; color: #005b9e; }

.m-sdctus2 .box-share { margin-top: 15px; }

.m-sdctus2 .box-share a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; color: #a1a4af; text-align: center; background-color: #fff; border: 1px solid #e7e7e7; }

.m-sdctus2 .box-share a:hover { color: #fff; background-color: #005b9e; }

@media screen and (max-width: 991px) { .m-sdctus2 { margin-top: 30px; }
  .m-sdctus2 .box-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; } }

.m-faqnav { margin-bottom: 31px; margin-left: auto; margin-right: auto; max-height: 878px; }

.m-faqnav .box-wp { position: relative; padding-left: 40px; padding-right: 40px; }

.m-faqnav .box-btn { position: absolute; top: 0; width: 40px; height: 40px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #e6e6e6; }

.m-faqnav .box-btn.prev { left: 0; }

.m-faqnav .box-btn.prev:before { 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%); border-right: 14px solid #666666; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }

.m-faqnav .box-btn.prev:hover { background-color: #005b9e; border-color: #005b9e; }

.m-faqnav .box-btn.prev:hover:before { border-right-color: #fff; }

.m-faqnav .box-btn.next { right: 0; }

.m-faqnav .box-btn.next:before { 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%); border-left: 14px solid #666666; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }

.m-faqnav .box-btn.next:hover { background-color: #005b9e; border-color: #005b9e; }

.m-faqnav .box-btn.next:hover:before { border-left-color: #fff; }

.m-faqnav .box-list { width: 10000%; overflow: hidden; }

.m-faqnav .list-item { float: left; width: .25%; overflow: hidden; }

.m-faqnav .item-title a { display: block; height: 40px; line-height: 38px; font-size: 16px; font-size: 1.6rem; color: #999; text-align: center; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #e6e6e6; }

@media screen and (max-width: 991px) { .m-faqnav .item-title a { font-size: 12px; font-size: 1.2rem; }
  .m-faqnav .list-item { width: .333%; } }

@media screen and (max-width: 375px) { .m-faqnav .list-item { width: .5%; } }

.m-faq .list-item { margin-top: 18px; }

.m-faq .list-item:first-child { margin-top: 0; }

.m-faq .item-title { color: #005b9e; font-weight: bold; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-faq .item-bd { margin-top: 15px; position: relative; padding-left: 24px; }

.m-faq .item-bd > span { position: absolute; left: 0; top: 0; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-faq .item-desc { color: #666; }
.m-faq .item-desc p { text-indent: 0; }

@media screen and (max-width: 991px) { .m-faq .item-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-faq .item-bd > span { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-downl { font-size: 0; letter-spacing: 0; margin-bottom: -40px; }

.m-downl .list-item { margin-bottom: 40px; margin-right: 5%; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 47.5%; }

.m-downl .item-wp { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }

.m-downl .item-pic { float: left; width: 296px; margin-right: 18px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.m-downl .item-text { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.m-downl .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; text-overflow: ellipsis; white-space: nowrap; }

.m-downl .item-desc { margin-top: 25px; max-height: 136px; line-height: 34px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-downl .item-desc a { color: #666; }

.m-downl .item-desc a:hover { color: #005b9e; }

.m-downl .item-link { margin-top: 48px; }

.m-downl .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 140px; line-height: 26px; padding: 5px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #00bcf2; }

.m-downl .item-link a:hover { color: #fff; background-color: #005b9e; }

.m-downl .item-link i { margin-right: 5px; }

@media screen and (max-width: 991px) { .m-downl { margin-bottom: -30px; }
  .m-downl .list-item { margin-bottom: 30px; }
  .m-downl .item-wp { display: block; }
  .m-downl .item-pic { float: none; margin-right: 0; width: 100%; margin-bottom: 10px; }
  .m-downl .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-downl .item-desc { margin-top: 10px; line-height: 22px; max-height: 66px; font-size: 12px; font-size: 1.2rem; }
  .m-downl .item-link { margin-top: 10px; }
  .m-downl .item-link a { min-width: 120px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.m-ctusb1 .box-hd { margin-bottom: 41px; text-align: center; }

.m-ctusb1 .hd-title { line-height: 54px; font-size: 44px; font-size: 4.4rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-ctusb1 .hd-desc { margin-top: 12px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #636363; }

@media screen and (max-width: 991px) { .m-ctusb1 .box-hd { margin-bottom: 30px; }
  .m-ctusb1 .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-ctusb1 .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-ctusinfo { float: left; margin-right: 2.85714%; width: 48.57143%; }

.m-ctusinfo .box-info { padding-left: 30px; padding-right: 30px; padding-top: 30px; padding-bottom: 60px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); }

.m-ctusinfo .info-item { position: relative; margin-top: 44px; padding-left: 80px; padding-top: 10px; padding-bottom: 10px; line-height: 36px; font-size: 20px; font-size: 2rem; color: #636363; }

.m-ctusinfo .info-item i { position: absolute; left: 0; top: 0; width: 56px; line-height: 56px; font-size: 30px; font-size: 3rem; color: #005b9e; text-align: center; background-color: #f6f6f6; border-radius: 8px; }

.m-ctusinfo .info-item a { color: #636363; }

.m-ctusinfo .info-item a:hover { color: #005b9e; }

.m-ctusinfo .info-item:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-ctusinfo { float: none; margin-right: 0; width: 100%; }
  .m-ctusinfo .info-item { padding-left: 50px; padding-top: 10px; padding-bottom: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; margin-top: 20px; }
  .m-ctusinfo .info-item i { width: 46px; line-height: 46px; font-size: 20px; font-size: 2rem; }
  .m-ctusinfo .box-info { padding: 30px 15px; } }

.m-ctusform { overflow: hidden; }

.m-ctusform .form-item { position: relative; margin-bottom: 30px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f4f4f4; }

.m-ctusform .form-item.important .item-text { background: url("/themes/simplebootx/style/images/star1.png") no-repeat 9px 15px; }

.m-ctusform .form-item-1 { width: 100%; }

.m-ctusform .form-item-2 { width: 53.82353%; }

.m-ctusform .form-item-3 { width: 22.05882%; height: 50px; padding-left: 0; line-height: 48px; text-align: center; background-color: transparent; border-radius: 0; background-color: #f3fbfe; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #e2e2e2; }

.m-ctusform .form-item-3 img { max-height: 48px; vertical-align: middle; cursor:pointer; }

.m-ctusform .form-item-4 { border: none; width: 53.52941%; padding-left: 0; }

.m-ctusform .item-btn1 { width: 100%; height: 50px; padding-left: 0; line-height: 50px; color: #fff; font-size: 18px; font-size: 1.8rem; text-align: center; background-color: #005b9e; }

.m-ctusform .item-text { width: 100%; height: 50px; line-height: 50px; padding-left: 20px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .item-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text:-moz-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text::-moz-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-ctusform .item-text2 { height: 190px; line-height: 30px; padding-top: 10px; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-ftform .form-item img{ cursor:pointer;}
@media screen and (max-width: 991px) { .m-ctusform .form-item { margin-bottom: 15px; width: 100%; }
  .m-ctusform .form-item.important .item-text { background-position: 10px 15px; }
  .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-2 { float: left; margin-right: 0; width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px); width: calc(100% - 140px); }
  .m-ctusform .form-item-3 { float: right; width: 130px; height: 36px; line-height: 34px; }
  .m-ctusform .form-item-3 img { max-height: 34px; } }

@media screen and (max-width: 991px) { .m-ctusform { margin-top: 30px; } }

.m-ctusmap { margin-top: 85px; line-height: 0; font-size: 0; }

@media screen and (max-width: 991px) { .m-ctusmap { margin-top: 30px; } }

.m-downmodal { position: fixed; z-index: 99; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; background-color: rgba(0, 0, 0, 0.5); display: none; }

.m-downmodal .box-wp { 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%); max-width: 90%; max-height: 90%; width: 500px; background-color: #fff; }

.m-downmodal .box-fix { padding-left: 25px; padding-right: 25px; padding-top: 40px; padding-bottom: 34px; position: relative; }

.m-downmodal .modal-close { position: absolute; right: 0; top: 0; width: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; -webkit-transform: translate(50%, -50%); -moz-transform: translate(50%, -50%); -ms-transform: translate(50%, -50%); -o-transform: translate(50%, -50%); transform: translate(50%, -50%); background-color: #005b9e; border-radius: 50%; }

.m-downmodal .box-form { position: relative; padding-right: 148px; }

.m-downmodal .form-text { width: 100%; height: 50px; line-height: 50px; padding: 0 20px; font-size: 16px; font-size: 1.6rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #f4f4f4; }

.m-downmodal .form-text::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-downmodal .form-text:-moz-placeholder { color: #666; opacity: 1; }

.m-downmodal .form-text::-moz-placeholder { color: #666; opacity: 1; }

.m-downmodal .form-text:-ms-input-placeholder { color: #666; opacity: 1; }

.m-downmodal .form-btn { position: absolute; right: 0; top: 0; width: 128px; height: 50px; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; background-color: #005b9e; }

.m-downmodal .form-desc { margin-top: 16px; line-height: 24px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { 
    .m-downmodal .box-form{
        padding-right: 100px;
    }
    
    .m-downmodal .form-btn{
        position: absolute;
        width: 80px;
        font-size: 12px;
        font-size: 1.2rem;
        height: 40px;
    }
    
    .m-downmodal .form-text {
        font-size: 14px;
        font-size: 1.2rem;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
    }
    
    .m-downmodal .form-desc{
        line-break: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.m-prob1 { margin-bottom: 38px; }

.m-prob1 .prob-pic { position: relative; z-index: 3; margin-right: 2.85714%; width: 53.33333%; }

.m-prob1 .prob-pic-big { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; background-color: #fff; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 18px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; z-index: 2; top: 50%; margin-top: 6px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); display: block; height: 26px; width: 26px; line-height: 26px; background-color: #17181a; background-color: rgba(23, 24, 26, 0.6); font-size: 16px; font-size: 1.6rem; text-align: center; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob1 .prob-pic-btn:hover { color: #fff; background-color: #333; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list ul li { position: relative; float: left; margin-right: 0.04643%; width: 0.21429%; }

.m-prob1 .prob-pic-item { padding-top: 12px; }

.m-prob1 .prob-pic-item .item-pic { border: solid 2px #e5e5e5; background-color: #fff; overflow: visible; border-radius: 8px; }

.m-prob1 .prob-pic-item .item-pic img { border-radius: 8px; }

.m-prob1 .prob-pic-item .item-pic:before { content: ""; position: absolute; 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); bottom: 100%; width: 16px; height: 14px; background: url("/themes/simplebootx/style/images/sj1.png") no-repeat center; background-size: 100% 100%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.m-prob1 .prob-pic-item .item-pic:hover { border-color: #005b9e; }

.m-prob1 .prob-pic-item .item-pic:hover:before { visibility: visible; }

.m-prob1 .prob-pic-item .item-pic:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-prob1 .prob-pic-item .item-pic.active { border-color: #005b9e; }

.m-prob1 .prob-pic-item .item-pic.active:before { visibility: visible; }

.m-prob1 .prob-info { padding-top: 7px; }

.m-prob1 .prob-info-title { position: relative; font-size: 20px; font-size: 2rem; line-height: 34px; font-weight: normal; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #333; }

.m-prob1 .prob-info-desc { padding-top: 27px; color: #666; }

.m-prob1 .prob-share { margin-top: 65px; letter-spacing: 0; }

.m-prob1 .prob-share .font { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #333; }

.m-prob1 .prob-share .img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; background-color: #fff; height: 26px; }

.m-prob1 .prob-info-link { padding-top: 77px; padding-bottom: 40px; overflow: hidden; border-bottom: 1px solid #d2d2d2; }

.m-prob1 .prob-info-link a { margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 15px 10px; min-width: 200px; line-height: 30px; font-size: 18px; font-size: 1.8rem; text-align: center; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #00bcf2; }

.m-prob1 .prob-info-link a:hover { color: #fff; background-color: #005b9e; }

.m-prob1 .prob-info-link a:first-child { margin-right: 20px; }

@media screen and (max-width: 991px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-bottom: 30px; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; }
  .m-prob1 .prob-info { padding-top: 30px; width: 100%; height: auto; }
  .m-prob1 .prob-price { margin-top: 15px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-prob1 .prob-share { margin-top: 30px; }
  .m-prob1 .prob-info-link { padding-top: 30px; padding-bottom: 10px; }
  .m-prob1 .prob-info-link a { min-width: 120px; padding: 5px 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc p { min-height: 10px; }
  .m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: .49%; }
  .m-prob1 .prob-pic-item .item-pic:before { display: none !important; }
  .m-prob1 .prob-info-title { font-size: 20px; font-size: 2rem; }
  .m-prob1 .prob-share { margin-top: 20px; }
  .m-prob1 .prob-info-desc { padding: 20px 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc .table > div { width: 100% !important; }
  .m-prob1 .prob-info-desc table { max-width: 580px; width: 100% !important; }
  .m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-down { margin-top: 20px; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0; width: 1%; } }

.m-prob2 .box-title { margin-bottom: 47px; border-bottom: 1px solid #f0eded; }

.m-prob2 .box-title p { position: relative; padding-bottom: 15px; line-height: 32px; font-size: 22px; font-size: 2.2rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; color: #005b9e; text-transform: uppercase; display: inline-block; *display: inline; *zoom: 1; }

.m-prob2 .box-title p:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background-color: #005b9e; }

.m-prob2 .box-item { margin-top: 34px; }

.m-prob2 .box-item:first-child { margin-top: 0; }

.m-prob2 .bitem-title { margin-bottom: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ"; }

.m-prob2 .bitem-desc { line-height: 36px; font-size: 16px; font-size: 1.6rem; }

.m-prob2 .bitem-desc p, .m-prob2 .bitem-desc span, .m-prob2 .bitem-desc b { line-height: 36px; font-size: 16px; font-size: 1.6rem; }

.m-prob2 .bitem-desc p { min-height: 36px; }

@media screen and (max-width: 991px) { .m-prob2 .box-title p { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-prob2 .bitem-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob2 .bitem-desc p, .m-prob2 .bitem-desc span, .m-prob2 .bitem-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob2 .bitem-desc p { min-height: 24px; } }

.m-fixform { position: fixed; z-index: 10; right: 0; bottom: 62px; width: 250px; background: #fff; }

.m-fixform .box-title {position: relative; padding: 5px 10px; padding-right: 20px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #005b9e; cursor: pointer; }

.m-fixform .box-title i { margin-right: 5px; }

.m-fixform .box-title:before{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  display: none;
}

.m-fixform .box-title:after{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 2px;
  background-color: #fff;
  display: none;
}

.m-fixform .box-title.active:before, .m-fixform .box-title.active:after{
  display: block;
}

.m-fixform .box-wp { display: none; }

.m-fixform .box-form { padding-left: 10px; padding-right: 10px; padding-top: 8px; padding-bottom: 0; overflow: hidden; }

.m-fixform .box-wp { border: solid 1px #d4d4d4; }

.m-fixform .form-item { float: left; margin-bottom: 8px; }

.m-fixform .form-item1 { width: 100%; }

.m-fixform .form-text { width: 100%; height: 30px; line-height: 28px; padding: 0 5px; font-size: 14px; font-size: 1.4rem; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d4d4d4; border-radius: 6px; }

.m-fixform .form-text2 { height: 70px; }

.m-fixform .form-item2 { width: 58.62069%; }

.m-fixform .form-item3 { float: right; width: 90px; background: #f3fbfe; }

.m-fixform .form-item3 a { display: block; height: 30px; line-height: 28px; border: 1px solid #d4d4d4; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.m-fixform .form-item3 a img { vertical-align: middle; max-height: 28px; }

.m-fixform .form-btn { width: 100%; height: 30px; line-height: 30px; padding: 0 5px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #005b9e; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-fixform { display: block; } }
@media screen and (max-width: 450px) { .m-fixform { width: 100%; } }

@font-face { font-family: "iconfont"; src: url("/themes/simplebootx/style/fonts/iconfont.eot?t=1615533624893"); /* IE9 */ src: url("/themes/simplebootx/style/fonts/iconfont.eot?t=1615533624893#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("/themes/simplebootx/style/fonts/iconfont.woff?t=1615533624893") format("woff"), url("/themes/simplebootx/style/fonts/iconfont.ttf?t=1615533624893") format("truetype"), url("/themes/simplebootx/style/fonts/iconfont.svg?t=1615533624893") format("svg"); /* iOS 4.1- */ }

.iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-wrong1:before { content: "\e633"; }

.icon-link:before { content: "\e73b"; }

.icon-suo:before { content: "\e617"; }

.icon-duihao:before { content: "\e60b"; }

.icon-success1:before { content: "\e89f"; }

.icon-search4:before { content: "\e7b2"; }

.icon-address:before { content: "\e7bc"; }

.icon-email:before { content: "\e7bd"; }

.icon-contact:before { content: "\e7be"; }

.icon-whatsapp:before { content: "\e7bf"; }

.icon-fax:before { content: "\e7c2"; }

.icon-mobile:before { content: "\e7c6"; }

.icon-phone:before { content: "\e7c8"; }

.icon-tel:before { content: "\e7c7"; }

.icon-phone1:before { content: "\e7cb"; }

.icon-skype:before { content: "\e7cc"; }

.icon-whatsapp1:before { content: "\e7c1"; }

.icon-address1:before { content: "\e7c3"; }

.icon-contact1:before { content: "\e7c4"; }

.icon-email1:before { content: "\e7c5"; }

.icon-skype1:before { content: "\e7c9"; }

.icon-fax1:before { content: "\e7ca"; }

.icon-qq:before { content: "\e7ce"; }

.icon-tel1:before { content: "\e7cd"; }

.icon-wechat:before { content: "\e7cf"; }

.icon-phone2:before { content: "\e7d0"; }

.icon-message:before { content: "\e7da"; }

.icon-calendar:before { content: "\e7e1"; }

.icon-calendar1:before { content: "\e7e3"; }

.icon-top:before { content: "\e7ed"; }

.icon-youbian:before { content: "\e60f"; }

.icon-zhuanfa:before { content: "\e6cf"; }

.icon-gongsi_:before { content: "\e66c"; }

.icon-download9:before { content: "\e7a8"; }

.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"; }

.mkeytexttag { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-bottom: 20px; }
.inno2{ cursor: pointer; }
.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #333!important; border-color: #e5e5e5!important; background: none!important;}
.ppp{line-height: 30px;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    color: #005b9e;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 20px;
    border: solid 1px #005b9e;
    background-color: #fff;
    box-sizing: border-box;
    }
    .listcart a:hover {color: #fff; border-color: #005b9e; background: #005b9e;}
    .xunpanc{margin-bottom: 20px;}
    /*.xunpanc .table table{margin-top: 20px;}*/
    .xunpanc table tr td{border: 1px solid #ccc; padding: 3px;}
    .xunpanc table tr td a:hover{color: #005b9e;}

#wenben{ display: none; }
.item-video1 { position: relative; overflow: hidden; padding-bottom: 56.323529%; height: 0; }
.item-video1 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.item-video1 iframe body { margin: 0px !important; }

/*==================Proshow edit========================*/
.faq_box {
  margin-bottom:30px;
  margin-top: 60px;
}
.faq_tt {
  height:55px;
  line-height:55px;
  color:#fff;
  font-size:14px;
  overflow:hidden;
}
.faq_tt .icon {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 60px;
  background:#005b9e url(../images/faq_ico.png) no-repeat 30px center;
}
.faq_con {
  padding:45px 40px;
  border:1px solid #dcdcdc;
}
.faq_list1 dd {
  margin-bottom:10px;
}
.faq_list1 dd .tt {
  float:left;
  width:90px;
  font-size:14px;
  padding-right:10px;
  text-align:right;
}
.faq_list1 dd .tt .red {
  color:#c63236;
  font-size:16px;
}
.faq_list_inp,.faq_list_area {
  padding:0 10px;
  width:calc(100% - 100px);
  box-sizing: border-box;
  border:1px solid #c2c2c2;
}
.faq_list_inp {
  height:30px;
}
.faq_list_area {
  padding:10px;
  height:95px;
  resize:none;
}
.faq_list_btn_box {
  padding-top:40px;
  margin-left:85px;
}
.faq_list_btn_clm {
  float:left;
  width:220px;
  height:38px;
  text-align:center;
  position:relative;
  margin-right:10px;
}
.faq_list_btn {
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  border:none;
  background:0 0;
  cursor:pointer;
}
.faq_list_btn_text {
  color:#fff;
  line-height:38px;
  font-size:16px;
  background:#005b9e;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  -webkit-justify-content:center;
  align-items:center;
  -webkit-align-items:center;
}
.faq_list_btn_text .icon {
  font-size:16px;
  margin-right:8px;
}
.faq_list_btn_clm.hover .faq_list_btn_text {
  background:#005b9e;
}

@media screen and (max-width: 767px) {
  .faq_box{ margin-top: 30px; }
  .faq_con{ padding: 28px 14px 40px; }
  .faq_list1 dd .tt{ width: 74px; }

}
@media screen and (max-width: 581px) {
  .faq_tt{ height: auto;}
  .faq_tt .icon{ line-height: 22px; padding-top: 7px; padding-bottom: 7px; background:#005b9e url(../images/faq_ico.png) no-repeat 14px center; }

}

@media screen and (max-width: 429px) {
  .faq_list1 dd .tt{ float: none;text-align: left; }
  .faq_list_inp, .faq_list_area{ width: 100%; }
  .faq_list_btn_box{ margin-left: 0; padding-top: 15px; }
}

.m-habt .info-left span{ overflow: hidden; display: block; }

@media screen and (max-width: 1400px) { 
  .m-ctusmap{width:100%;overflow:scroll;}
}

.m-hdlang { position: absolute; z-index: 4; }

.m-hdlang .lang-btn { display: block; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdlang .lang-btn i { margin-left: 3px; display: inline-block; width: 0; height: 0; border-top: 8px solid #666; border-left: 4px solid transparent; border-right: 4px solid transparent; vertical-align: middle; }

.m-hdlang .lang-list { position: absolute; right: 0; top: 130%; width: 100%; min-width: 90px; padding: 13px 0; background-color: #005b9e; border: 1px solid #005b9e; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdlang .lang-list.active { visibility: visible; top: 100%; opacity: 1; }

.m-hdlang .lang-item { display: block; padding: 5px 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active { color: #005b9e; background-color: #fff; }

@media screen and (max-width: 1660px){.m-hdlang .lang-btn{ font-size: 14px; font-size: 1.4rem; }}

@media screen and (max-width: 1366px){
  .m-hdlang .lang-btn{ font-size: 12px; font-size: 1.2rem; }
  .m-hdlang .lang-item{ font-size: 12px; font-size: 1.2rem; }
}

@media screen and (max-width: 991px){
  .m-hdlang{ top: 0; right: 40px; min-width: 90px;}
  .m-hdlang .lang-btn{ font-size: 14px; font-size: 1.4rem; }
}



