#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);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

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

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

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

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

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

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

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

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

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

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

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


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


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



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

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

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

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

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

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #124f88;
  }
  .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: #124f88;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    transition: all 550ms;
    
    background-color: rgb(255, 255, 255,0.5);
    box-shadow: 0px 0px 6px 0px rgb(75 75 75 / 32%);
    padding: 3px;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #124f88;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    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;
    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;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    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;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.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%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #124f88;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #124f88;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    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: #124f88;
  }
}

.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;
}
@charset "UTF-8";
::selection {
  color: #fff;
  background: #124f88;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "OpenSansRegular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@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;
  transition: all 550ms;
}
a:hover {
  color: #124f88;
}

ol, ul {
  list-style: none;
}

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

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

input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}
input:focus, textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio] {
  cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
  resize: none;
}

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

em, i {
  font-style: normal;
}

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

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

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

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

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

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

.c-bbx {
  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%;
  transform: translate(0px, -50%);
}

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

.f-box2 {
  width: 1300px;
}
@media screen and (max-width: 1440px) {
  .f-box2 {
    width: 1200px;
  }
}

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
    max-width: 96%;
  }
}
/* .f-xx end */
/* @keyframes start */
@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;
  transform: scaleX(0);
  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;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy img {
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  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;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforex img {
  transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
  visibility: visible;
  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;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforey img {
  transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
  visibility: visible;
  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%;
  transform: scaleY(0);
  background-color: #124f88;
  transition: all 550ms;
}
.an-hoverbtn-beforey:hover {
  color: #fff;
}
.an-hoverbtn-beforey:hover:before {
  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%;
  transform: scaleX(0);
  background-color: #124f88;
  transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
  color: #fff;
}
.an-hoverbtn-beforex:hover:before {
  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: #124f88;
  transition: all 550ms;
}
.an-hoverbtn-beforer:hover {
  color: #fff;
}
.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  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: #124f88;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #124f88;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p, .m-desc span, .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc p {
    min-height: 24px;
  }
}

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

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

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }
  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}
.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}

.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}
.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}

.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}
.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}

.j-fadein {
  transition: all 750ms;
  opacity: 0;
}
.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-fadein {
    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 {
  transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-title a:hover {
  color: #124f88;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #124f88;
}

.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 {
  animation: object_one 1.5s infinite;
}

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

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

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  padding-top: 41px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-crm a {
  color: #666;
}
.m-crm a:hover {
  color: #124f88;
}
.m-crm a.active {
  color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-crm {
    padding-top: 20px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-oths {
  margin-top: 30px;
  background-color: #f5f5f5;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-oths .oths-item {
  position: relative;
  max-width: 49%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}
.m-oths .oths-item i {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-oths .oths-item a {
  color: #999;
}
.m-oths .oths-item a:hover {
  color: #124f88;
}
.m-oths .oths-item-1 {
  padding-left: 18px;
}
.m-oths .oths-item-1 i {
  left: 0;
}
.m-oths .oths-item-2 {
  padding-right: 18px;
}
.m-oths .oths-item-2 i {
  right: 0;
}
@media screen and (max-width: 640px) {
  .m-oths {
    display: block;
  }
  .m-oths .oths-item {
    max-width: 100%;
  }
  .m-oths .oths-item-2 {
    padding-right: 0;
    padding-left: 18px;
    margin-top: 10px;
  }
  .m-oths .oths-item-2 i {
    right: auto;
    left: 0;
  }
}

.m-page {
  margin-top: 65px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-page a, .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: 14px;
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page a.big, .m-page span.big {
  min-width: 74px;
}
.m-page a:hover {
  color: white;
  border-color: #124f88;
  background-color: #124f88;
}
.m-page a.active {
  color: white;
  border-color: #124f88;
  background-color: #124f88;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-right: 18px;
  background: url("../images/page1.png") no-repeat right center;
}
.m-page .form-btn {
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #124f88;
  box-sizing: border-box;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    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: 48px;
  line-height: 48px;
  margin-bottom: 1px;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
  text-align: center;
  background-color: #eff1ef;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #124f88;
}
.m-kf .kf-item.active {
  background-color: #124f88;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}
.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    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: 53px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #124f88;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #124f88;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.m-hslide {
  position: relative;
}
.m-hslide .box-page {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hslide .page-item {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7e7e7e;
}
.m-hslide .page-item.active {
  background-color: #124f88;
}
.m-hslide .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hslide .list-item {
  float: left;
  width: 1%;
  overflow: hidden;
  position: relative;
}
.m-hslide .item-wp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72.9166666667%;
  display: none;
}
.m-hslide .item-img {
  line-height: 0;
  font-size: 0;
}
.m-hslide .item-text {
  max-width: 620px;
  padding-top: 5.8571428571%;
  color: #fff;
}
.m-hslide .item-text a {
  color: #fff;
}
.m-hslide .item-text a:hover {
  color: #124f88;
}
.m-hslide .item-name {
  line-height: 56px;
  font-size: 26px;
  font-size: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "OPENSANSLIGHT", arial, helvetica, sans-serif;
}
.m-hslide .item-title {
  height: 112px;
  line-height: 56px;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hslide .item-line {
  margin-top: 40px;
  margin-bottom: 29px;
  max-width: 550px;
  height: 2px;
  background-color: #919192;
}
.m-hslide .item-desc {
  height: 60px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OPENSANSLIGHT", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hslide .item-link {
  margin-top: 58px;
}
.m-hslide .item-link a {
  display: inline-block;
  min-width: 184px;
  line-height: 30px;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #124f88;
}
.m-hslide .item-link a:hover {
  color: #124f88;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .m-hslide .item-wp {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .m-hslide .item-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-hslide .item-name {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hslide .item-title {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .m-hslide .item-desc {
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hslide .item-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hslide .item-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .m-hslide .item-link {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .m-hslide .item-text {
    width: 60%;
  }
  .m-hslide .item-name {
    line-height: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  .m-hslide .item-title {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hslide .item-line {
    height: 1;
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
  }
  .m-hslide .item-desc {
    display: none;
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.g-hproc {
  background-color: #e6ecf1;
  padding-top: 100px;
  padding-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .g-hproc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hhd {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hhd .hd-title {
  flex: 0 0 auto;
  margin-right: 8.3333333333%;
  padding-left: 70px;
  padding-top: 36px;
  padding-bottom: 27px;
  min-height: 166px;
  line-height: 58px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  background: url("../images/hua1.png") no-repeat left center;
  max-width: 320px;
}
.m-hhd .hd-desc {
  line-height: 26px;
  height: 52px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hhd .hd-desc a {
  color: #666;
}
.m-hhd .hd-desc a:hover {
  color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-hhd .hd-title {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    max-width: 200px;
    min-height: 0;
    background-size: auto 100px;
  }
  .m-hhd .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    max-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .m-hhd {
    display: block;
  }
  .m-hhd .hd-title {
    margin-right: 0;
  }
  .m-hhd .hd-desc {
    margin-top: 10px;
  }
}

.m-hproc .box-hd {
  margin-bottom: 32px;
}
.m-hproc .box-wp {
  margin-left: auto;
  margin-right: auto;
  width: 86.9791666667%;
}
.m-hproc .box-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}
.m-hproc .list-item {
  margin-right: 7.4251497006%;
  margin-bottom: 30px;
  width: 28.1437125749%;
}
.m-hproc .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-hproc .item-pic {
  border: 4px solid #fff;
}
.m-hproc .item-title {
  margin-top: 27px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hproc .box-link {
  margin-top: 28px;
  text-align: center;
}
.m-hproc .box-link a {
  display: inline-block;
  min-width: 185px;
  line-height: 30px;
  padding: 9px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  background-color: #124f88;
}
.m-hproc .box-link a:hover {
  color: #124f88;
  background-color: #fff;
}
.m-hproc .box-list2 {
  width: 10000%;
  margin-bottom: 0;
}
.m-hproc .box-btn {
  display: none;
}
.m-hproc .list-item2 {
  margin-left: 0;
  margin-right: 0.074251497% !important;
  margin-bottom: 0;
  width: 0.2814371257%;
}
@media screen and (max-width: 991px) {
  .m-hproc .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .m-hproc .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hproc .box-wp {
    width: 96%;
  }
}
@media screen and (max-width: 375px) {
  .m-hproc .list-item {
    margin-right: 0;
    width: 100%;
  }
  .m-hproc .list-item2 {
    width: 1%;
    margin-right: 0;
  }
}

.g-habt {
  padding-top: 122px;
  padding-bottom: 90px;
  background: url("../images/name1.png") no-repeat left center;
}
@media screen and (max-width: 991px) {
  .g-habt {
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
  }
}

.m-habt .box-fix {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-habt .box-img {
  width: 49.3333333333%;
  line-height: 0;
  font-size: 0;
}
.m-habt .box-img a {
  display: inline-block;
}
.m-habt .box-text {
  width: 47.5%;
}
.m-habt .box-title {
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-habt .box-name {
  margin-top: 25px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-habt .box-desc {
  margin-top: 22px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-habt .box-desc > a {
  color: #666;
}
.m-habt .box-desc > a:hover {
  color: #124f88;
}
.m-habt .box-link {
  margin-top: 61px;
}
.m-habt .box-link a {
  display: inline-block;
  min-width: 185px;
  line-height: 28px;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #124f88;
}
.m-habt .box-link a:hover {
  color: #fff;
  background-color: #333;
}
.m-habt .box-info {
  margin-top: 74px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -20px;
}
.m-habt .info-item {
  margin-right: 10px;
  margin-bottom: 20px;
}
.m-habt .item-wp {
  display: block;
}
.m-habt .item-num {
  line-height: 1;
  font-size: 80px;
  font-size: 8rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  color: #124f88;
}
.m-habt .item-title {
  margin-top: 20px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-habt .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 144px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
  .m-habt .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .m-habt .box-info {
    margin-top: 30px;
  }
  .m-habt .item-num {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-habt .item-title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-habt .box-img {
    width: 100%;
  }
  .m-habt .box-text {
    width: 100%;
    margin-top: 20px;
  }
}

.g-hwys {
  background-color: #e6ecf1;
  padding-top: 99px;
}
@media screen and (max-width: 991px) {
  .g-hwys {
    padding-top: 40px;
  }
}

.m-hwys {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 1560px;
}
.m-hwys .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -30px;
}
.m-hwys .box-item {
  position: relative;
  margin-right: 2.5641025641%;
  margin-bottom: 30px;
  margin-top: 25px;
  width: 17.9487179487%;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.m-hwys .box-item:nth-child(5n) {
  margin-right: 0;
}
.m-hwys .item-icon {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translate(-50%, 0);
  width: 54px;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  background-color: #124f88;
}
.m-hwys .item-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 64px;
  padding-bottom: 14px;
  text-align: center;
}
.m-hwys .item-title {
  line-height: 28px;
  height: 84px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.m-hwys .item-desc {
  margin-top: 18px;
  height: 210px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.m-hwys .item-desc a {
  color: #666;
}
.m-hwys .item-desc a:hover {
  color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-hwys .item-text {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-hwys .item-title {
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .m-hwys .item-desc {
    margin-top: 10px;
    line-height: 24px;
    height: 120px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .m-hwys .box-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31.33%;
  }
}
@media screen and (max-width: 480px) {
  .m-hwys .box-item {
    width: 98%;
  }
  .m-hwys .item-title {
    height: auto;
    max-height: 48px;
  }
  .m-hwys .item-desc {
    height: auto;
    max-height: 120px;
  }
}

.g-hpro {
  padding-top: 104px;
  padding-bottom: 92px;
  background-color: #e6ecf1;
}
@media screen and (max-width: 991px) {
  .g-hpro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hpro .box-hd {
  margin-bottom: 48px;
}
.m-hpro .box-fix {
  margin-bottom: 33px;
}
.m-hpro .box-item {
  display: none;
}
.m-hpro .box-item .item-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-hpro .box-item .item-pic {
  position: relative;
  width: 54.8333333333%;
}
.m-hpro .box-item .item-pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding-top: 63.829787234%;
  border: 4px solid #124f88;
  box-sizing: border-box;
}
.m-hpro .box-item .item-pic a {
  display: inline-block;
  position: relative;
}
.m-hpro .box-item .item-text {
  width: 38.3333333333%;
}
.m-hpro .box-item .item-title {
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hpro .box-item .item-desc {
  margin-top: 37px;
  height: 130px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #666;
}
.m-hpro .box-item .item-desc a {
  color: #666;
}
.m-hpro .box-item .item-desc a:hover {
  color: #124f88;
}
.m-hpro .box-item .item-link {
  margin-top: 55px;
}
.m-hpro .box-item .item-link a {
  display: inline-block;
  min-width: 185px;
  line-height: 30px;
  padding: 9px;
  text-align: center;
  color: #fff;
  background-color: #124f88;
}
.m-hpro .box-item .item-link a:hover {
  color: #fff;
  background-color: #333;
}
.m-hpro .box-item.show {
  display: block;
}
.m-hpro .box-slide {
  position: relative;
  margin-top: 33px;
}
.m-hpro .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #cbcbcb;
  cursor: pointer;
}
.m-hpro .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
.m-hpro .prev {
  left: -60px;
}
.m-hpro .next {
  right: -60px;
}
.m-hpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hpro .list-item {
  float: left;
  margin-right: 0.03%;
  width: 0.175%;
  border: 1px solid #fff;
  cursor: pointer;
}
.m-hpro .list-item.active {
  border-color: #124f88;
}
@media screen and (max-width: 1440px) {
  .m-hpro .prev {
    left: 10px;
  }
  .m-hpro .next {
    right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-hpro .box-hd {
    margin-bottom: 30px;
  }
  .m-hpro .box-item .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hpro .box-item .item-desc {
    line-height: 24px;
    max-height: 120px;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .m-hpro .box-item .item-link {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .m-hpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
  .m-hpro .box-btn {
    width: 28px;
    line-height: 28px;
  }
}

.g-hcert {
  padding-top: 56px;
  padding-bottom: 86px;
  background: url("../images/hbg1.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .g-hcert {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hcert {
  padding-left: 44px;
  padding-right: 44px;
}
.m-hcert .box-hd {
  text-align: center;
  margin-bottom: 52px;
  color: #fff;
}
.m-hcert .box-hd a {
  color: #fff;
}
.m-hcert .box-hd a:hover {
  /*color: #124f88;*/
}
.m-hcert .hd-title {
  margin-bottom: 14px;
  line-height: 48px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hcert .hd-desc {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.m-hcert .box-slide {
  position: relative;
  padding-left: 72px;
  padding-right: 72px;
}
.m-hcert .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hcert .list-item {
  float: left;
  margin-right: 0.0118483412%;
  width: 0.1569905213%;
}
.m-hcert .item-img {
  line-height: 0;
  font-size: 0;
  display: block;
}
.m-hcert .box-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #124f88;
  text-align: center;
  background-color: #cbcbcb;
  cursor: pointer;
}
.m-hcert .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
.m-hcert .prev {
  left: 0;
}
.m-hcert .next {
  right: 0;
}
@media screen and (max-width: 991px) {
  .m-hcert .box-hd {
    margin-bottom: 30px;
  }
  .m-hcert .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hcert .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hcert .box-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .m-hcert .box-btn {
    width: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-hcert {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-hcert .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 375px) {
  .m-hcert .list-item {
    width: 0.49%;
  }
}

.g-hnews {
  padding-top: 110px;
  padding-bottom: 270px;
  background: url("../images/fbg1.jpg") no-repeat center bottom;
  background-color: #e6ecf1;
}
@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }
}

.m-hnews .box-title {
  position: relative;
  line-height: 1;
  font-size: 80px;
  font-size: 8rem;
  font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif;
  max-width: 340px;
  z-index: 2;
  text-transform: uppercase;
}
.m-hnews .box-slide {
  position: relative;
  margin-top: -140px;
  padding-top: 82px;
}
.m-hnews .btn-wp {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row row;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hnews .box-btn {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  background-color: #cbcbcb;
}
.m-hnews .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
.m-hnews .prev {
  margin-right: 8px;
}
.m-hnews .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hnews .list-item {
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1%;
}
.m-hnews .list-fix {
  width: 31.1666666667%;
  background-color: #fff;
}
.m-hnews .list-fix:hover {
  background-color: #124f88;
}
.m-hnews .list-fix:hover .item-title, .m-hnews .list-fix:hover .item-desc, .m-hnews .list-fix:hover .item-link {
  color: #fff;
}
.m-hnews .list-fix:hover .item-title a, .m-hnews .list-fix:hover .item-desc a, .m-hnews .list-fix:hover .item-link a {
  color: #fff;
}
.m-hnews .list-fix:hover .item-time {
  color: rgba(255, 255, 255, 0.42);
}
@media screen and (min-width: 992px) {
  .m-hnews .list-fix:nth-child(1) {
    margin-top: 133px;
  }
  .m-hnews .list-fix:nth-child(2) {
    margin-top: 36px;
  }
}
.m-hnews .item-text {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.m-hnews .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-hnews .item-desc {
  margin-top: 9px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hnews .item-desc a {
  color: #666;
}
.m-hnews .item-desc a:hover {
  color: #124f88;
}
.m-hnews .item-fix {
  margin-top: 21px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.42);
}
.m-hnews .item-fix a {
  color: #124f88;
}
.m-hnews .item-fix a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-hnews .box-title {
    padding-right: 100px;
    max-width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hnews .box-slide {
    margin-top: -30px;
    padding-top: 60px;
  }
  .m-hnews .box-btn {
    width: 30px;
    line-height: 30px;
  }
  .m-hnews .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-fix {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hnews .item-link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews .list-fix {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .m-hnews .list-fix:first-child {
    margin-top: 0;
  }
}

.g-ft {
  background: url("../images/fbg2.jpg") no-repeat center top;
  background-color: #000;
  color: #fff;
}
.g-ft a {
  color: #fff;
}
.g-ft a:hover {
  color: #124f88;
}

.m-ftfix1 {
  padding-top: 56px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.15);
}

.m-ftb1 {
  float: left;
  width: 20.5%;
  padding-right: 40px;
}

.m-ftb2 {
  float: left;
  width: 29.8333333333%;
  padding-right: 40px;
}

.m-ftb3 {
  float: left;
  margin-right: 4.1666666667%;
  width: 19.5833333333%;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftt {
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}

.m-ftnav {
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d8d8d8;
}
.m-ftnav a {
  color: #d8d8d8;
}

.m-ftinfo .info-item {
  position: relative;
  padding-left: 28px;
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d8d8d8;
}
.m-ftinfo .info-item a {
  color: #d8d8d8;
}
.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  color: #fff;
}

.m-ftfix2 {
  padding-top: 22px;
  padding-bottom: 30px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.m-ftshare {
  order: 2;
  flex: 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 25px;
  margin-bottom: 10px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 50%;
  text-align: center;
}
.m-ftshare .share-item:hover {
  color: #333;
  background-color: #fff;
}

.m-ftfix3 {
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 10px;
}

.m-ftext {
  margin-top: 4px;
}

.m-ftform .form-bd {
  overflow: hidden;
}
.m-ftform .form-item {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
}
.m-ftform .form-item.important {
  background: url("../images/star1.png") no-repeat left 16px;
}
.m-ftform .form-item1 {
  width: 75.8064516129%;
}
.m-ftform .form-item2 {
  width: 100%;
}
.m-ftform .form-item3 {
  margin-right: 6.4516129032%;
  width: 54.8387096774%;
}
.m-ftform .form-item4 {
  width: 38.7096774194%;
  padding-left: 0;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background-color: #f3fbfe;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  padding-left: 0;
}
.m-ftform .form-item4 img {
  max-height: 36px;
  vertical-align: middle;
}
.m-ftform .form-item5 {
  width: 100%;
  background: none;
}
.m-ftform .form-text {
  width: 100%;
  height: 36px;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  color: #fff \9 ;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #f3f3f3;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #f3f3f3;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #f3f3f3;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #f3f3f3;
  opacity: 1;
}
.m-ftform .form-text2 {
  line-height: 44px;
  height: 70px;
  box-sizing: border-box;
}
.m-ftform .iconfont {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}
.m-ftform .form-btn {
  width: 100%;
  height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #124f88;
}
.m-ftform .form-btn:hover {
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .m-ftfix1, .m-ftlnk {
    display: none;
  }
  .m-ftfix2 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }
  .m-ftfix3 {
    padding-right: 0;
    text-align: center;
  }
  .m-ftshare {
    justify-content: center;
  }
  .m-ftshare .share-item {
    margin-right: 10px;
  }
}
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.banner .dotList {
  display: none;
}
.banner .carousel-control {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 38px;
  line-height: 38px;
  height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  background-color: #cbcbcb;
  border-radius: 50%;
}
.banner .carousel-control:hover {
  color: #fff;
  background-color: #124f88;
}
.banner .carousel-control.left {
  left: 34px;
}
.banner .carousel-control.right {
  right: 34px;
}

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

.m-hdfix1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-hdfix3, .m-hdfix4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.m-hdfix3 {
  padding-top: 12px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.m-hdshare {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-hdshare .share-item {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 50%;
}
.m-hdshare .share-item:hover {
  color: #fff;
  background-color: #6f6b64;
}

.m-hdline {
  margin-left: 20px;
  margin-right: 20px;
}

.m-hdlang {
  position: relative;
}
.m-hdlang .lang-btn {
  display: inline-block;
  min-width: 100px;
  padding: 4px 5px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  background-color: #fff;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #b7b7b7;
}
.m-hdlang .lang-btn i {
  margin-left: 10px;
  font-size: 10px;
  font-size: 1rem;
}
.m-hdlang .lang-list {
  position: absolute;
  left: 0;
  top: 160%;
  width: 100%;
  padding: 5px 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
}
.m-hdlang .lang-list.active {
  visibility: visible;
  opacity: 1;
  top: 110%;
}
.m-hdlang .lang-item a {
  display: block;
  line-height: 20px;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
.m-hdlang .lang-item a:hover {
  color: #fff;
  background-color: #124f88;
}

.m-hdlogo {
  float: left;
  text-align: center;
}
.m-hdlogo a {
  display: inline-block;
  line-height: 102px;
}
.m-hdlogo img {
  vertical-align: middle;
}

.c-ps {
  position: static !important;
}

.m-hdnav {
  float: left;
  max-width: 880px;
}
.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-right: 100px;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 27px;
  height: 3px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #124f88;
}
.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 4, 13, 0.21);
  padding-top: 15px;
  padding-bottom: 17px;
}
.m-hdnav .sbnav-list.show {
  display: block;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  /*width: 473px;*/
  width: 276px;
}
.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 228px;
}
.m-hdnav .sbnav-list3 {
  top: 100%;
  left: 0;
  width: 225px;
}
.m-hdnav .sbnav-item {
  position: relative;
  margin-top: 10px;
}
.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  padding-left: 24px;
  padding-right: 17px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}
.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #124f88;
}
.m-hdnav .sbnav-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .m-hdnav {
    max-width: 750px;
  }
  .m-hdnav .nav-item {
    margin-right: 40px;
  }
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdnav .sbnav-item > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hdsch {
  position: relative;
  float: right;
  z-index: 3;
}
.m-hdsch .sch-btn {
  display: block;
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  text-align: center;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 176px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 550ms;
}
.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}
.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #124f88;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdsch .sch-btn {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
    border-top-width: 2px;
  }
  .m-hdinfo, .m-hdshare, .m-hdline {
    display: none;
  }
  .m-hdnav {
    display: none;
  }
  .m-hdlang {
    position: absolute;
    right: 45px;
    top: 5px;
    line-height: 30px;
  }
  .m-hdsch {
    position: absolute;
    right: 15px;
    top: 5px;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 9;
  }
  .m-hdsch .sch-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #124f88;
  }
  .m-hdlogo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .m-hdlogo a {
    line-height: 0;
  }
  .m-hdlogo img {
    width: 200px;
  }
}
.m-hdsbnav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 26px;
  background-color: #124f88;
  display: none;
}
.m-hdsbnav .hdsbnav-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 19.6666666667%;
}
.m-hdsbnav .hdsbnav-list {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-hdsbnav .hdsbnav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.m-hdsbnav .hdsbnav-item a {
  position: relative;
  display: block;
  padding-left: 28px;
  color: #fff;
}
.m-hdsbnav .hdsbnav-item i {
  position: absolute;
  left: 0;
}
.m-hdsbnav .hdsbnav-item:hover, .m-hdsbnav .hdsbnav-item.active {
  color: #124f88;
}
.m-hdsbnav .hdsbnav-item:hover a, .m-hdsbnav .hdsbnav-item.active a {
  color: #124f88;
}
.m-hdsbnav .hdsbnav-img {
  flex: 0 0 auto;
  width: 290px;
  height: 290px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.m-hdsbnav .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.m-hdsbnav .img.show {
  display: block;
}
.m-hdsbnav.show {
  display: block;
}

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

.m-newsl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -38px;
}
.m-newsl .list-item {
  margin-right: 3.0833333333%;
  margin-bottom: 38px;
  width: 31.1666666667%;
  background-color: #f7f7f7;
}
.m-newsl .list-item:hover {
  background-color: #124f88;
}
.m-newsl .list-item:hover .item-title, .m-newsl .list-item:hover .item-desc, .m-newsl .list-item:hover .item-link {
  color: #fff;
}
.m-newsl .list-item:hover .item-title a, .m-newsl .list-item:hover .item-desc a, .m-newsl .list-item:hover .item-link a {
  color: #fff;
}
.m-newsl .list-item:hover .item-time {
  color: rgba(255, 255, 255, 0.42);
}
.m-newsl .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-newsl .item-text {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.m-newsl .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-newsl .item-desc {
  margin-top: 9px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-newsl .item-desc a {
  color: #666;
}
.m-newsl .item-desc a:hover {
  color: #124f88;
}
.m-newsl .item-fix {
  margin-top: 21px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.42);
}
.m-newsl .item-fix a {
  color: #124f88;
}
.m-newsl .item-fix a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-newsl {
    margin-bottom: -30px;
  }
  .m-newsl .list-item {
    margin-bottom: 30px;
  }
  .m-newsl .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-desc {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-fix {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .m-newsl .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-news .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  font-weight: normal;
}
.m-news .box-info {
  padding-top: 5px;
  padding-bottom: 22px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  border-bottom: 1px solid rgba(171, 170, 170, 0.16);
}
.m-news .box-info, .m-news .box-share {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-news .box-time {
  margin-right: 25px;
}
.m-news .share-title {
  margin-right: 10px;
}
.m-news .box-desc {
  margin-top: 23px;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-mpro {
  margin-top: 60px;
}
.m-mpro .box-title {
  margin-bottom: 52px;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.m-mpro .box-slide {
  position: relative;
}
.m-mpro .btn-wp {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-mpro .box-btn {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #cbcbcb;
  z-index: 2;
}
.m-mpro .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
.m-mpro .prev {
  margin-right: 5px;
}
.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-mpro .list-item {
  float: left;
  margin-right: 0.0466666667%;
  width: 0.215%;
}
.m-mpro .item-pic {
  border: solid 1px #e5e5e5;
}
.m-mpro .item-title {
  margin-top: 17px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .m-mpro {
    margin-top: 30px;
  }
  .m-mpro .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-mpro .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-mpro .btn-wp {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-mpro .list-item {
    margin-right: 0.02%;
    width: 0.32%;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    width: 0.49%;
  }
}

.m-faq .list-item {
  margin-top: 15px;
  overflow: hidden;
}
.m-faq .list-item:first-child {
  margin-top: 0;
}
.m-faq .item-title {
  position: relative;
  background-color: #f5f5f5;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-faq .item-title a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 40px;
}
.m-faq .item-title i {
  position: absolute;
  right: 18px;
  top: 10px;
  color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-faq .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-faq .item-title .icon-jian2 {
  display: none;
}
.m-faq .item-title.active {
  background-color: #124f88;
}
.m-faq .item-title.active a {
  color: #fff;
}
.m-faq .item-title.active i {
  color: #fff;
}
.m-faq .item-title.active .icon-jia2 {
  display: none;
}
.m-faq .item-title.active .icon-jian2 {
  display: block;
}
.m-faq .item-desc {
  position: relative;
  display: none;
  padding-top: 23px;
  padding-left: 25px;
  padding-right: 40px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-faq .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.m-faq .item-desc.show {
  display: block;
}
@media screen and (max-width: 991px) {
  .m-faq .list-fix {
    width: 100%;
  }
}

.m-ctusfix {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.m-ctusinfo {
  width: 48.3333333333%;
  padding-left: 48px;
  padding-right: 25px;
  padding-top: 22px;
  background-color: rgba(18, 79, 136, 0.1);
}
.m-ctusinfo .box-title {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  color: #124f88;
}
.m-ctusinfo .info-item {
  position: relative;
  padding-left: 40px;
  padding-top: 37px;
  padding-bottom: 37px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(191, 191, 191, 0.39);
}
.m-ctusinfo .info-item i {
  position: absolute;
  left: 0;
  top: 37px;
  color: #124f88;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 15px 0;
  }
  .m-ctusinfo .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .info-item {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusinfo .info-item i {
    top: 20px;
  }
}

.m-ctusform {
  width: 48.3333333333%;
  background-color: rgba(175, 175, 175, 0.1);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 52px;
}
.m-ctusform .box-title {
  margin-bottom: 3px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-ctusform .box-desc {
  margin-bottom: 12px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-ctusform .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ctusform .form-item {
  margin-bottom: 18px;
}
.m-ctusform .form-item1 {
  width: 44.9056603774%;
}
.m-ctusform .form-label {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-ctusform .form-label span {
  color: #ff0000;
}
.m-ctusform .form-text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
}
.m-ctusform .form-item2 {
  width: 100%;
}
.m-ctusform .form-text2 {
  height: 88px;
}
.m-ctusform .form-code {
  position: relative;
  padding-right: 110px;
}
.m-ctusform .code-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  background-color: #f3fbfe;
}
.m-ctusform .code-img img {
  max-height: 44px;
  vertical-align: middle;
}
.m-ctusform .form-btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 36px;
  background-color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    padding: 30px 15px;
    width: 100%;
  }
  .m-ctusform .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-label {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusform .form-item {
    width: 100%;
  }
  .m-ctusform .form-btn {
    margin-top: 0;
  }
}

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

.m-supportb1 .box-title {
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.m-supportb1 .box-desc {
  margin-top: 36px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.m-supportb1 .box-desc p {
  min-height: 26px;
}
@media screen and (max-width: 991px) {
  .m-supportb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-supportb2 {
  margin-top: 19px;
}
.m-supportb2 .box-title {
  position: relative;
  padding-bottom: 25px;
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-align: center;
}
.m-supportb2 .box-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 61px;
  height: 3px;
  background-color: #124f88;
}
.m-supportb2 .box-form {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  position: relative;
  padding-right: 170px;
  border-radius: 10px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.m-supportb2 .form-text {
  width: 100%;
  height: 74px;
  line-height: 74px;
  padding: 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.m-supportb2 .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-supportb2 .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-supportb2 .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-supportb2 .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-supportb2 .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  line-height: 74px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: #124f88;
  cursor: pointer;
}
.m-supportb2 .form-btn:hover {
  color: #fff;
  background-color: #333;
}
.m-supportb2 .box-list {
  margin-top: 42px;
}
.m-supportb2 .list-item {
  margin-top: 13px;
}
.m-supportb2 .list-item:first-child {
  margin-top: 0;
}
.m-supportb2 .item-title {
  padding: 15px 20px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f8f8f8;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .m-supportb2 .box-title {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-supportb2 .box-form {
    margin-top: 30px;
    padding-right: 100px;
  }
  .m-supportb2 .form-btn {
    width: 100px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-supportb2 .form-text {
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-supportb2 .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-supportmodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.m-supportmodal .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.m-supportmodal .modal-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 682px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
}
.m-supportmodal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(18, 79, 136, 0.25);
  cursor: pointer;
}
.m-supportmodal .modal-close:hover {
  color: #124f88;
}
.m-supportmodal .box-wp {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 69px;
  padding-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  text-align: center;
}
.m-supportmodal .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-supportmodal .box-desc {
  margin-top: 51px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-supportmodal .box-link {
  margin-top: 36px;
}
.m-supportmodal .box-link a {
  display: inline-block;
  min-width: 140px;
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #124f88;
}
.m-supportmodal .box-link a:hover {
  color: #fff;
  background-color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-supportmodal .box-wp {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .m-supportmodal .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-supportmodal .box-desc {
    margin-top: 30px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-supportmodal .box-link {
    margin-top: 30px;
  }
  .m-supportmodal .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.g-mn {
  float: left;
  width: 100%;
  padding-left: 318px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    padding-left: 0;
  }
}

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

.m-sdtt {
  padding: 25px 34px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  color: #fff;
  background-color: #124f88;
}
.m-sdtt a {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .m-sdtt {
    padding: 10px 15px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #124f88;
  box-sizing: border-box;
}
.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}
.m-sdnav1 .nav-item {
  margin-top: 10px;
}
.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #bfbfbf;
}
.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {
  color: #124f88;
  border-color: #124f88;
}
.m-sdnav1 .sbnav-list {
  padding-left: 14px;
  display: none;
}
.m-sdnav1 .sbnav-list.show {
  display: block;
}
.m-sdnav1 .sbnav-list1 {
  padding-top: 16px;
}
.m-sdnav1 .sbnav-list2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.m-sdnav1 .sbnav-item > a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdnav1 .sbnav-item > a:hover, .m-sdnav1 .sbnav-item > a.active, .m-sdnav1 .sbnav-item > a.current {
  color: #124f88;
}

@media screen and (max-width: 991px) {
  .m-sdnav1 .nav-name {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
  }
  .m-sdnav1 .sbnav-item a {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-sdnews {
  margin-top: 30px;
}
.m-sdnews .box-list {
  margin-top: 26px;
}
.m-sdnews .list-item {
  margin-top: 18px;
  background-color: #f7f7f7;
}
.m-sdnews .list-item:first-child {
  margin-top: 0;
}
.m-sdnews .item-text {
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 15px;
}
.m-sdnews .item-title {
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 80px;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-sdnews .item-time {
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.42;
}
@media screen and (max-width: 991px) {
  .m-sdnews .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: -20px;
  }
  .m-sdnews .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    margin-bottom: 20px;
    margin-top: 0;
    width: 48%;
  }
  .m-sdnews .item-title {
    height: auto;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-sdnews .item-text {
    padding-top: 10px;
  }
  .m-sdnews .item-time {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-sdtag {
  margin-top: 30px;
}
.m-sdtag .box-tags {
  margin-top: 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-sdtag .box-tags a {
  margin-right: 20px;
}

.m-clstext {
  margin-bottom: 27px;
}
.m-clstext .box-title {
  position: relative;
  line-height: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  color: #124f88;
}
.m-clstext .box-desc {
  position: relative;
  margin-top: 13px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  color: #666;
}
.m-clstext .box-desc:first-child {
  margin-top: 0;
}
.m-clstext .hid {
  max-height: 90px;
}
.m-clstext .hid:before {
  display: block;
}
.m-clstext .box-link {
  margin-top: 17px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: none;
}
.m-clstext .box-link a {
  color: #124f88;
}
.m-clstext .box-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-clstext .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-clstext .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-prol {
  margin-bottom: -60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-prol .list-item {
  margin-right: 6.1224489796%;
  margin-bottom: 60px;
  width: 29.2517006803%;
}
.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol .item-pic {
  border: 1px solid #e5e5e5;
}
.m-prol .item-title {
  margin-top: 18px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-title a {
  color: #666;
}
.m-prol .item-title a:hover {
  color: #124f88;
}
.m-prol .item-link {
  margin-top: 9px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-prol .item-link input {
  margin-right: 10px;
}
.m-prol .item-link a {
  min-width: 114px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: solid 1px #bfbfbf;
}
.m-prol .item-link a:hover {
  color: #fff;
  background-color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-prol {
    margin-bottom: -30px;
  }
  .m-prol .list-item {
    margin-bottom: 30px;
  }
  .m-prol .item-title {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-link a {
    min-width: 100px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
}

.m-prob1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-prob1 .box-slide {
  width: 45.8333333333%;
  position: relative;
  border: 1px solid #e5e5e5;
}
.m-prob1 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-prob1 .list-item {
  float: left;
  width: 1%;
}
.m-prob1 .box-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  font-size: 2rem;
  color: #cdcdcd;
  cursor: pointer;
  z-index: 2;
}
.m-prob1 .box-btn:hover {
  color: #124f88;
}
.m-prob1 .prev {
  left: 10px;
}
.m-prob1 .next {
  right: 10px;
}
.m-prob1 .box-text {
  width: 45.4166666667%;
}
.m-prob1 .box-title {
  padding-bottom: 21px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #dfdfdf;
}
.m-prob1 .box-desc {
  margin-top: 28px;
  color: #666;
}
.m-prob1 .box-share {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-prob1 .share-title {
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-right: 10px;
}
.m-prob1 .share-img {
  line-height: 0;
  font-size: 0;
}
.m-prob1 .box-link {
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-prob1 .box-link a {
  margin-right: 40px;
  margin-bottom: 10px;
  min-width: 252px;
  line-height: 30px;
  padding: 7px 10px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  border: 1px solid #124f88;
  color: #124f88;
  text-align: center;
}
.m-prob1 .box-link a:hover {
  color: #fff;
  background-color: #124f88;
}
.m-prob1 .box-link a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .m-prob1 .box-title {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-prob1 .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .box-slide, .m-prob1 .box-text {
    width: 100%;
  }
  .m-prob1 .box-text {
    margin-top: 30px;
  }
  .m-prob1 .box-slide {
    border: none;
  }
  .m-prob1 .list-item {
    margin-right: 0.02%;
    width: 0.32%;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 640px) {
  .m-prob1 .list-item {
    width: 0.49%;
  }
}
@media screen and (max-width: 375px) {
  .m-prob1 .list-item {
    width: 1%;
  }
}

.m-prob2 {
  margin-top: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.m-prob2 .box-title {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  margin-bottom: 32px;
  color: #124f88;
}
.m-prob2 .box-desc em {
  font-size: 18px;
  font-size: 1.8rem;
  color: #124f88;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-prob2 .box-desc .hsicon {
  position: relative;
  padding-left: 15px;
}
.m-prob2 .box-desc .hsicon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-prob2 {
    margin-top: 30px;
  }
  .m-prob2 .box-title {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prob2 .box-desc .hsicon:before {
    top: 10px;
  }
  .m-prob2 .box-desc em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-protag {
  margin-top: 23px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #124f88;
}
.m-protag span {
  font-size: 20px;
  font-size: 2rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-protag a {
  color: #124f88;
}
.m-protag a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-protag {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-protag span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-abtb1 .box-title {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.m-abtb1 .box-wp {
  margin-top: 59px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-abtb1 .box-img {
  order: 2;
  width: 49.3333333333%;
  line-height: 0;
  font-size: 0;
}
.m-abtb1 .box-text {
  width: 47.3333333333%;
}
.m-abtb1 .box-desc {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .m-abtb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb1 .box-wp {
    margin-top: 30px;
  }
  .m-abtb1 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb1 .box-desc p, .m-abtb1 .box-desc span, .m-abtb1 .box-desc b {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb1 .box-img {
    width: 100%;
    order: 1;
  }
  .m-abtb1 .box-text {
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
}

.m-abtb2 {
  margin-top: 67px;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    margin-top: 40px;
  }
}

.m-abtb3 {
  padding-top: 75px;
  background-color: #e6ecf1;
}
.m-abtb3 .box-hd {
  margin-bottom: 46px;
  text-align: center;
}
.m-abtb3 .hd-title {
  margin-bottom: 21px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.m-abtb3 .hd-info {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  color: #666;
}
.m-abtb3 .box-fix {
  margin-bottom: 26px;
  padding-top: 69px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: url("../images/hua1.png") no-repeat left top;
}
.m-abtb3 .box-title {
  flex: 1 1 auto;
  font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif;
  overflow: hidden;
}
.m-abtb3 .box-title .title1 {
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
}
.m-abtb3 .box-title .title2 {
  margin-top: 11px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
}
.m-abtb3 .box-link {
  flex: 0 0 auto;
  margin-left: 10px;
}
.m-abtb3 .box-link a {
  display: inline-block;
  min-width: 185px;
  line-height: 30px;
  padding: 9px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #124f88;
}
.m-abtb3 .box-link a:hover {
  color: #fff;
  background-color: #333;
}
.m-abtb3 .box-desc {
  color: #666;
}
.m-abtb3 .box-slide {
  margin-top: 33px;
}
.m-abtb3 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-abtb3 .list-item {
  float: left;
  margin-right: 0.0104166667%;
  width: 0.3255208333%;
}
.m-abtb3 .btn-wp {
  margin-top: 13px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-abtb3 .box-btn {
  margin: 0 3px;
  width: 38px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
  background-color: #cbcbcb;
  cursor: pointer;
}
.m-abtb3 .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-abtb3 {
    padding-top: 40px;
  }
  .m-abtb3 .box-hd {
    margin-bottom: 30px;
  }
  .m-abtb3 .hd-title {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb3 .hd-info {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb3 .box-fix {
    padding: 0;
    background: none;
  }
  .m-abtb3 .box-title .title1 {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-abtb3 .box-title .title2 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb3 .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .m-abtb3 .box-btn {
    width: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb3 .list-item {
    margin-right: 0.02%;
    width: 0.49%;
  }
}

.m-abtb4 {
  padding-top: 87px;
  padding-bottom: 56px;
  background-color: #e6ecf1;
}
.m-abtb4 .box-title {
  position: relative;
  padding-left: 23px;
  padding-top: 69px;
  padding-bottom: 55px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif;
  background: url("../images/hua1.png") no-repeat left top;
}
.m-abtb4 .box-desc {
  margin-top: 7px;
}
.m-abtb4 .box-desc em {
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}
.m-abtb4 .hsicon {
  position: relative;
  padding-left: 28px;
}
.m-abtb4 .hsicon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #124f88;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .m-abtb4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb4 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-abtb5 {
  padding-top: 32px;
  padding-bottom: 93px;
  background-color: #f4f4f4;
}
.m-abtb5 .box-title {
  position: relative;
  padding-left: 24px;
  padding-top: 69px;
  padding-bottom: 62px;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif;
  background: url("../images/hua1.png") no-repeat left top;
}
.m-abtb5 .box-wp {
  margin-top: -30px;
}
.m-abtb5 .box-item {
  margin-top: 46px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb5 .box-item .item-pic {
  width: 52.3333333333%;
}
.m-abtb5 .box-item .item-text {
  width: 40%;
}
.m-abtb5 .box-item .item-info {
  position: relative;
  padding-left: 50px;
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-abtb5 .box-item .item-info:first-child {
  margin-top: 0;
}
.m-abtb5 .boxinfo .box-item .item-text p {
  position: relative;
  padding-left: 50px;
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-abtb5 .boxinfo .box-item .item-text p:first-child {
  margin-top: 0;
}
.m-abtb5 .box-item .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  color: #fff;
  text-align: center;
  background-color: #124f88;
  border-radius: 50%;
}
.m-abtb5 .boxinfo .box-item .item-text p em {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  color: #fff;
  text-align: center;
  background-color: #124f88;
  border-radius: 50%;
  font-style: normal;
}
.m-abtb5 .box-item:first-child {
  margin-top: 0;
}
.m-abtb5 .box-item1 .item-pic {
  order: 2;
}
@media screen and (max-width: 991px) {
  .m-abtb5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb5 .box-wp {
    margin-top: 10px;
  }
  .m-abtb5 .box-item {
    margin-top: 30px;
  }
  .m-abtb5 .box-item .item-info {
    margin-top: 10px;
    padding-left: 36px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb5 .box-item .num {
    width: 26px;
  }
  .m-abtb5 .boxinfo .box-item .item-text p {
    margin-top: 10px;
    padding-left: 36px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb5 .boxinfo .box-item .item-text p em {
    width: 26px;
  }
  .m-abtb5 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb5 .box-item .item-pic {
    width: 100%;
    order: 1;
  }
  .m-abtb5 .box-item .item-text {
    margin-top: 20px;
    width: 100%;
    order: 2;
  }
}

.m-abtt {
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .m-abtt {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-abtb6 {
  padding-top: 72px;
  background: url("../images/abtbg1.jpg") no-repeat center top;
  background-size: 85%;
}
.m-abtb6 .box-title {
  margin-bottom: 76px;
}
@media screen and (max-width: 991px) {
  .m-abtb6 {
    padding-top: 40px;
  }
  .m-abtb6 .box-title {
    margin-bottom: 30px;
  }
}

.m-abtb7 {
  padding-top: 98px;
  padding-bottom: 110px;
}
.m-abtb7 .box-title {
  margin-bottom: 62px;
}
.m-abtb7 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-abtb7 .list-item {
  float: left;
  width: 1%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-abtb7 .list-fix {
  margin-right: 3.75%;
  margin-bottom: 32px;
  width: 22.0833333333%;
}
.m-abtb7 .list-fix:nth-child(4n) {
  margin-right: 0;
}
.m-abtb7 .item-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.m-abtb7 .item-title {
  margin-top: 19px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}
.m-abtb7 .btn-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-abtb7 .box-btn {
  margin-left: 3px;
  margin-right: 3px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #cbcbcb;
  cursor: pointer;
}
.m-abtb7 .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
@media screen and (max-width: 991px) {
  .m-abtb7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb7 .box-title {
    margin-bottom: 30px;
  }
  .m-abtb7 .item-title {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb7 .list-fix {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb7 .list-fix {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-abtb8 {
  padding-top: 60px;
  padding-bottom: 163px;
  background-color: #f4f4f4;
}
.m-abtb8 .box-title {
  margin-bottom: 34px;
}
.m-abtb8 .box-desc {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-abtb8 .box-wp {
  margin: 0 auto;
  width: 100%;
}
.m-abtb8 .box-big {
  position: relative;
  float: left;
  width: 75.5%;
  box-sizing: border-box;
}
.m-abtb8 .box-big div {
  position: relative;
}
.m-abtb8 .box-big .img {
  line-height: 0;
  font-size: 0;
}
.m-abtb8 .box-big .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #000 \9 ;
  overflow: hidden;
}
.m-abtb8 .box-small {
  position: relative;
  float: right;
  width: 22.3333333333%;
  padding-bottom: 45px;
}
.m-abtb8 .btn-wp {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-abtb8 .box-btn {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 50%;
  background-color: #cbcbcb;
  cursor: pointer;
}
.m-abtb8 .box-btn:hover {
  color: #fff;
  background-color: #124f88;
}
.m-abtb8 .prev {
  margin-right: 7px;
}
.m-abtb8 .box-list {
  overflow: hidden;
  height: 513px;
}
.m-abtb8 .box-list ul li {
  margin-bottom: 11px;
}
.m-abtb8 .list-item {
  position: relative;
  border: 1px solid transparent;
}
.m-abtb8 .list-item.active {
  border-color: #124f88;
}
.m-abtb8 .item-title {
  display: none;
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1219px) {
  .m-abtb8 .box-list {
    height: 370px;
  }
  .m-abtb8 .box-list ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .m-abtb8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb8 .box-big {
    display: none;
  }
  .m-abtb8 .box-small {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .m-abtb8 .box-btn {
    display: none;
  }
  .m-abtb8 .box-list {
    padding-left: 0;
    overflow: hidden;
    height: auto;
  }
  .m-abtb8 .box-list ul li {
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 19px;
  }
  .m-abtb8 .list-item {
    border: none;
  }
  .m-abtb8 .list-item.active {
    border: none;
  }
  .m-abtb8 .list-item.active:before {
    display: none;
  }
  .m-abtb8 .item-title {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb8 .box-list ul li {
    width: 48%;
  }
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/OpenSansBold.eot');
  src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),
       url('../fonts/OpenSansBold.woff2') format('woff2'),
       url('../fonts/OpenSansBold.woff') format('woff'),
       url('../fonts/OpenSansBold.ttf') format('truetype'),
       url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
  font-family: 'OPENSANSLIGHT';
  src: url('../fonts/OPENSANSLIGHT.eot');
  src: url('../fonts/OPENSANSLIGHT.eot') format('embedded-opentype'),
       url('../fonts/OPENSANSLIGHT.woff2') format('woff2'),
       url('../fonts/OPENSANSLIGHT.woff') format('woff'),
       url('../fonts/OPENSANSLIGHT.ttf') format('truetype'),
       url('../fonts/OPENSANSLIGHT.svg#OPENSANSLIGHT') format('svg');
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/OpenSansRegular.eot');
  src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
       url('../fonts/OpenSansRegular.woff2') format('woff2'),
       url('../fonts/OpenSansRegular.woff') format('woff'),
       url('../fonts/OpenSansRegular.ttf') format('truetype'),
       url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

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


@font-face {
  font-family: "iconfont"; /* Project id 3681748 */
  src: url('../fonts/iconfont.woff2?t=1664500049270') format('woff2'),
       url('../fonts/iconfont.woff?t=1664500049270') format('woff'),
       url('../fonts/iconfont.ttf?t=1664500049270') format('truetype');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

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

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

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-guanbi:before {
  content: "\e625";
}

.support a{
    color: #fff;
    background: #124f88;
    display: block;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 54px;
    margin-right: 20px;
}
.support a:hover{ background: #333; }

.m-hdnav .nav-item:last-child { margin-right: 0px; }

@media screen and (max-width: 1440px) {
  .support a{
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 30px;
    margin-right: 14px;
  }
}

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

.m-kefu-chat.mobile-hide{ right: 6px!important; }
.m-page a.no:hover {color: #999!important;border: solid 1px #e5e5e5!important; background: none!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}
.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: 34px;
    width: 200px;
    line-height: 32px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #b8b8b8;
    margin-bottom: 10px;
    }
    .listcart a:hover {background: #124f88;}
    .xunpanc{margin-top: 20px; width: 100%;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 3px;}
    .xunpanc table tr td a:hover{color: #124f88;}


.gqimg{
    max-height: 20px;
    margin-right: 6px;
}






