#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: 99999999999999980000000000000000000000;

}



#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: #0c3c83;

  }

  .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: #0c3c83;

  }

}

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

  }

  .m-mobilenav .mbnav-btn .line {

    width: 100%;

    height: 2px;

    background-color: #0c3c83;

  }

  .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: #0c3c83;

  }

  .m-mobilenav .mbnav-item > a.active:after {

    background-color: #0c3c83;

  }

  .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: #0c3c83;

  }

}



#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; max-height:800px; margin:0px auto 0px; z-index:90; text-align:left; /* reset align=center */

	font-size: 10px; text-shadow: none; 

	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1{ width:1920px }

#wowslider-container1 .ws_images ul{ position:relative; width: 10000%; height:100%; left:0; list-style:none; margin:0; padding:0; border-spacing:0; overflow: visible; /*table-layout:fixed;*/

}

#wowslider-container1 .ws_images ul li{ position: relative; width:1%; height:100%; line-height:0; overflow: hidden; float:left;	padding:0 0 0 0 !important; margin:0 0 0 0 !important; }

#wowslider-container1 .ws_images{ position: relative; left:0; top:0; height:100%; max-height:800px; max-width: 1920px; vertical-align: top; border:none; overflow: hidden; }

#wowslider-container1 .ws_images ul a{ width:100%; height:100%; max-height:800px; display:block; color:transparent; }

#wowslider-container1 img{ max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img,

#wowslider-container1 .ws_images > div > img{ width:100%; border:none 0; max-width: none; padding:0; margin:0; }

#wowslider-container1 .ws_images > div > img { max-height:800px; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a{ text-decoration: none; outline: none; border: none; }

#wowslider-container1  .ws_bullets { float: left; position:absolute; z-index:70; }

#wowslider-container1  .ws_bullets div{ position:relative; float:left; font-size: 0px; }

/* compatibility with Joomla styles */

#wowslider-container1  .ws_bullets a { line-height: 0; }

#wowslider-container1  .ws_script{ display:none; }

#wowslider-container1 sound, 

#wowslider-container1 object{ position:absolute; }



/* prevent some of users reset styles */

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }





/* hide controls when video start play */

#wowslider-container1.ws_video_playing .ws_bullets,

#wowslider-container1.ws_video_playing .ws_fullscreen,

#wowslider-container1.ws_video_playing .ws_next,

#wowslider-container1.ws_video_playing .ws_prev { display: none; }

.ws-title-wrapper{ display: none; }



/* youtube/vimeo buttons */

#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }

#wowslider-container1 .ws_video_btn.ws_youtube,

#wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }

#wowslider-container1 .ws_video_btn div { position: absolute; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }

#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }

#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }

#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }

#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }

#wowslider-container1  .ws_bullets { padding: 5px; }

#wowslider-container1 .ws_bullets a { width:20px; height:20px;  float: left; text-indent: -4000px; position:relative; margin-left:7px; color:transparent; }

#wowslider-container1 .ws_bullets a:hover{ background-position: 0 50%;	

}

#wowslider-container1 .ws_bullets a.ws_selbull{ background-position: 0 100%; }	

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { background-size: 200%;



	position:absolute; top:50%; margin-top:-2.4em; z-index:60; height: 6.4em; width: 6.4em;  }

#wowslider-container1 a.ws_next{ background-position: 100% 0; right:0.5em; }

#wowslider-container1 a.ws_prev { left:0.5em; background-position: 0 0;  

}

#wowslider-container1 a.ws_next:hover{ background-position: 100% 100%; }

#wowslider-container1 a.ws_prev:hover { background-position: 0 100%; }



/*playpause*/

#wowslider-container1 .ws_playpause { width: 6.4em; height: 6.4em; position: absolute; top: 50%; left: 50%; margin-left: -2.5em; margin-top: -2.5em; z-index: 59; }



#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover { background-position: 100% 100% !important; }/* bottom center */

#wowslider-container1  .ws_bullets {

   bottom: 0; left:50%; padding: 5px; }

#wowslider-container1  .ws_bullets div{ left:-50%; }

#wowslider-container1 .ws-title{ position:absolute; display:block; font: 2em 'Arimo', sans-serif; bottom: -0.2em; left: 0; margin:1.8em 0.7em; padding:0.6em 0.5em; color:#777777; z-index: 50; line-height: 1em; text-transform: uppercase; color: #ffffff; 

    background-color: rgba(255, 255, 255, 0.3); border: 0.05em solid #ffffff; border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; }

#wowslider-container1 .ws-title div{ margin-top: 0.3em; font-size: 0.8em; line-height: 1.15em; font-weight: normal; }#wowslider-container1 a.ws_next,

#wowslider-container1 a.ws_prev,

#wowslider-container1 .ws_playpause { display:none; }



* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}

#wowslider-container1:hover a.ws_next,

#wowslider-container1:hover a.ws_prev,

#wowslider-container1:hover .ws_playpause { display:block

}#wowslider-container1 .ws_images > ul{ animation: wsBasic 16s infinite; -moz-animation: wsBasic 16s infinite; -webkit-animation: wsBasic 16s infinite; }

@keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }

@-moz-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }

@-webkit-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }

#wowslider-container1 .ws_bullets  a img{ text-indent:0; display:block; bottom:25px; left:-74px; visibility:hidden; position:absolute; border: 1px solid rgba(220, 220, 220, 0.6); border-radius:1px; -moz-border-radius:2px; -webkit-border-radius:2px; max-width:none; }

#wowslider-container1 .ws_bullets a:hover img{ visibility:visible; }

#wowslider-container1 .ws_bulframe div div{ height:48px; overflow:visible; position:relative; }

#wowslider-container1 .ws_bulframe div { left:0; overflow:hidden; position:relative; width:148px; background-color:#FFFFFF; 

 

	

}

#wowslider-container1  .ws_bullets .ws_bulframe{ display:none; bottom:29px; overflow:visible; position:absolute; cursor:pointer; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); border: 1px solid #FFF; border-radius:3px; -moz-border-radius:3px; }

#wowslider-container1 .ws_bulframe span{ display:block; position:absolute; bottom:-8px; margin-left:1px; left:74px; width:15px; height:6px; }#wowslider-container1 .ws_bulframe div div{ height: auto; }



@media all and (max-width:760px) { #wowslider-container1 .ws_fullscreen { display: block; }}

@media all and (max-width:400px){ #wowslider-container1 .ws_controls,#wowslider-container1 .ws_bullets,	#wowslider-container1 .ws_thumbs{ 	display: none	} }

@charset "UTF-8";

::selection {

  color: #fff;

  background: #0c3c83;

}



* {

  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: "GFTSan5", 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: #0c3c83;

}



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;

}



@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: #0c3c83;

  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: #0c3c83;

  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: #0c3c83;

  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: 18px;

  font-size: 1.8rem;

  line-height: 30px;

}

.m-desc a {

  color: #0c3c83;

}

.m-desc a:hover {

  text-decoration: underline;

}

.m-desc p, .m-desc span, .m-desc b {

  font-size: 18px;

  font-size: 1.8rem;

  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: #0c3c83;

  }

  .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: #0c3c83;

}

[class*=-item] .item-desc {

  overflow: hidden;

}

[class*=-item] .item-desc a {

  display: block;

}

[class*=-item] .item-desc a:hover {

  color: #0c3c83;

}



.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: 106px;

  padding-bottom: 64px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #333;

  text-align: center;

  background-color: #f2f2f2;

}

.m-crm a {

  color: #333;

}

.m-crm a:hover {

  color: #d7000f;

}

.m-crm a.active {

  color: #d7000f;

}

.m-crm .box-title {

  line-height: 50px;

  font-size: 40px;

  font-size: 4rem;

  font-weight: bold;

}

@media screen and (max-width: 991px) {

  .m-crm {

    padding-top: 40px;

    padding-bottom: 40px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-crm .box-title {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

}



.m-oths {

  margin-top: 20px;

}

.m-oths .oths-item {

  position: relative;

  padding-left: 38px;

  height: 26px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  background-repeat: no-repeat;

  background-position: left center;

}

.m-oths .oths-item i {

  position: absolute;

  left: 0;

  top: 0;

  width: 26px;

  line-height: 26px;

  font-size: 12px;

  font-size: 1.2rem;

  color: #fff;

  text-align: center;

  background-color: #999;

  border-radius: 50%;

}

@media screen and (max-width: 991px) {

  .m-oths .oths-item {

    font-size: 16px;

    font-size: 1.6rem;

  }

}

.m-oths .oths-item-1 {

  margin-bottom: 14px;

}



.m-page {

  margin-top: 70px;

  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: 8px;

  margin-right: 8px;

  margin-bottom: 5px;

  display: inline-block;

  *display: inline;

  *zoom: 1;

  min-width: 36px;

  height: 36px;

  line-height: 34px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #333;

  text-align: center;

  border-radius: 4px;

  border: solid 1px #cccccc;

  box-sizing: border-box;

  transition: all 550ms;

  padding: 0 5px;

}

.m-page a.big, .m-page span.big {

  min-width: 94px;

}

.m-page a.big.no{border: solid 1px #cccccc !important; color: #333 !important; background:none}

.m-page a:hover {

  color: white;

  border-color: #0c3c83;

  background-color: #0c3c83;

}

.m-page a.active {

  color: white;

  border-color: #0c3c83;

  background-color: #0c3c83;

}

.m-page .page-form {

  margin-left: 8px;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.m-page .form-btn {

  min-width: 150px;

  line-height: 30px;

  height: 30px;

  padding: 0 20px;

  font-size: 14px;

  font-size: 1.4rem;

  color: #fff;

  box-sizing: border-box;

  background-color: #0c3c83;

}



.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-page a.big {

    min-width: 70px;

  }

  .m-page a, .m-page span {

    font-size: 14px;

    font-size: 1.4rem;

  }

}

.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: 40px;*/

  /*line-height: 40px;*/
  width: 80px;

  line-height: 80px;

  margin-bottom: 1px;

  /*font-size: 16px;*/

  /*font-size: 1.6rem;*/

 font-size: 26px;

  font-size: 2.6rem;

  color: #fff;

  text-align: center;

  background-color: #0c3c83;

  border-radius: 5px;

}

.m-kf .kf-item:hover {

  color: #fff;

  background-color: #d7000f;

}

.m-kf .kf-item.active {

  background-color: #d7000f;

}

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

    font-size: 26px;

    font-size: 2.6rem;

    background-color: #2d2d27 !important;

  }

  .m-kf .kf-item2 {

    position: relative;

  }

  .m-kf .kf-wx {

    bottom: 100%;

    right: 0;

  }

  .m-kf .gotop {

    width: 20%;

    line-height: 60px;

    font-size: 20px;

    font-size: 2rem;

    color: #fff;

    text-align: center;

    display: block;

  }

  .g-ft {

    padding-bottom: 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: #0c3c83;

  border-radius: 5px;

  display: none;

}

.returntop:hover {

  color: #fff;

  background-color: #0c3c83;

}



@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%;

}



.g-hwys {

  padding-top: 65px;

  padding-bottom: 88px;

}

@media screen and (max-width: 991px) {

  .g-hwys {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hwys .box-desc {

  margin-left: auto;

  margin-right: auto;

  max-width: 1050px;

  line-height: 44px;

  font-size: 26px;

  font-size: 2.6rem;

  font-weight: bold;

  text-align: center;

}

.m-hwys .box-wp {

  margin-top: 78px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: stretch;

}

.m-hwys .box-item {

  width: 20%;

  border: solid 1px #eaeaea;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.m-hwys .item-wp {

  width: 100%;

  height: 100%;

  text-align: center;

  padding-left: 15px;

  padding-right: 15px;

  padding-top: 37px;

  padding-bottom: 24px;

}

.m-hwys .item-wp:hover {

  background-color: #0c3c83;

  color: #fff;

}

.m-hwys .item-wp:hover .icon1 {

  opacity: 0;

}

.m-hwys .item-wp:hover .icon2 {

  display: block;

}

.m-hwys .item-icon {

  line-height: 0;

  font-size: 0;

  position: relative;

}

.m-hwys .icon2 {

  position: absolute;

  left: 50%;

  top: 0;

  transform: translate(-50%, 0);

  display: none;

}

.m-hwys .item-title {

  margin-top: 30px;

  line-height: 22px;

  font-size: 22px;

  font-size: 2.2rem;

}

.m-hwys .item-num {

  margin-top: 13px;

  line-height: 54px;

  font-size: 44px;

  font-size: 4.4rem;

  margin-top: 10px;

}

.m-hwys .item-num .num {

  font-weight: bold;

}

.m-hwys .item-num .text {

  vertical-align: middle;

  font-size: 20px;

  font-size: 2rem;

}

.m-hwys .item-num .shang {

  font-size: 16px;

  font-size: 1.6rem;

  vertical-align: top;

}

@media screen and (max-width: 1219px) {

  .m-hwys .item-title {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-hwys .item-num {

    line-height: 44px;

    font-size: 34px;

    font-size: 3.4rem;

  }

  .m-hwys .item-num .text {

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 991px) {

  .m-hwys .box-desc {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-hwys .icon {

    width: 50px;

  }

  .m-hwys .box-wp {

    margin-top: 30px;

  }

  .m-hwys .item-title {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hwys .item-num {

    line-height: 30px;

    font-size: 26px;

    font-size: 2.6rem;

  }

  .m-hwys .item-num .text {

    font-size: 12px;

    font-size: 1.2rem;

  }

  .m-hwys .item-wp {

    padding: 25px 10px;

  }

  .m-hwys .item-title {

    margin-top: 15px;

  }

}

@media screen and (max-width: 640px) {

  .m-hwys .box-item {

    width: 50%;

  }

  .m-hwys .box-item:last-child {

    width: 100%;

  }

}



.m-hhd {

  margin-bottom: 34px;

  text-align: center;

}

.m-hhd .hd-title {

  padding-bottom: 29px;

  line-height: 50px;

  font-size: 40px;

  font-size: 4rem;

  font-weight: bold;

  text-transform: uppercase;

  color: #0c3c83;

  background: url("../images/htt1.png") no-repeat center bottom;

}

.m-hhd .hd-title a {

  color: #0c3c83;

}

.m-hhd .hd-title a:hover {

  color: #d7000f;

}

.m-hhd .hd-title:before {

  content: "";

}

.m-hhd .hd-desc {

  margin-top: 8px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  color: #666;

}

.m-hhd .hd-desc a {

  color: #666;

}

.m-hhd .hd-desc a:hover {

  color: #0c3c83;

}

@media screen and (max-width: 991px) {

  .m-hhd {

    margin-bottom: 30px;

  }

  .m-hhd .hd-title {

    line-height: 26px;

    font-size: 20px;

    font-size: 2rem;

    padding-bottom: 20px;

    background-size: auto 10px;

  }

  .m-hhd .hd-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}



.g-hpro {

  padding-top: 74px;

  padding-bottom: 56px;

  background-color: #ededed;

}

@media screen and (max-width: 991px) {

  .g-hpro {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hpro .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-hpro .list-wp {

  float: left;

  width: 1%;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-hpro .list-item {

  margin-right: 0.8333333333%;

  margin-bottom: 20px;

  width: 24.1666666667%;

  background-color: #fff;

}

.m-hpro .item-text {

  padding-left: 10px;

  padding-right: 10px;

  padding-top: 10px;

  padding-bottom: 15px;

}

.m-hpro .item-title {

  height: 60px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  text-align: center;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.m-hpro .item-pic:hover:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 2;

}

.m-hpro .item-pic:hover:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 7px;

  background-color: #d7000f;

  z-index: 2;

}

.m-hpro .box-page {

  margin-top: 57px;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.m-hpro .page-item {

  margin: 0 4px;

  width: 17px;

  height: 4px;

  border-radius: 2px;

  background-color: #0c3c83;

}

.m-hpro .page-item.active {

  background-color: #d7000f;

}

@media screen and (max-width: 991px) {

  .m-hpro .box-page {

    margin-top: 20px;

  }

  .m-hpro .item-title {

    height: 48px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 480px) {

  .m-hpro .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.g-happl {

  padding-top: 64px;

}

.g-happl .btn-wp {

  position: absolute;

  right: 0;

  top: 8px;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.g-happl .box-btn {

  width: 44px;

  line-height: 44px;

  background-color: #ddd;

  border-radius: 5px;

  font-size: 20px;

  font-size: 2rem;

  text-align: center;

  cursor: pointer;

}

.g-happl .box-btn:hover {

  color: #fff;

  background-color: #0c3c83;

}

.g-happl .prev {

  margin-right: 17px;

}

@media screen and (max-width: 991px) {

  .g-happl {

    padding-top: 30px;

  }

  .g-happl .btn-wp {

    position: relative;

    right: auto;

    top: 0;

    margin-bottom: 30px;

  }

  .g-happl .box-btn {

    width: 38px;

    line-height: 38px;

    font-size: 16px;

    font-size: 1.6rem;

  }

}



.m-happl .box-list {

  width: 10000%;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-happl .list-item {

  width: 0.25%;

  border: 1px solid #eeeeee;

}

.m-happl .list-item:hover {

  background-color: #d7000f;

}

.m-happl .list-item:hover .item-link {

  opacity: 1;

}

.m-happl .list-item:hover .item-title {

  color: #fff;

}

.m-happl .list-item:hover .item-title a {

  color: #fff;

}

.m-happl .item-top {

  position: relative;

  border-bottom: 7px solid #1a3a6b;

}

.m-happl .item-link {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 2;

  opacity: 0;

}

.m-happl .item-link i {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border: 2px solid #fff;

  border-radius: 50%;

  text-align: center;

  width: 76px;

  line-height: 72px;

  font-size: 30px;

  font-size: 3rem;

  color: #fff;

}

.m-happl .item-text {

  position: relative;

  padding-left: 15px;

  padding-right: 15px;

  padding-top: 25px;

  padding-bottom: 32px;

  text-align: center;

}

.m-happl .item-text:before {

  content: "";

  position: absolute;

  left: 50%;

  transform: translate(-50%, 0);

  bottom: 0;

  width: 55px;

  height: 7px;

  background-color: #d7000f;

}

.m-happl .item-title {

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  font-weight: bold;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.m-happl .item-btn {

  margin-top: 27px;

}

.m-happl .item-btn a {

  display: inline-block;

  min-width: 116px;

  line-height: 24px;

  padding: 5px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  background-color: #fff;

  border: 1px solid #d1d8dd;

  border-radius: 18px;

}

@media screen and (max-width: 991px) {

  .m-happl .item-title {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-happl .item-btn {

    margin-top: 15px;

  }

  .m-happl .item-btn a {

    padding: 5px 10px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-happl .item-link i {

    width: 50px;

    line-height: 44px;

    font-size: 18px;

    font-size: 1.8rem;

  }

  .m-happl .item-text {

    padding: 20px 15px 30px;

  }

}

@media screen and (max-width: 640px) {

  .m-happl .list-item {

    width: 0.3333%;

  }

}

@media screen and (max-width: 480px) {

  .m-happl .list-item {

    width: 0.5%;

  }

}



.g-habt {

  padding-top: 73px;

}

@media screen and (max-width: 991px) {

  .g-habt {

    padding-top: 30px;

  }

}



.m-habt {

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-habt .box-video {

  order: 2;

  width: 35.25%;

  line-height: 0;

  font-size: 0;

}

.m-habt .box-text {

  width: 58.8333333333%;

  padding-top: 19px;

}

.m-habt .box-title {

  position: relative;

  padding-bottom: 36px;

  line-height: 58px;

  font-size: 48px;

  font-size: 4.8rem;

  font-weight: bold;

}

.m-habt .box-title:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 23px;

  height: 7px;

  background-color: #d7000f;

}

.m-habt .box-desc {

  margin-top: 19px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-habt .box-desc p {

  min-height: 28px;

}

.m-habt .box-desc > a {

  display: block;

}

.m-habt .box-link {

  margin-top: 96px;

}

.m-habt .box-link a {

  display: inline-block;

  min-width: 143px;

  line-height: 30px;

  padding: 7px 15px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #fff;

  text-align: center;

  background-color: #0c3c83;

  border-radius: 21px;

}

.m-habt .box-link a:hover {

  background-color: #d7000f;

}

@media screen and (max-width: 1219px) {

  .m-habt .box-link {

    margin-top: 30px;

  }

}

@media screen and (max-width: 991px) {

  .m-habt .box-title {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

    padding-bottom: 20px;

  }

  .m-habt .box-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-habt .box-desc p {

    min-height: 24px;

  }

  .m-habt .box-link a {

    min-width: 120px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 640px) {

  .m-habt .box-video {

    width: 100%;

    order: 1;

  }

  .m-habt .box-text {

    order: 2;

    width: 100%;

  }

}



.g-hnews {

  margin-top: 80px;

  padding-top: 78px;

  padding-bottom: 92px;

  background-color: #f2f2f2;

}

@media screen and (max-width: 991px) {

  .g-hnews {

    padding-top: 40px;

    padding-bottom: 40px;

    margin-top: 30px;

  }

}



.m-hnews {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

  margin-bottom: -30px;

}

.m-hnews .list-item {

  margin-right: 2.5%;

  margin-bottom: 30px;

  width: 31.6666666667%;

}

.m-hnews .list-item:nth-child(3n) {

  margin-right: 0;

}

.m-hnews .item-time {

  margin-top: 18px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

}

.m-hnews .item-title {

  margin-top: 16px;

  line-height: 28px;

  max-height: 84px;

  font-size: 20px;

  font-size: 2rem;

  font-weight: bold;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

}

.m-hnews .item-link {

  margin-top: 26px;

}

.m-hnews .item-link a {

  display: inline-block;

  min-width: 150px;

  line-height: 28px;

  padding: 5px;

  font-size: 18px;

  font-size: 1.8rem;

  text-align: center;

  background-color: #fff;

  border: solid 1px #666666;

}

@media screen and (max-width: 991px) {

  .m-hnews .item-time {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hnews .item-title {

    margin-top: 10px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

    max-height: 48px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

  }

  .m-hnews .item-link {

    margin-top: 10px;

  }

  .m-hnews .item-link a {

    min-width: 100px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 480px) {

  .m-hnews .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.g-hcert {

  padding-top: 84px;

  padding-bottom: 100px;

  background: url("../images/hbg2.jpg") no-repeat center;

  background-color: #0c3c83;

}

.g-hcert .box-hd {

  color: #fff;

}

.g-hcert .box-hd a {

  color: #fff;

}

.g-hcert .box-hd a:hover {

  color: #d7000f;

}

@media screen and (max-width: 991px) {

  .g-hcert {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hcert {

  position: relative;

}

.m-hcert .box-btn {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 42px;

  line-height: 38px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #d3d3d3;

  text-align: center;

  border: 2px solid #d3d3d3;

  border-radius: 50%;

  cursor: pointer;

}

.m-hcert .box-btn:hover {

  color: #fff;

  border-color: #fff;

}

.m-hcert .prev {

  left: -88px;

}

.m-hcert .next {

  right: -88px;

}

.m-hcert .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-hcert .list-item {

  float: left;

  margin-right: 0.0216666667%;

  width: 0.2333333333%;

}

@media screen and (max-width: 1440px) {

  .m-hcert {

    padding-left: 50px;

    padding-right: 50px;

  }

  .m-hcert .prev {

    left: 0;

  }

  .m-hcert .next {

    right: 0;

  }

  .m-hcert .box-btn {

    width: 34px;

    line-height: 30px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 991px) {

  .m-hcert .list-item {

    margin-right: 0.02%;

    width: 0.32%;

  }

}

@media screen and (max-width: 480px) {

  .m-hcert .list-item {

    width: 0.49%;

  }

}



.g-hmap {

  padding-top: 60px;

  padding-bottom: 53px;

}

@media screen and (max-width: 991px) {

  .g-hmap {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hmap .box-hd {

  margin-bottom: 96px;

  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-hmap .hd-title {

  flex: 0 0 auto;

  margin-right: 20.8333333333%;

  line-height: 50px;

  font-size: 40px;

  font-size: 4rem;

  font-weight: bold;

}

.m-hmap .hd-desc {

  flex: 1 1 auto;

  overflow: hidden;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-hmap .box-map {

  line-height: 0;

  font-size: 0;

}

@media screen and (max-width: 991px) {

  .m-hmap .box-hd {

    margin-bottom: 30px;

  }

  .m-hmap .hd-title {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-hmap .hd-desc {

    margin-top: 15px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hmap .box-hd {

    display: block;

  }

}












.m-abtb4 {

  padding-top: 80px;

  padding-bottom: 46px;

  background-color: #e9e9e9;

}

.m-abtb4 .box-wp {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: stretch;

}

.m-abtb4 .box-hd, .m-abtb4 .box-item {

  margin-right: 2%;

  margin-bottom: 24px;

  width: 32%;

}

.m-abtb4 .box-hd {

  padding-top: 37px;

}

.m-abtb4 .hd-title {

  position: relative;

  padding-top: 34px;

  line-height: 58px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

}

.m-abtb4 .hd-title:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 37px;

  height: 3px;

  background-color: #0c3c83;

}

.m-abtb4 .hd-desc {

  margin-top: 16px;

  line-height: 34px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

}

.m-abtb4 .box-item {

  padding-left: 25px;

  padding-right: 25px;

  padding-top: 40px;

  padding-bottom: 21px;

  text-align: center;

  box-shadow: 0px 0px 13px 0px rgba(26, 58, 107, 0.2);

  border-radius: 4px;

  background-color: #fff;

}

.m-abtb4 .item-icon {

  line-height: 0;

  font-size: 0;

}

.m-abtb4 .item-title {

  margin-top: 38px;

  line-height: 34px;

  font-size: 18px;

  font-size: 1.8rem;

}

@media screen and (max-width: 991px) {

  .m-abtb4 {

    padding-top: 40px;

    padding-bottom: 40px;

  }

  .m-abtb4 .hd-title {

    padding-top: 20px;

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-abtb4 .hd-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-abtb4 .box-item {

    padding: 30px 15px;

  }

  .m-abtb4 .item-icon img {

    width: 70px;

  }

  .m-abtb4 .item-title {

    margin-top: 15px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 640px) {

  .m-abtb4 .box-hd, .m-abtb4 .box-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.m-abtb5 {

  margin-top: 80px;

}

.m-abtb5 .box-title {

  margin-bottom: 26px;

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

  color: #0c3c83;

  text-align: center;

}

.m-abtb5 .box-slide {

  position: relative;

}

.m-abtb5 .box-btn {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 30px;

  line-height: 30px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #0c3c83;

  text-align: center;

  border-radius: 50%;

  background-color: #f1f1f1;

  cursor: pointer;

}

.m-abtb5 .box-btn:hover {

  color: #fff;

  background-color: #d7000f;

}

.m-abtb5 .prev {

  left: -46px;

}

.m-abtb5 .next {

  right: -46px;

}

.m-abtb5 .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-abtb5 .list-item {

  float: left;

  margin-right: 0.0216666667%;

  width: 0.2333333333%;

}

.m-abtb5 .list-fix {

  margin-top: 27px;

}

.m-abtb5 .list-fix:first-child {

  margin-top: 0;

}

@media screen and (max-width: 1440px) {

  .m-abtb5 .box-slide {

    padding-left: 50px;

    padding-right: 50px;

  }

  .m-abtb5 .prev {

    left: 0;

  }

  .m-abtb5 .next {

    right: 0;

  }

}

@media screen and (max-width: 991px) {

  .m-abtb5 {

    margin-top: 30px;

  }

  .m-abtb5 .box-title {

    margin-bottom: 30px;

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-abtb5 .box-btn {

    position: relative;

    left: auto;

    right: auto;

    top: auto;

    transform: none;

    margin: 0 20px;

  }

  .m-abtb5 .btn-wp {

    margin-bottom: 30px;

    display: flex;

    flex-flow: row wrap;

    justify-content: center;

    align-items: center;

  }

  .m-abtb5 .list-fix {

    margin-top: 20px;

  }

  .m-abtb5 .box-slide {

    padding-left: 0;

    padding-right: 0;

  }

}

@media screen and (max-width: 480px) {

  .m-abtb5 .list-item {

    margin-right: 0.02%;

    width: 0.32%;

  }

}



.m-abtb6 {

  margin-top: 110px;

  padding-top: 35px;

  padding-bottom: 60px;

  background-color: #f2f2f2;

}

.m-abtb6 .box-hd {

  margin-bottom: 31px;

  text-align: center;

}

.m-abtb6 .hd-title {

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

  color: #0c3c83;

}

.m-abtb6 .hd-desc {

  line-height: 26px;

  font-size: 16px;

  font-size: 1.6rem;

}

.m-abtb6 .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-abtb6 .list-wp {

  float: left;

  width: 1%;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-abtb6 .list-item {

  margin-right: 2.5%;

  margin-bottom: 25px;

  width: 31.6666666667%;

}

.m-abtb6 .list-item:nth-child(3n) {

  margin-right: 0;

}

.m-abtb6 .item-title {

  margin-top: 15px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  text-align: center;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.m-abtb6 .box-page {

  margin-top: 27px;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.m-abtb6 .page-item {

  margin: 0 6px;

  width: 12px;

  height: 12px;

  border-radius: 6px;

  background-color: #0c3c83;

}

.m-abtb6 .page-item.active {

  width: 44px;

}

@media screen and (max-width: 991px) {

  .m-abtb6 {

    margin-top: 30px;

    padding-top: 40px;

    padding-bottom: 40px;

  }

  .m-abtb6 .box-hd {

    margin-bottom: 30px;

  }

  .m-abtb6 .hd-title {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-abtb6 .list-item {

    margin-bottom: 15px;

  }

  .m-abtb6 .item-title {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-abtb6 .box-page {

    margin-top: 20px;

  }

}

@media screen and (max-width: 480px) {

  .m-abtb6 .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.m-newsl {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-newsl .list-item {

  margin-top: 30px;

  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: center;
  
  width:100%;

}

.m-newsl .list-item .item-pic {

  flex: 0 0 auto;

  width: 41.0833333333%;

}

.m-newsl .list-item .item-text {

  flex: 1 1 auto;

  overflow: hidden;

}

.m-newsl .list-item .item-time {

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

}

.m-newsl .list-item .item-title {

  margin-top: 7px;

  line-height: 28px;

  max-height: 56px;

  font-size: 26px;

  font-size: 2.6rem;

  font-weight: bold;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.m-newsl .list-item .item-desc {

  margin-top: 16px;

  line-height: 28px;

  max-height: 84px;

  font-size: 18px;

  font-size: 1.8rem;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

}

.m-newsl .list-item .item-link {

  margin-top: 24px;

}

.m-newsl .list-item .item-link a {

  display: inline-block;

  min-width: 150px;

  line-height: 28px;

  padding: 5px 10px;

  font-size: 18px;

  font-size: 1.8rem;

  text-align: center;

  border: solid 1px #666666;

}

.m-newsl .list-item .item-link a:hover {

  color: #fff;

  background-color: #0c3c83;

}

.m-newsl .list-item:first-child {

  margin-top: 0;

}

.m-newsl .list-item1 .item-pic {

  margin-right: 40px;

}

.m-newsl .list-item2 .item-pic {

  order: 2;

  margin-left: 40px;

}

.m-newsl .list-item2 .item-text {

  order: 1;

  overflow: hidden;

}

@media screen and (max-width: 991px) {

  .m-newsl .list-item {

    margin-top: 30px;

  }

  .m-newsl .list-item .item-time {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-newsl .list-item .item-title {

    max-height: 24px;

    line-height: 24px;

    font-size: 16px;

    font-size: 1.6rem;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    overflow: hidden;

  }

  .m-newsl .list-item .item-desc {

    margin-top: 10px;

    line-height: 24px;

    max-height: 48px;

    font-size: 14px;

    font-size: 1.4rem;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

  }

  .m-newsl .list-item .item-link {

    display: none;

  }

}

@media screen and (max-width: 375px) {

  .m-newsl .list-item {

    display: block;

  }

  .m-newsl .list-item .item-pic {

    width: 100%;

    margin-left: 0;

    margin-right: 0;

    margin-bottom: 20px;

  }

}



.m-videol {

  margin-bottom: -25px;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-videol .list-item {

  margin-right: 2%;

  margin-bottom: 25px;

  width: 48.8333333333%;

}

.m-videol .list-item:nth-child(2n) {

  margin-right: 0;

}

.m-videol .item-title {

  margin-top: 15px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  font-weight: bold;

  text-overflow: ellipsis;

  white-space: nowrap;

  color: #0c3c83;

}

.m-videol .item-desc {

  margin-top: 5px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  max-height: 52px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

@media screen and (max-width: 991px) {

  .m-videol .item-title {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-videol .item-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

    max-height: 48px;

  }

}

@media screen and (max-width: 375px) {

  .m-videol .list-item {

    margin-right: 0;

    width: 100%;

  }

}



.g-hctus {

  overflow: hidden;

}



.m-ctus {

  display: flex;

  flex-flow: row nowrap;

  justify-content: space-between;

  align-items: stretch;

}

@media screen and (max-width: 991px) {

  .m-ctus {

    display: block;

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-ctusinfo {

  position: relative;

  width: 50%;

  padding-left: 3.3333333333%;

  padding-right: 8.3333333333%;

  padding-top: 6.5%;

  padding-bottom: 2.5%;

  background-color: #0c3c83;

  color: #fff;

}

.m-ctusinfo:before {

  content: "";

  width: 960px;

  position: absolute;

  right: 100%;

  top: 0;

  height: 100%;

  background-color: #0c3c83;

}

.m-ctusinfo a {

  color: #fff;

}

.m-ctusinfo a:hover {

  color: #d7000f;

}

.m-ctusinfo .box-name {

  line-height: 54px;

  font-size: 40px;

  font-size: 4rem;

  text-transform: uppercase;

  font-weight: bold;

}

.m-ctusinfo .box-desc {

  margin-top: 27px;

  line-height: 30px;

  font-size: 16px;

  font-size: 1.6rem;

}

.m-ctusinfo .box-info {

  margin-top: 70px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-ctusinfo .info-item {

  margin-top: 30px;

}

.m-ctusinfo .item-title {

  position: relative;

  padding-left: 26px;

}

.m-ctusinfo .item-title i {

  position: absolute;

  left: 0;

  top: 0;

}

.m-ctusinfo .box-share {

  margin-top: 111px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-ctusinfo .item-desc a:hover{ color:#d7000f !important}

.m-ctusinfo .share-item {

  margin-right: 5px;

  margin-bottom: 5px;

  width: 30px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #fff;

  text-align: center;

  border-radius: 50%;

}

.m-ctusinfo .share-item:hover {

  color: #0c3c83;

  background-color: #fff;

}

@media screen and (max-width: 991px) {

  .m-ctusinfo {

    width: 100%;

    padding: 40px 5%;

  }

  .m-ctusinfo:before {

    display: none;

  }

  .m-ctusinfo .box-name {

    line-height: 30px;

    font-size: 20px;

    font-size: 2rem;

  }

  .m-ctusinfo .box-desc {

    margin-top: 15px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-ctusinfo .box-info {

    margin-top: 30px;

    line-height: 26px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-ctusinfo .info-item {

    margin-top: 15px;

  }

}



.m-ctusform {

  overflow: hidden;

  width: 45.8333333333%;

  padding-bottom: 32px;

}

.m-ctusform .box-img {

  line-height: 0;

  font-size: 0;

  margin-bottom: 28px;

  text-align: center;

}

.m-ctusform .box-form {

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-ctusform .form-item {

  position: relative;

  margin-bottom: 18px;

  line-height: 0;

  font-size: 0;

  box-sizing: border-box;

  overflow: hidden;

}

.m-ctusform .form-item.important .item-text {

  background: url("../images/star1.png") no-repeat 14px 20px;

  background-color: #f3f3f3;

}

.m-ctusform .form-item-1 {

  width: 100%;

}

.m-ctusform .form-item-2 {

  width: 100%;

}

.m-ctusform .form-item-3 {

  width: 37.0909090909%;

}

.m-ctusform .form-item-4 {

  width: 24.9090909091%;

  height: 50px;

  padding-left: 0;

  line-height: 50px;

  text-align: center;

  background-color: transparent;

  border-radius: 0;

  background-color: #f3fbfe;

  overflow: hidden;

  box-sizing: border-box;

}

.m-ctusform .form-item-4 img {

  max-height: 50px;

  vertical-align: middle;

}

.m-ctusform .form-item-5 {

  width: 31.2727272727%;

  padding-left: 0;

  text-align: center;

}

.m-ctusform .item-btn1 {

  width: 100%;

  height: 50px;

  padding-left: 0;

  line-height: 50px;

  color: #ffffff;

  font-size: 18px;

  font-size: 1.8rem;

  text-transform: uppercase;

  background-color: #d7000f;

  border-radius: 5px;

}

.m-ctusform .item-btn1:hover {

  color: #fff;

  background-color: #0c3c83;

}

.m-ctusform .item-text {

  width: 100%;

  height: 50px;

  line-height: 50px;

  padding-left: 26px;

  padding-right: 13px;

  font-size: 14px;

  font-size: 1.4rem;

  color: #333;

  box-sizing: border-box;

  background-color: #f3f3f3;

  border-radius: 5px;

}

.m-ctusform .item-text::-webkit-input-placeholder {

  color: #969696;

  opacity: 1;

}

.m-ctusform .item-text:-moz-placeholder {

  color: #969696;

  opacity: 1;

}

.m-ctusform .item-text::-moz-placeholder {

  color: #969696;

  opacity: 1;

}

.m-ctusform .item-text:-ms-input-placeholder {

  color: #969696;

  opacity: 1;

}

.m-ctusform .item-text2 {

  height: 144px;

  line-height: 30px;

  padding-top: 10px;

  box-sizing: border-box;

}



@media screen and (max-width: 991px) {

  .m-ctusform {

    float: none;

    width: 100%;

  }

  .m-ctusform .box-title, .m-ctusform .box-desc {

    padding-left: 0;

  }

  .m-ctusform .box-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 767px) {

  .m-ctusform .box-title {

    margin-bottom: 25px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-ctusform .form-item {

    margin-bottom: 15px;

    width: 100%;

  }

  .m-ctusform .form-item.important .item-text {

    background-position-y: 12px;

  }

  .m-ctusform .form-item-3 {

    width: calc(100% - 140px);

    margin-right: 0;

  }

  .m-ctusform .form-item-4 {

    float: right;

    width: 120px;

    height: 36px;

    line-height: 34px;

    padding-left: 0;

  }

  .m-ctusform .form-item-4 img {

    max-height: 34px;

  }

  .m-ctusform .item-text {

    height: 36px;

    line-height: 36px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-ctusform .item-text2 {

    padding-top: 0;

    height: 144px;

  }

  .m-ctusform .item-btn1 {

    height: 36px;

    line-height: 36px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-ctusform .form-item-5 {

    padding-left: 0;

  }

}

.m-tkyb1{ margin-top:73px;}

.m-tkyb1 .box-wp {

  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: center;

}

.m-tkyb1 .box-img {

  flex: 0 0 auto;

  margin-right: 30px;

  width: 44.1666666667%;

  line-height: 0;

  font-size: 0;

}

.m-tkyb1 .box-text {

  flex: 1 1 auto;

  overflow: hidden;

}

.m-tkyb1 .box-title {

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

}

.m-tkyb1 .box-desc {

  margin-top: 17px;

}

@media screen and (max-width: 991px) {

  .m-tkyb1 .box-title {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

}

@media screen and (max-width: 640px) {

  .m-tkyb1 .box-wp {

    display: block;

  }

  .m-tkyb1 .box-img {

    margin-right: 0;

    width: 100%;

  }

  .m-tkyb1 .box-text {

    margin-top: 30px;

  }

}



.m-tkyline {

  margin-top: 60px;

  margin-bottom: 37px;

  border-top: 1px solid #e6e6e6;

}

@media screen and (max-width: 991px) {

  .m-tkyline {

    margin-top: 30px;

    margin-bottom: 30px;

  }

}



.m-tkyb2 .box-title {

  margin-bottom: 86px;

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

  text-align: center;

  color: #0c3c83;

}

.m-tkyb2 .box-wp {

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-tkyb2 .box-item {

  width: 25%;

  text-align: center;

  box-sizing: border-box;

}

.m-tkyb2 .item-icon {

  line-height: 0;

  font-size: 0;

}

.m-tkyb2 .item-title {

  margin-top: 10px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

}

@media screen and (max-width: 991px) {

  .m-tkyb2 .box-title {

    margin-bottom: 30px;

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-tkyb2 .box-item {

    width: 30%;

  }

  .m-tkyb2 .item-title {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

@media screen and (max-width: 480px) {

  .m-tkyb2 .box-item {

    width: 100%;

    margin-top: 20px;

  }

  .m-tkyb2 .box-item:first-child {

    margin-top: 0;

  }

}

@font-face {

  font-family: 'GFTSan5';

  src: url('../fonts/GFTSan5.eot');

  src: url('../fonts/GFTSan5.eot') format('embedded-opentype'),

       url('../fonts/GFTSan5.woff2') format('woff2'),

       url('../fonts/GFTSan5.woff') format('woff'),

       url('../fonts/GFTSan5.ttf') format('truetype'),

       url('../fonts/GFTSan5.svg#GFTSan5') format('svg');
    font-display:swap;

}

@font-face {

  font-family: "iconfont"; /* Project id 3548702 */

  src: url('../fonts/iconfont.eot?t=1658834352149'); /* IE9 */

  src: url('../fonts/iconfont.eot?t=1658834352149#iefix') format('embedded-opentype'), /* IE6-IE8 */

       url('../fonts/iconfont.woff2?t=1658834352149') format('woff2'),

       url('../fonts/iconfont.woff?t=1658834352149') format('woff'),

       url('../fonts/iconfont.ttf?t=1658834352149') format('truetype'),

       url('../fonts/iconfont.svg?t=1658834352149#iconfont') format('svg');
    font-display:swap;

}



.iconfont {

  font-family: "iconfont" !important;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.icon-guanbi:before {

  content: "\eca0";

}



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

}


/*xinzeng xiala*/
.m-hdlang {
	position: relative;
	float:right;  padding-bottom:10px;
}
.m-hdlang .lang-btn {
	display: block;
	line-height:33px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	cursor: pointer;
	text-align: center;
}
 .m-hdlang .lang-btn {
	line-height:33px;
}
.m-hdlang .lang-btn i {
	font-size: 10px;
	font-size: 1rem;
}
.m-hdlang .lang-btn:hover {
	color: #0c3c83;
}
.m-hdlang .lang-list {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	min-width: 100px;
	padding: 10px;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #0c3c83;
	display: none;
	z-index:9999
}
.m-hdlang .lang-list  a{	color: #fff;}
@media screen and (max-width: 1219px) {
	.m-hdlang .lang-btn{
font-size: 14px;
font-size: 1.4rem;}
}
@media screen and (max-width: 999px) {
 .m-hdlang {
	position: absolute;
	top: 5px;
	right: 30px;

	margin-left:0px;
	z-index:9999
	
	
}

.m-hdlang .lang-btn {
	line-height:26px;
	font-size: 12px;
	font-size: 1.2rem;

padding-left:10px; padding-right:10px;
}
.m-hdlang .lang-item{	line-height:26px;
	font-size: 12px;
	font-size: 1.2rem;}	
}


.inquirecontent{
    
  vertical-align: middle;

  width: 182px;

  padding: 6px 10px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;



  text-align: center;

  box-sizing: border-box;

  color: white !important;

  background-color: #d7000f;

  border-radius: 6px;
  display:block; margin:0 auto;
}