#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.15%;
  margin: 0 0.008333%;

  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;

  }

}



.g-heval {

  padding-top: 79px;

  padding-bottom: 92px;

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

  background-color: #0c3c83;

}

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

  .g-heval {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-heval .box-hd {

  color: #fff;

}

.m-heval .box-hd a {

  color: #fff;

}

.m-heval .box-hd a:hover {

  color: #d7000f;

}

.m-heval .box-slide {

  position: relative;

}

.m-heval .box-btn {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 42px;

  line-height: 38px;

  font-size: 20px;

  font-size: 2rem;

  color: #fff;

  text-align: center;

  border-radius: 50%;

  border: 2px solid #fff;

  cursor: pointer;

}

.m-heval .box-btn:hover {

  color: #d7000f;

  border-color: #d7000f;

}

.m-heval .prev {

  left: -113px;

}

.m-heval .next {

  right: -113px;

}

.m-heval .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-heval .list-wp {

  float: left;

  width: 1%;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-heval .list-item {

  position: relative;

  width: 49.1666666667%;

  padding-bottom: 40px;

  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-heval .list-item:before {

  content: "";

  position: absolute;

  right: 0;

  bottom: 0;

  width: calc(100% - 32px);

  height: calc(100% - 70px);

  background-color: #fff;

}

.m-heval .item-pic {

  position: relative;

  width: 168px;

  flex: 0 0 auto;

  border-radius: 30px 0px 30px 0px;

}

.m-heval .item-text {

  position: relative;

  flex: 1 1 auto;

  overflow: hidden;

  padding-left: 25px;

  padding-right: 20px;

  padding-top: 97px;

}

.m-heval .item-text:before {

  content: "";

  position: absolute;

  right: 45px;

  top: 20px;

  width: 98px;

  height: 89px;

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

  background-size: cover;

}

.m-heval .item-title {

  line-height: 34px;

  font-size: 24px;

  font-size: 2.4rem;

  font-weight: bold;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.m-heval .item-desc {

  margin-top: 12px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  height: 140px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  overflow: hidden;

}

.m-heval .item-desc a {

  color: #666;

}

.m-heval .item-desc a:hover {

  color: #0c3c83;

}

.m-heval .box-page {

  margin-top: 60px;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.m-heval .page-item {

  margin: 0 4px;

  width: 16px;

  height: 16px;

  border-radius: 8px;

  background-color: #fff;

}

.m-heval .page-item.active {

  width: 35px;

}

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

  .m-heval .box-btn {

    display: none;

  }

}

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

  .m-heval .item-pic {

    width: 120px;

  }

  .m-heval .item-title {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-heval .item-desc {

    height: 72px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

  }

  .m-heval .item-text {

    padding-top: 60px;

    padding-left: 15px;

    padding-right: 15px;

  }

  .m-heval .item-text:before {

    width: 49px;

    height: 45px;

    top: 5px;

  }

  .m-heval .list-item {

    padding-bottom: 20px;

  }

  .m-heval .list-item:before {

    height: calc(100% - 40px);

  }

  .m-heval .box-page {

    margin-top: 30px;

  }

  .m-heval .page-item {

    width: 12px;

    height: 12px;

  }

  .m-heval .page-item.active {

    width: 24px;

  }

}

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

  .m-heval .list-item {

    margin-right: 0;

    width: 100%;

    margin-top: 20px;

  }

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

    margin-top: 0;

  }

}



.m-hctus {

  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: center;

  overflow: hidden;

  padding-top: 60px;

  padding-bottom: 102px;

}

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

  .m-hctus {

    display: block;

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hctusinfo {

  width: 46.9166666667%;

  padding-left: 3.3333333333%;

  padding-right: 30px;

  padding-top: 3.8333333333%;

  padding-bottom: 4.3333333333%;

  background-color: #0c3c83;

  color: #fff;

}

.m-hctusinfo a {

  color: #fff;

}

.m-hctusinfo a:hover {

  color: #d7000f;

}

.m-hctusinfo .box-name {

  line-height: 54px;

  font-size: 40px;

  font-size: 4rem;

  text-transform: uppercase;

  font-weight: bold;

}

.m-hctusinfo .box-desc {

  margin-top: 27px;

  line-height: 30px;

  font-size: 16px;

  font-size: 1.6rem;

}

.m-hctusinfo .box-info {

  margin-top: 70px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-hctusinfo .info-item {

  margin-top: 30px;

}

.m-hctusinfo .item-title {

  position: relative;

  padding-left: 26px;

}

.m-hctusinfo .item-title i {

  position: absolute;

  left: 0;

  top: 0;

}

.m-hctusinfo .box-info a:hover{ color:#d7000f}

.m-hctusinfo .box-share {

  margin-top: 111px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-hctusinfo .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-hctusinfo .share-item:hover {

  color: #0c3c83;

  background-color: #fff;

}

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

  .m-hctusinfo {

    width: 100%;

    padding: 40px 5%;

  }

  .m-hctusinfo .box-name {

    line-height: 30px;

    font-size: 20px;

    font-size: 2rem;

  }

  .m-hctusinfo .box-desc {

    margin-top: 15px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hctusinfo .box-info {

    margin-top: 30px;

    line-height: 26px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hctusinfo .info-item {

    margin-top: 15px;

  }

}



.m-hctusform {

  overflow: hidden;

  width: 53%;

  padding-top: 50px;

  padding-bottom: 42px;

  padding-left: 4.1666666667%;

  padding-right: 4.6666666667%;

  box-shadow: 0px 0px 38px 0px rgba(156, 164, 169, 0.24);

}

.m-hctusform .box-form {

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-hctusform .form-item {

  position: relative;

  margin-bottom: 18px;

  line-height: 0;

  font-size: 0;

  box-sizing: border-box;

  overflow: hidden;

}

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

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

  background-color: #f3f3f3;

}

.m-hctusform .form-item-1 {

  width: 100%;

}

.m-hctusform .form-item-2 {

  width: 100%;

}

.m-hctusform .form-item-3 {

  width: 70.8884688091%;

}

.m-hctusform .form-item-4 {

  width: 25.8979206049%;

  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-hctusform .form-item-4 img {

  max-height: 50px;

  vertical-align: middle;

}

.m-hctusform .form-item-5 {

  float: right;

  border: none;

  width: 100%;

  padding-left: 0;

  text-align: center;

}

.m-hctusform .item-btn1 {

  display: inline-block;

  min-width: 214px;

  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-hctusform .item-btn1:hover {

  color: #fff;

  background-color: #0c3c83;

}

.m-hctusform .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-hctusform .item-text::-webkit-input-placeholder {

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

.m-hctusform .item-text2 {

  height: 144px;

  line-height: 30px;

  padding-top: 10px;

  box-sizing: border-box;

}



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

  .m-hctusform {

    float: none;

    width: 100%;

  }

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

    padding-left: 0;

  }

  .m-hctusform .box-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

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

  .m-hctusform .box-title {

    margin-bottom: 25px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-hctusform .form-item {

    margin-bottom: 15px;

    width: 100%;

  }

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

    background-position-y: 12px;

  }

  .m-hctusform .form-item-3 {

    width: calc(100% - 140px);

    margin-right: 0;

  }

  .m-hctusform .form-item-4 {

    float: right;

    width: 120px;

    height: 36px;

    line-height: 34px;

    padding-left: 0;

  }

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

    max-height: 34px;

  }

  .m-hctusform .item-text {

    height: 36px;

    line-height: 36px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hctusform .item-text2 {

    padding-top: 0;

    height: 144px;

  }

  .m-hctusform .item-btn1 {

    height: 36px;

    line-height: 36px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hctusform .form-item-5 {

    padding-left: 0;

  }

}

.g-ft {

  background-color: #333;

  color: #fff;

}

.g-ft a {

  color: #fff;

}

.g-ft a:hover {

  color: #d7000f;

}



.m-ftfix1 {

  padding-top: 70px;

  padding-bottom: 77px;

}



.m-ftb1 {

  float: left;

  margin-right: 4.5833333333%;

  width: 18.3333333333%;

}



.m-ftb2 {

  float: left;

  width: 25%;

  margin-right: 8.3333333333%;

}



.m-ftb3 {

  float: left;

  width: 17.5%;

  padding-right: 30px;

}



.m-ftb4 {

  overflow: hidden;

}



.m-ftlogo {

  line-height: 0;

  font-size: 0;

  overflow: hidden;

}



.m-ftext {

  margin-top: 73px;

  line-height: 26px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #f5f5f5;

}

.m-ftext a {

  color: #f5f5f5;

}

.m-ftext a:hover {

  color: #d7000f;

}



.m-ftshare {

  margin-top: 69px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-ftshare .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-ftshare .share-item:hover {

  color: #0c3c83;

  background-color: #fff;

}



.m-ftt {

  padding-top: 14px;

  margin-bottom: 45px;

  line-height: 36px;

  font-size: 26px;

  font-size: 2.6rem;

  font-weight: bold;

  text-transform: uppercase;

}



.m-ftinfo .item-title {

  line-height: 26px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #f5f5f5;

}

.m-ftinfo .item-desc {

  margin-top: 8px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #a8a8a8;

}

.m-ftinfo .item-desc a {

  color: #a8a8a8;

}

.m-ftinfo .item-desc a:hover {

  color: #d7000f;

}

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

  .m-ftinfo .item-desc {

    font-size: 14px;

    font-size: 1.4rem;

  }

}

.m-ftinfo .info-fix {

  margin-top: 10px;

  padding-top: 17px;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  border-top: 1px solid #616161;

}



.m-ftnav {

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

}

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

  .m-ftnav {

    font-size: 14px;

    font-size: 1.4rem;

  }

}



.m-ftfix2 {

  padding-top: 18px;

  padding-bottom: 18px;

  background-color: #1f1f1f;

}



.m-ftlnk {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-ftlnk span, .m-ftlnk a {

  margin-right: 15px;

}

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

  .m-ftlnk {

    font-size: 14px;

    font-size: 1.4rem;

  }

}



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

  .m-ftlogo, .m-ftb2, .m-ftb3, .m-ftb4, .m-ftfix2 {

    display: none;

  }

  .m-ftb1 {

    width: 100%;

  }

  .m-ftshare {

    margin-top: 20px;

    justify-content: center;

  }

  .m-ftfix1 {

    padding-top: 30px;

    padding-bottom: 30px;

  }

  .m-ftext {

    margin-top: 0;

    text-align: center;

  }

}

.banner {

  position: relative;

  z-index: 2;

  line-height: 0;

  font-size: 0;

  overflow: hidden;

}

.banner .ws_bullets {

  display: none;

}

.banner #wowslider-container1 a.ws_next, .banner #wowslider-container1 a.ws_prev {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 60px;

  height: 60px;

  background-repeat: no-repeat;

  background-position: center;

  background-size: 100%;

  cursor: pointer;

  display: block !important;

  z-index: 99999999;

}

.banner #wowslider-container1 a.ws_prev {

  left: 100px;

  background-image: url("../images/jtl1.png");

}

.banner #wowslider-container1 a.ws_prev:hover {

  background-image: url("../images/jtl2.png");

}

.banner #wowslider-container1 a.ws_next {

  right: 100px;

  background-image: url("../images/jtr1.png");

}

.banner #wowslider-container1 a.ws_next:hover {

  background-image: url("../images/jtr2.png");

}

.banner #wowslider-container1 .ws_controls {

  display: block !important;

}

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

  .banner #wowslider-container1 a.ws_prev, .banner #wowslider-container1 a.ws_next {

    width: 30px;

    height: 30px;

  }

  .banner #wowslider-container1 a.ws_prev {

    left: 4.1666666667%;

  }

  .banner #wowslider-container1 a.ws_next {

    right: 4.1666666667%;

  }

}



.g-hd {

  position: relative;

  z-index: 9;

}

 @media screen and (min-width: 992px) {

.fixed.m-hdfix3 {

	position: fixed;

	top: 0px;

	left: 0;

}





}

.m-hdfix1 {

  position: relative;

  line-height: 38px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #fff;

  background-color: #0c3c83;

  overflow: hidden;

}

.m-hdfix1 a {

  color: #fff;

}

.m-hdfix1 a:hover {

  color: #d7000f;

}

.m-hdfix1:before {

  content: "";

  position: absolute;

  left: -25px;

  top: 0;

  width: 29.4270833333%;

  height: 100%;

  background-color: #d7000f;

  transform: skewX(-30deg);

}



.m-hdshare {

  float: right;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-hdshare .share-item {

  margin-right: 15px;

}

.m-hdshare .share-item:last-child {

  margin-right: 0;

}



.m-hdinfo {

  float: right;

  margin-right: 46px;

  position: relative;

  padding-right: 46px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-hdinfo:before {

  content: "";

  position: absolute;

  right: 0;

  top: 50%;

  transform: translate(0, -50%);

  width: 1px;

  height: 28px;

  background-color: #ffffff;

}

.m-hdinfo .info-item {

  margin-right: 40px;

}

.m-hdinfo .info-item:last-child {

  margin-right: 0;

}



.m-hdfix2 {

  padding-top: 12px;

  padding-bottom: 12px;  

}



.m-hdlogo {

  line-height: 0;

  font-size: 0;
  display: inline-block;

}

.m-hdlogo a {

  display: inline-block;

}



.m-hdfix3 {

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

}



.g-hdnav {

  background-color: #0c3c83;

  transform: skewX(-30deg);

  display: flex;

  flex-flow: row nowrap;

  justify-content: space-between;

  align-items: stretch;

}



.m-hdnav {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: center;

}

.m-hdnav .nav-item {

  position: relative;

}

.m-hdnav .nav-item > a {

  display: block;

  padding-left: 30px;

  padding-right: 30px;

  line-height: 62px;

  font-size: 18px;

  font-size: 1.8rem;

  font-weight: bold;

  color: #fff;

  text-transform: uppercase;

}

.m-hdnav .nav-item > a span {

  display: inline-block;

  transform: skewX(30deg);

}

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {

  background-color: #d7000f;

}

.m-hdnav .sbnav-list {

  position: absolute;

  display: none;

  box-sizing: border-box;

  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);

}

.m-hdnav .sbnav-list.show {

  display: block;

}

.m-hdnav .sbnav-wp {

  box-sizing: border-box;

  background-color: #fff;

}

.m-hdnav .sbnav-list1 {

  top: 100%;

  left: 0;

  width: 225px;

  transform: skewX(30deg);

}

.m-hdnav .sbnav-list2 {

  top: 0;

  left: 100%;

  width: 228px;

}

.m-hdnav .sbnav-list3 {

  top: 0;

  right: 100%;

  width: 160px;

}

.m-hdnav .sbnav-item {

  position: relative;

}

.m-hdnav .sbnav-item > a {

  position: relative;

  display: block;

  padding-top: 7px;

  padding-bottom: 7px;

  padding-left: 17px;

  padding-right: 17px;

  line-height: 24px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #333;

  text-align: left;

}

.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {

  color: #fff;

  background-color: #0c3c83;

}



.m-hdsch {

  position: relative;

}

.m-hdsch .sch-btn {

  cursor: pointer;

  padding-left: 30px;

  padding-right: 30px;

  line-height: 62px;

  font-size: 24px;

  font-size: 2.4rem;

  color: #fff;

  background: #d7000f;

  cursor: pointer;

}

.m-hdsch .sch-btn span {

  display: inline-block;

  transform: skewX(30deg);

}

.m-hdsch .sch-form {

  display: none;

  position: absolute;

  right: 0;

  top: 100%;

  transform: skewX(30deg);

  width: 250px;

  background-color: #fff;

  border: 1px solid #d7000f;

  padding-right: 30px;

}

.m-hdsch .form-text {

  width: 100%;

  height: 44px;

  line-height: 44px;

  padding: 0 10px;

  font-size: 14px;

  font-size: 1.4rem;

}

.m-hdsch .form-icon, .m-hdsch .form-btn {

  position: absolute;

  right: 0;

  top: 0;

  width: 30px;

  height: 44px;

  line-height: 44px;

  font-size: 18px;

  font-size: 1.8rem;

  text-align: left;

}

.m-hdsch .form-btn {

  z-index: 2;

}



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

  .m-hdnav .nav-item > a {

    padding-left: 25px;

    padding-right: 25px;

    font-size: 16px;

    font-size: 1.6rem;

  }

}

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

  .m-hdfix1, .m-hdnav {

    display: none;

  }

  .m-hdfix2 {

    padding-top: 20px;

    padding-bottom: 20px;

  }

  .m-hdlogo {

    text-align: center;    display: block;

  }

  .m-hdlogo img {

    width: 140px;

  }

  .m-hdfix3 {

    position: static;

    transform: none;

  }

  .g-hdnav {

    transform: none;

  }

  .m-hdsch {

    position: absolute;

    right: 10px;

    top: 0;

  }

  .m-hdsch .sch-btn {

    line-height: 30px;

    color: #0c3c83;

    background: none;

    font-size: 16px;

    font-size: 1.6rem;

    padding: 0;

  }

  .m-hdsch .sch-btn span {

    transform: none;

  }

  .m-hdsch .sch-form {



  transform:none;



}

}

.g-wp {

  padding-top: 65px;

  padding-bottom: 70px;

}

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

  .g-wp {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.g-mn1 {

  float: left;

  width: 100%;

  padding-left: 310px;

}

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

  .g-mn1 {

    float: none;

    padding-left: 0;

  }

}



.g-mn2 {

  float: left;

  width: 100%;

  padding-right: 270px;

}

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

  .g-mn2 {

    float: none;

    padding-right: 0;

  }

}



.g-sd1 {

  float: left;

  width: 280px;

  margin-left: -100%;

}

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

  .g-sd1 {

    float: none;

    width: 100%;

    margin-left: 0;

    margin-top: 40px;

  }

}



.g-sd2 {

  float: left;

  width: 230px;

  margin-left: -230px;

}

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

  .g-sd2 {

    float: none;

    width: 100%;

    margin-left: 0;

    margin-top: 30px;

  }

}



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

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

}

.m-sdnav1 .nav-item > a {

  position: relative;

  display: block;

  padding-top: 7px;

  padding-bottom: 7px;

  padding-right: 60px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  font-weight: bold;

  color: #000;

  border-bottom: 1px solid #999999;

}

.m-sdnav1 .nav-item > a:before {

  content: "";

  position: absolute;

  right: 12px;

  top: 0;

  width: 8px;

  height: 100%;

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

}

.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {

  color: #d7000f;

}

.m-sdnav1 .nav-item > a:hover:before, .m-sdnav1 .nav-item > a.active:before {

  background-image: url("../images/sdicon2.png");

}

.m-sdnav1 .nav-item:first-child {

  margin-top: 0;

}

.m-sdnav1 .sbnav-list {

  display: none;

}

.m-sdnav1 .sbnav-list.show {

  display: block;

}

.m-sdnav1 .sbnav-list1 {

  padding-top: 10px;

  padding-bottom: 10px;

}

.m-sdnav1 .sbnav-item > a {

  display: block;

  padding-top: 6px;

  padding-bottom: 6px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-sdnav1 .sbnav-item > a:hover {

  color: #0c3c83;

}

.m-sdnav1 .sbnav-item1 > a {

  padding-left: 30px;

  background: url("../images/sdicon3.png") no-repeat 0 12px;

}

.m-sdnav1 .sbnav-item1 > a:hover ,.m-sdnav1 .sbnav-item1 > a.active{

  background-image: url("../images/sdicon4.png"); color: #0c3c83;

}



@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-sdtag {

  margin-top: 41px;

}

.m-sdtag .box-title {

  position: relative;

  padding-left: 13px;

  padding-right: 13px;

  padding-bottom: 6px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  font-weight: bold;

  border-bottom: 1px solid #999999;

}

.m-sdtag .box-tags {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

}

.m-sdtag .box-tags a {

  color: #666;

}

.m-sdtag .box-tags a:hover {

  color: #0c3c83;

}

.m-sdtag .tag-item {

  margin-top: 13px;

  margin-right: 20px;

}

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

  .m-sdtag {

    margin-top: 30px;

  }

}



.m-clstext {

  margin-bottom: 22px;

}

.m-clstext .box-title {

  position: relative;

  line-height: 36px;

  font-size: 26px;

  font-size: 2.6rem;

  font-weight: bold;

}

.m-clstext .box-desc {

  position: relative;

  margin-top: 7px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  overflow: hidden;

}

.m-clstext .box-desc:first-child {

  margin-top: 0;

}

.m-clstext .hid {

  max-height: 84px;

}

.m-clstext .hid:before {

  display: block;

}

.m-clstext .box-link {

  margin-top: 3px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #d7000f;

  display: none;

}

.m-clstext .box-link a {

  color: #d7000f;

}

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

    font-size: 1.6rem;

  }

}



.m-prol {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

  margin-bottom: -30px;

}

.m-prol .list-item {

  margin-right: 2.2471910112%;

  margin-bottom: 30px;

  width: 31.797752809%;

}

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

  margin-right: 0;

}

.m-prol .item-pic {

  border: solid 1px #d6d6d6;

}

.m-prol .item-text {

  padding-top: 8px;

}

.m-prol .item-title {

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  font-weight: bold;

  text-overflow: ellipsis;

  white-space: nowrap;

  color: #0c3c83;

}

.m-prol .item-title a {

  color: #0c3c83;

}

.m-prol .item-title a:hover {

  color: #d7000f;

}

.m-prol .item-desc {

  margin-top: 5px;

  line-height: 26px;

  font-size: 16px;

  font-size: 1.6rem;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.m-prol .item-desc a {

  display: inline;

}

.m-prol .item-link {

  margin-top: 4px;

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: center;

}

.m-prol .link {

  line-height: 32px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  text-decoration: underline;

}

.m-prol .link:hover {

  color: #0c3c83;

}

.m-prol .btn {

  min-width: 120px;

  line-height: 32px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #fff;

  text-align: center;

  background-color: #0c3c83;

  text-align: center;

  cursor: pointer;

}

.m-prol .btn:hover {

  color: #fff;

  background-color: #d7000f;

}

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

  .m-prol .link {

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-prol .btn {

    font-size: 14px;

    font-size: 1.4rem;

    min-width: 100px;

  }

}

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

  .m-prol .item-title {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-prol .item-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

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

  .m-prol .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.m-ctusmodal {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 999999;

  display: none;

}

.m-ctusmodal .box-bg {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

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

}

.m-ctusmodal .box-wp {

  position: absolute;

  left: 50%;

  top: 50%;

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

  width: 590px;

  max-width: 96%;

  max-height: 96%;

  overflow-y: scroll;

  padding-left: 30px;

  padding-right: 30px;

  padding-top: 24px;

  padding-bottom: 10px;

  border-radius: 10px;

  background-color: #fff;

}

.m-ctusmodal .box-close {

  position: absolute;

  right: 27px;

  top: 27px;

  width: 26px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  text-align: center;

  background-color: #e6e6e6;

  border-radius: 3px;

  cursor: pointer;

}

.m-ctusmodal .box-close:hover {

  color: #fff;

  background-color: #0c3c83;

}

.m-ctusmodal .box-title {

  line-height: 34px;

  font-size: 24px;

  font-size: 2.4rem;

  font-weight: bold;

}

.m-ctusmodal .box-img {

  margin-top: 12px;

  line-height: 0;

  font-size: 0;

}

.m-ctusmodal .box-form {

  margin-top: 20px;

}

.m-ctusmodal .box-form {

  display: flex;

  flex-flow: row wrap;

  justify-content: space-between;

  align-items: flex-start;

}

.m-ctusmodal .form-item {

  position: relative;

  margin-bottom: 18px;

  line-height: 0;

  font-size: 0;

  box-sizing: border-box;

  overflow: hidden;

}

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

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

  background-color: #f3f3f3;

}

.m-ctusmodal .form-item-1 {

  width: 100%;

}

.m-ctusmodal .form-item-2 {

  width: 100%;

}

.m-ctusmodal .form-item-3 {

  margin-right: 5.6710775047%;

  width: 41.0207939509%;

}

.m-ctusmodal .form-item-4 {

  width: 25.8979206049%;

  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-ctusmodal .form-item-4 img {

  max-height: 50px;

  vertical-align: middle;

}

.m-ctusmodal .form-item-5 {

  float: right;

  border: none;

  width: 21.7391304348%;

  padding-left: 0;

  text-align: center;

}

.m-ctusmodal .item-btn1 {

  display: inline-block;

  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-ctusmodal .item-btn1:hover {

  color: #fff;

  background-color: #0c3c83;

}

.m-ctusmodal .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-ctusmodal .item-text::-webkit-input-placeholder {

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

.m-ctusmodal .item-text2 {

  height: 144px;

  line-height: 30px;

  padding-top: 10px;

  box-sizing: border-box;

}

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

  .m-ctusmodal .box-wp {

    padding: 30px 15px;

  }

  .m-ctusmodal .form-item-3 {

    width: calc(100% - 120px);

    margin-right: 20px;

  }

  .m-ctusmodal .form-item-4 {

    width: 100px;

    margin-right: 0;

  }

  .m-ctusmodal .form-item-5 {

    width: 100%;

  }

}



.m-prob1 .box-pic {

  position: relative;

  width: 43%;

}

.m-prob1 .pic-big {

  position: relative;

  box-sizing: border-box;

  background-color: #fff;

  border: solid 1px #fff;

}

.m-prob1 .pic-big-img {

  display: block;

  line-height: 0;

  font-size: 0;

}

.m-prob1 .pic-big-img .zoomPad {

  float: none;

  z-index: 8;

}

.m-prob1 .zoomWrapperImage img {

  max-width: 1200px;

}

.m-prob1 .pic-small {

  position: relative;

  margin-top: 30px;

  padding-left: 30px;

  padding-right: 30px;

  overflow: hidden;

}

.m-prob1 .pic-btn {

  position: absolute;

  top: 50%;

  margin-top: -15px;

  display: block;

  line-height: 30px;

  font-size: 24px;

  font-size: 2.4rem;

  color: #999999;

  background-repeat: no-repeat;

  background-position: center;

  cursor:pointer;

}

.m-prob1 .pic-btn.prev {

  left: 0;

}

.m-prob1 .pic-btn.next {

  right: 0;

}

.m-prob1 .pic-btn:hover {

  color: #d7000f;

}

.m-prob1 .pic-list {

  overflow: hidden;

}

.m-prob1 .pic-list ul {

  width: 10000%;

  overflow: hidden;

}

.m-prob1 .pic-list ul li {

  position: relative;

  float: left;

  margin-right: 0.0324909747%;

  width: 0.3068592058%;

}

.m-prob1 .pic-item .item-pic {

  position: relative;

  background-color: #fff;

  overflow: hidden;

  border: 1px solid #dcdcdc;

}

.m-prob1 .pic-item .item-pic img {

  box-sizing: border-box;

  transform: scale(1) !important;

}

.m-prob1 .pic-item .item-pic:hover img {

  transform: scale(1) !important;

}

.m-prob1 .pic-item .item-pic.active {

  border-color: #0c3c83;

}

.m-prob1 .pic-item .item-pic.active img {

  transform: scale(1) !important;

}

.m-prob1 .box-info {

  float: right;

  width: 51.25%;

  padding-top: 35px;

}

.m-prob1 .box-title {

  position: relative;

  line-height: 36px;

  font-size: 26px;

  font-size: 2.6rem;

  padding-bottom: 4px;

  border-bottom: 1px solid #cfcfcf;

}

.m-prob1 .box-desc {

  margin-top: 20px;

}

.m-prob1 .box-share {

  margin-top: 28px;

  font-size: 0;

  letter-spacing: 0;

}

.m-prob1 .box-share .font {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  vertical-align: top;

  margin-right: 10px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #999;

}

.m-prob1 .box-share .img {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  vertical-align: top;

  height: 26px;

}

.m-prob1 .box-link {

  margin-top: 38px;

  overflow: hidden;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: center;

}

.m-prob1 .box-link > a {

  margin-right: 10px;

  margin-bottom: 10px;

  display: inline-block;

  *display: inline;

  *zoom: 1;

  vertical-align: middle;

  min-width: 182px;

  padding: 6px 10px;

  line-height: 30px;

  font-size: 18px;

  font-size: 1.8rem;



  text-align: center;

  box-sizing: border-box;

  color: white;

  background-color: #0c3c83;

  border-radius: 6px;

}

.m-prob1 .box-link > a i {

  font-size: 18px;

  font-size: 1.8rem;

  margin-right: 5px;

}

.m-prob1 .box-link > a:hover {

  color: white;

  background-color: #d7000f;

}



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

  .zoomPad {

    cursor: default !important;

  }

  .zoomPup {

    display: none !important;

  }

  .zoomWindow {

    display: none !important;

  }

  .zoomPreload {

    display: none !important;

  }

  .m-prob1 .box-pic {

    float: none;

    margin: 0 auto;

  }

  .m-prob1 .box-info {

    padding-top: 30px;

    width: 100%;

    height: auto;

  }

  .m-prob1 .box-share {

    padding-left: 0;

    display: block;

    text-align: left;

  }

  .m-prob1 .box-desc {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-prob1 .box-desc p {

    min-height: 10px;

  }

  .m-prob1 .pic-item .item-pic {

    padding-top: 0;

  }

  .m-prob1 .pic-item .item-pic img {

    border-color: #0c3c83;

  }

  .m-prob1 .pic-item .item-pic:before {

    display: none !important;

  }

}

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

  .m-prob1 .box-pic {

    display: none;

  }

  .m-prob1 .pic-small {

    display: none;

  }

  .m-prob1 .pic-list ul li {

    margin-right: 0.2%;

    width: 4.9%;

  }

  .m-prob1 .pic-item .item-pic:before {

    display: none !important;

  }

  .m-prob1 .box-link > a {

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-prob1 .info-link {

    margin-top: 20px;

  }

  .m-prob1 .box-title {

    font-size: 20px;

    font-size: 2rem;

  }

  .m-prob1 .box-desc {

    margin-top: 20px;

  }

}

.m-propic {

  display: none;

}



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

  .m-propic {

    position: relative;

    padding-left: 35px;

    padding-right: 35px;

    display: block;

    overflow: hidden;

  }

  .m-propic .box-btn {

    position: absolute;

    top: 50%;

    margin-top: -15px;

    display: block;

    width: 30px;

    height: 30px;

    line-height: 30px;

    font-size: 16px;

    font-size: 1.6rem;

    color: #0c3c83;

    text-align: center;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 100% 100%;

  }

  .m-propic .box-btn.prev {

    left: 0;

  }

  .m-propic .box-btn.next {

    right: 0;

  }

  .m-propic .box-bd {

    overflow: hidden;

  }

  .m-propic .box-list {

    width: 10000%;

    overflow: hidden;

  }

  .m-propic .list-item {

    float: left;

    margin-right: 0.02%;

    width: 0.32%;

  }

  .m-propic .item-pic {

    border: 1px solid #0c3c83;

  }

}

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

  .m-propic .list-item {

    width: 1%;

  }

}

.m-promd {

  padding-top: 60px;

}

.m-promd .box-wp {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: stretch;

}

.m-promd .box-item {

  width: 25%;

  padding: 20px 15px;

  line-height: 30px;

  font-size: 24px;

  font-size: 2.4rem;

  text-align: center;

  background-color: #eee;

  border-right: 1px solid #b6b6b6;

  display: flex;

  flex-flow: row wrap;

  justify-content: center;

  align-items: center;

}

.m-promd .box-item:nth-child(4n) {

  border-right: none;

}

.m-promd .box-item:hover, .m-promd .box-item.active,.m-promd .box-item:first-child {

  color: #fff !important;

  background-color: #0c3c83 !important;

}

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

  .m-promd .box-item {

    padding: 10px 15px;

    line-height: 24px;

    font-size: 16px;

    font-size: 1.6rem;

  }

}

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

  .m-promd {

    padding-top: 40px;

  }

}

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

  .m-promd .box-item {

    width: 50%;

  }

  .m-promd .box-item:nth-child(2n) {

    border-right: none;

  }

}



.m-probox {

  margin-top: 30px;

}



.m-prott {

  margin-bottom: 20px;

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

}

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

  .m-prott {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

}



.m-protext {

  margin-top: 30px;

}

.m-protext .box-desc {

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

}

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

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-protext .box-desc em {

  font-weight: bold;

  font-size: 16px;

  font-size:1.6rem;
  
  display: block;
    color: #fff;
    background: #0c3c83;
    line-height: 30px;
    padding: 10px;
    font-weight: bold;

}
.m-protext .box-desc em span,.m-protext .box-desc em strong,.m-protext .box-desc em a{   color: #fff;}
@media screen and (max-width: 991px) {

  .m-protext .box-desc {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

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

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-protext .box-desc em {

    font-size: 18px;

    font-size: 1.8rem;

  }

}



.m-provideo {

  margin-top: 48px;

}

.m-provideo .box-desc {

  color: #666;

}
.m-provideo .box-video iframe{ max-width:100%;}
.m-provideo .box-video {

  margin-top: 20px;

  line-height: 0;

  font-size: 0;

}

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

  .m-provideo {

    margin-top: 30px;

  }

}



.m-proform {

  margin-top: 48px;

  padding-top: 26px;

  padding-bottom: 52px;

  background-color: #f3f3f3;

}

.m-proform .box-wp {

  padding-left: 50px;

  padding-right: 60px;

  padding-top: 22px;

  padding-bottom: 26px;

  background-color: #ffffff;

  box-shadow: 0px 0px 38px 0px rgba(156, 164, 169, 0.24);

}
.m-proform .zdyform{  padding-bottom:25px}
.m-proform .box-title {

  margin-bottom: 26px;

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

  text-align: center;

}

.m-proform .box-form {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-proform .form-item {

  position: relative;

  margin-bottom: 28px;

  line-height: 0;

  font-size: 0;

  box-sizing: border-box;

  overflow: hidden;

}

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

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

  background-color: #f3f3f3;

}

.m-proform .form-item-1 {

  margin-right: 2.752293578%;

  width: 48.623853211%;

}

.m-proform .form-item-2 {

  width: 100%;

}

.m-proform .form-item-3 {

  margin-right: 28px;

  width: 34.4036697248%;

}

.m-proform .form-item-4 {

  margin-right: 28px;

  width: 12.5688073394%;

  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-proform .form-item-4 img {

  max-height: 50px;

  vertical-align: middle;

}

.m-proform .form-item-5 {

  width: 19.6330275229%;

  padding-left: 0;

  text-align: center;

}

.m-proform .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-proform .item-btn1:hover {

  color: #fff;

  background-color: #0c3c83;

}

.m-proform .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-proform .item-text::-webkit-input-placeholder {

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

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

  color: #969696;

  opacity: 1;

}

.m-proform .item-text2 {

  height: 144px;

  line-height: 30px;

  padding-top: 10px;

  box-sizing: border-box;

}

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

  .m-proform {

    margin-top: 30px;

    padding-top: 40px;

    padding-bottom: 40px;

  }

  .m-proform .box-wp {

    padding: 30px 15px;

  }

  .m-proform .box-title {

    line-height: 30px;

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-proform .form-item {

    margin-bottom: 15px;

    width: 100%;

  }

  .m-proform .form-item-1 {

    margin-right: 0;

  }

  .m-proform .form-item-3 {

    width: calc(100% - 130px);

    margin-right: 20px;

  }

  .m-proform .form-item-4 {

    width: 110px;

    margin-right: 0;

  }

  .m-proform .form-item-5 {

    width: 100%;

  }

}



.m-proeval {

  margin-top: 72px;

}

.m-proeval .box-title {

  margin-bottom: 60px;

  text-align: center;

}

.m-proeval .box-slide {

  position: relative;

}

.m-proeval .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-proeval .box-btn:hover {

  color: #fff;

  background-color: #d7000f;

}

.m-proeval .prev {

  left: -48px;

}

.m-proeval .next {

  right: -48px;

}

.m-proeval .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-proeval .list-item {

  float: left;

  margin-right: 0.0166666667%;

  position: relative;

  width: 0.4916666667%;

  padding-bottom: 40px;

  display: flex;

  flex-flow: row nowrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-proeval .list-item:before {

  content: "";

  position: absolute;

  right: 0;

  bottom: 0;

  width: calc(100% - 32px);

  height: calc(100% - 70px);

  background-color: #f2f2f2;

}

.m-proeval .item-pic {

  position: relative;

  width: 168px;

  flex: 0 0 auto;

  border-radius: 30px 0px 30px 0px;

}

.m-proeval .item-text {

  position: relative;

  flex: 1 1 auto;

  overflow: hidden;

  padding-left: 25px;

  padding-right: 20px;

  padding-top: 97px;

}

.m-proeval .item-text:before {

  content: "";

  position: absolute;

  right: 45px;

  top: 20px;

  width: 98px;

  height: 89px;

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

  background-size: cover;

}

.m-proeval .item-title {

  line-height: 34px;

  font-size: 24px;

  font-size: 2.4rem;

  font-weight: bold;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.m-proeval .item-desc {

  margin-top: 12px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  height: 140px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  overflow: hidden;

}

.m-proeval .item-desc a {

  color: #666;

}

.m-proeval .item-desc a:hover {

  color: #0c3c83;

}

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

  .m-proeval .btn-wp {

    margin-top: 30px;

    display: flex;

    flex-flow: row wrap;

    justify-content: center;

    align-items: center;

  }

  .m-proeval .box-btn {

    position: relative;

    margin: 0 30px;

    top: auto;

    transform: none;

    left: auto;

    right: auto;

  }

}

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

  .m-proeval {

    margin-top: 30px;

  }

  .m-proeval .box-title {

    margin-bottom: 30px;

  }

  .m-proeval .item-pic {

    width: 120px;

  }

  .m-proeval .item-title {

    line-height: 26px;

    font-size: 16px;

    font-size: 1.6rem;

  }

  .m-proeval .item-desc {

    height: 72px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

  }

  .m-proeval .item-text {

    padding-top: 60px;

    padding-left: 15px;

    padding-right: 15px;

  }

  .m-proeval .item-text:before {

    width: 49px;

    height: 45px;

    top: 5px;

  }

  .m-proeval .list-item {

    width: 1%;

    padding-bottom: 20px;

  }

  .m-proeval .list-item:before {

    height: calc(100% - 40px);

  }

  .m-proeval .box-page {

    margin-top: 30px;

  }

  .m-proeval .page-item {

    width: 12px;

    height: 12px;

  }

  .m-proeval .page-item.active {

    width: 24px;

  }

}



.m-rescen {

  margin-top: 72px;

}

.m-rescen .box-list {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-rescen .list-item {

  margin-right: 2%;

  margin-bottom: 10px;

  width: 32%;

}
.m-rescen .box-list .item-title{margin-top: 12px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    max-height: 30px;
    text-align: center;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
.m-rescen .list-item:nth-child(3n) {

  margin-right: 0;

}

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

  .m-rescen {

    margin-top: 30px;

  }
.m-rescen .box-list .item-title {
    line-height: 24px;
    max-height:24px;
    font-size: 14px;
    font-size: 1.4rem;
}
}



.m-repro {

  margin-top: 100px;

}

.m-repro .box-title {

  position: relative;

  overflow: hidden;

}

.m-repro .box-title .span {

  display: inline-block;

  position: relative;

}

.m-repro .box-title .span:before {

  content: "";

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  left: 100%;

  margin-left: 60px;

  width: 1200px;

  height: 1px;

  background-color: #0c3c83;

}

.m-repro .box-list {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

  margin-bottom: -20px;

}

.m-repro .list-item {

  margin-right: 1%;

  margin-bottom: 20px;

  width: 24.1666666667%;

}

.m-repro .list-item:nth-child(4n) {

  margin-right: 0;

}

.m-repro .item-pic {

  border: solid 1px #999999;

}

.m-repro .item-title {

  margin-top: 12px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  max-height: 60px;

  text-align: center;

  padding: 0 10px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

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

  .m-repro {

    margin-top: 30px;

  }

  .m-repro .item-title {

    line-height: 24px;

    max-height: 48px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

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

  .m-repro .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.m-solutionl {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

  margin-bottom: -50px;

}

.m-solutionl .list-item {

  margin-right: 2%;

  margin-bottom: 50px;

  width: 32%;

}

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

  margin-right: 0;

}

.m-solutionl .item-text {

  text-align: center;

}

.m-solutionl .item-title {

  margin-top: 15px;

  line-height: 30px;

  font-size: 20px;

  font-size: 2rem;

  font-weight: bold;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.m-solutionl .item-link {

  margin-top: 12px;

}

.m-solutionl .item-link a {

  display: inline-block;

  min-width: 117px;

  line-height: 24px;

  padding: 5px 10px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  text-align: center;

  border-radius: 18px;

  border: solid 1px #d1d8dd;

}

.m-solutionl .item-link a:hover {

  color: #fff;

  background-color: #d7000f;

}

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

  .m-solutionl {

    margin-bottom: -30px;

  }

  .m-solutionl .list-item {

    margin-bottom: 30px;

  }

  .m-solutionl .item-title {

    margin-top: 10px;

    line-height: 26px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-solutionl .item-link a {

    min-width: 100px;

    font-size: 14px;

    font-size: 1.4rem;

    padding: 3px 10px;

  }

}

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

  .m-solutionl .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}



.m-sdsch {

  padding-top: 8px;

}

.m-sdsch .sch-form {

  position: relative;

  padding-right: 40px;

  border: solid 1px #999999;

}

.m-sdsch .form-btn, .m-sdsch .form-icon {

  position: absolute;

  right: 0;

  top: 0;

  width: 40px;

  height: 40px;

  line-height: 40px;

}

.m-sdsch .form-btn {

  z-index: 2;

}

.m-sdsch .form-text {

  width: 100%;

  height: 40px;

  line-height: 40px;

  padding: 0 10px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-sdsch .form-text::-webkit-input-placeholder {

  color: #999;

  opacity: 1;

}

.m-sdsch .form-text:-moz-placeholder {

  color: #999;

  opacity: 1;

}

.m-sdsch .form-text::-moz-placeholder {

  color: #999;

  opacity: 1;

}

.m-sdsch .form-text:-ms-input-placeholder {

  color: #999;

  opacity: 1;

}

.m-sdsch .form-icon {

  font-size: 20px;

  font-size: 2rem;

  color: #fff;

  text-align: center;

  background-color: #0c3c83;

}

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

  .m-sdsch .form-text {

    font-size: 14px;

    font-size: 1.4rem;

  }

}



.m-sdnews {

  margin-top: 40px;

  border: solid 1px #999999;

}

.m-sdnews .box-title {

  line-height: 50px;

  font-size: 26px;

  font-size: 2.6rem;

  font-weight: bold;

  color: #fff;

  padding: 0 14px;

  background-color: #0c3c83;

}

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

.m-sdnews .box-title a:hover{ color:#d7000f}

.m-sdnews .box-list {

  padding-left: 8px;

  padding-right: 8px;

  padding-top: 10px;

  padding-bottom: 19px;

}

.m-sdnews .list-item {

  margin-top: 12px;

  line-height: 26px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

}

.m-sdnews .list-item a {

  color: #666;

}

.m-sdnews .list-item a:hover {

  color: #0c3c83;

}

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

  margin-top: 0;

}

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

  .m-sdnews {

    margin-top: 30px;

  }

  .m-sdnews .box-title {

    font-size: 20px;

    font-size: 2rem;

  }

  .m-sdnews .list-item {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

    margin-top: 10px;

  }

}



.m-news {

  padding-bottom: 30px;

  border-bottom: 1px solid #999999;

}

.m-news .box-title {

  font-size: 36px;

  font-size: 3.6rem;

  line-height: 50px;

}

.m-news .box-info {

  margin-top: 20px;

  letter-spacing: 0;

  line-height: 26px;

}

.m-news .box-time {

  position: relative;

  margin-right: 10px;

  display: inline-block;

  *display: inline;

  *zoom: 1;

  height: 26px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #666;

  vertical-align: top;

}

.m-news .box-share {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  height: 26px;

  vertical-align: top;

}

.m-news .share-font {

  font-size: 16px;

  font-size: 1.6rem;

  vertical-align: top;

  color: #666;

}

.m-news .share-img {

  display: inline-block;

  *display: inline;

  *zoom: 1;

}

.m-news .box-desc {

  margin-top: 38px;

  color: #666;

}



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

  .m-news .box-title {

    line-height: 1.2;

    font-size: 20px;

    font-size: 2rem;

  }

  .m-news .box-info {

    margin-top: 20px;

  }

  .m-news .box-time, .m-news .share-font {

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-news .box-desc {

    margin-top: 30px;

  }

}

.m-abtb1 .box-left {

  position: relative;

  float: left;

  margin-right: 5.8333333333%;

  width: 42.6666666667%;

}

.m-abtb1 .box-left:before {

  content: "";

  position: absolute;

  left: -20px;

  bottom: -20px;

  width: 100%;

  height: 100%;

  border: 1px solid #999;

}

.m-abtb1 .box-img {

  position: relative;

  line-height: 0;

  font-size: 0;

}

.m-abtb1 .box-logo {

  position: absolute;

  right: 0;

  top: 0;

  width: 120px;

  padding-left: 10px;

  padding-right: 10px;

  padding-top: 22px;

  padding-bottom: 7px;

  line-height: 0;

  font-size: 0;

  z-index: 3;

  background-color: #0c3c83;

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

}

.m-abtb1 .box-title {

  padding-top: 20px;

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  color: #0c3c83;

  font-weight: bold;

}

.m-abtb1 .box-desc {

  margin-top: 17px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

}

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

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

}

.m-abtb1 .box-desc p {

  min-height: 28px;

}

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

  .m-abtb1 .box-left:before {

    left: -15px;

    bottom: -15px;

  }

}

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

  .m-abtb1 .box-left {

    margin-left: 15px;

    margin-bottom: 15px;

  }

  .m-abtb1 .box-logo {

    display: none;

  }

  .m-abtb1 .box-title {

    line-height: 28px;

    font-size: 20px;

    font-size: 2rem;

  }

  .m-abtb1 .box-desc {

    margin-top: 15px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

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

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-abtb1 .box-desc p {

    min-height: 24px;

  }

}

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

  .m-abtb1 .box-left {

    float: none;

    width: calc(100% - 15px);

    margin-right: 0;

  }

}



.m-abtb2 {

  margin-top: 37px;

}

.m-abtb2 .box-img {

  float: right;

  margin-left: 5.4166666667%;

  width: 42.6666666667%;

}

.m-abtb2 .box-text {

  padding-top: 26px;

}

.m-abtb2 .box-info {

  margin-top: 20px;

  margin-bottom: -20px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: center;

}

.m-abtb2 .info-item {

  margin-bottom: 20px;

  width: 33.33%;

  /*padding: 0 10px;*/

  /*text-align: center;*/

  box-sizing: border-box;

}

.m-abtb2 .item-num {

  line-height: 1;
text-align: center;
  font-size: 44px;

  font-size: 4.4rem;

  color: #d7000f;

}

.m-abtb2 .item-title {

  margin-top: 10px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

}

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

  .m-abtb2 {

    margin-top: 30px;

  }

  .m-abtb2 .item-num {

    font-size: 24px;

    font-size: 2.4rem;

  }

  .m-abtb2 .item-title {

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

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

  .m-abtb2 .box-img {

    float: none;

    margin-left: 0;

    width: 100%;

  }

  .m-abtb2 .info-item {

    width: 100%;

  }

}



.m-abtb3 {

  margin-top: 82px;

  background-color: #1a3a6b;

}

.m-abtb3 .box-wp {

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: stretch;

}

.m-abtb3 .box-fix {

  width: 43.3333333333%;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-end;

  align-items: center;

  padding: 30px 6.25%;

}

.m-abtb3 .box-video {

  width: 56.6666666667%;

}

.m-abtb3 .box-list {

  width: 10000%;

  overflow: hidden;

}

.m-abtb3 .list-item {

  float: left;

  width: 1%;

}

.m-abtb3 .box-text {

  width: 100%;

  max-width: 400px;

  color: #fff;

}

.m-abtb3 .box-text a {

  color: #fff;

}

.m-abtb3 .box-text a:hover {

  color: #d7000f;

}

.m-abtb3 .box-title {

  position: relative;

  padding-bottom: 37px;

  line-height: 46px;

  font-size: 36px;

  font-size: 3.6rem;

  font-weight: bold;

}

.m-abtb3 .box-title:before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 120px;

  height: 4px;

  background-color: #fff;

}

.m-abtb3 .box-desc {

  margin-top: 34px;

  line-height: 34px;

  font-size: 24px;

  font-size: 2.4rem;

}

.m-abtb3 .btn-wp {

  margin-top: 12.0192307692%;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: flex-start;

}

.m-abtb3 .box-btn {

  width: 30px;

  line-height: 30px;

  font-size: 16px;

  font-size: 1.6rem;

  color: #0c3c83;

  text-align: center;

  border-radius: 50%;

  background-color: #fff;

  cursor: pointer;

}

.m-abtb3 .box-btn:hover {

  color: #fff;

  background-color: #d7000f;

}

.m-abtb3 .prev {

  margin-right: 12px;

}

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

  .m-abtb3 {

    margin-top: 30px;

  }

  .m-abtb3 .box-title {

    line-height: 30px;

    font-size: 20px;

    font-size: 2rem;

    padding-bottom: 15px;

  }

  .m-abtb3 .box-title:before {

    width: 60px;

    height: 2px;

  }

  .m-abtb3 .box-desc {

    margin-top: 15px;

    line-height: 24px;

    font-size: 14px;

    font-size: 1.4rem;

  }

}

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

  .m-abtb3 .box-wp {

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 96%;

    padding-top: 30px;

    padding-bottom: 30px;

  }

  .m-abtb3 .box-fix {

    width: 100%;

    display: block;

    padding: 0;

  }

  .m-abtb3 .box-text {

    width: 100%;

  }

  .m-abtb3 .box-video {

    width: 100%;

    margin-top: 30px;

  }

}



.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'); /* IE9 */

  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */

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

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

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

       url('../fonts/iconfont.svg') 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;
}