#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav { display: none; }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; background-color: #ce1313; }
  .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: #ce1313; } }
.sbnav-item1{position: relative;}
.m-mobilenav { display: none; }
.m-hdnav .sbnav-item i{
    position: absolute;
    right: 2px;
    font-size: 12px;
}
@media screen and (max-width: 991px) { .m-mobilenav { position: absolute; z-index: 11; padding-top: 25px; top: 0; left: 0; display: block; -moz-box-sizing: border-box; box-sizing: border-box; }
  .m-mobilenav .mbnav-btn { position: absolute; z-index: 2; top: 10px; left: 17px; width: 26px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-btn .line { width: 100%; height: 2px; background-color: #ce1313; }
  .m-mobilenav .mbnav-btn .line2 { margin-top: 6px; margin-bottom: 6px; }
  .m-mobilenav .mbnav-btn.active { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .m-mobilenav .mbnav-bd { position: absolute; left: 0; top: 0; width: 300px; height: 100%; top: 0; visibility: hidden; z-index: 1; }
  .m-mobilenav .mbnav-bd.show { visibility: visible; }
  .m-mobilenav .mbnav-bd.show .mbnav-wp { height: 100%; opacity: 1; }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a { opacity: 1; -webkit-transform: scale(1) translate(0, 0); -moz-transform: scale(1) translate(0, 0); -ms-transform: scale(1) translate(0, 0); -o-transform: scale(1) translate(0, 0); transform: scale(1) translate(0, 0); }
  .m-mobilenav .mbnav-wp { position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: #333; top: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }
  .m-mobilenav .mbnav-fix { position: absolute; left: 0; top: 60px; height: -webkit-calc(100% - 60px); height: -moz-calc(100% - 60px); height: calc(100% - 60px); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }
  .m-mobilenav .mbnav-item { position: relative; padding-left: 44px; padding-right: 24px; padding-top: 10px; padding-bottom: 10px; }
  .m-mobilenav .mbnav-item i { position: absolute; left: 13px; top: 12px; width: 24px; height: 24px; line-height: 24px; text-align: center; background-color: #333; font-size: 20px; font-size: 2rem; color: #fff; cursor: pointer; }
  .m-mobilenav .mbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; -webkit-transform: scale(1.1) translate(60px, -35px); -moz-transform: scale(1.1) translate(60px, -35px); -ms-transform: scale(1.1) translate(60px, -35px); -o-transform: scale(1.1) translate(60px, -35px); transform: scale(1.1) translate(60px, -35px); opacity: 0; -webkit-transition: .5s .1s; -o-transition: .5s .1s; -moz-transition: .5s .1s; transition: .5s .1s; }
  .m-mobilenav .mbnav-item > a.current:after { content: ""; margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
  .m-mobilenav .mbnav-item > a.active { color: #ce1313; }
  .m-mobilenav .mbnav-item > a.active:after { background-color: #ce1313; }
  .m-mobilenav .mbnav-item:nth-child(1) > a { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .m-mobilenav .mbnav-item:nth-child(2) > a { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
  .m-mobilenav .mbnav-item:nth-child(3) > a { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; }
  .m-mobilenav .mbnav-item:nth-child(4) > a { -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; }
  .m-mobilenav .mbnav-item:nth-child(5) > a { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; }
  .m-mobilenav .mbnav-item:nth-child(6) > a { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; }
  .m-mobilenav .mbnav-item:nth-child(7) > a { -webkit-transition-delay: 550ms; -moz-transition-delay: 550ms; -o-transition-delay: 550ms; transition-delay: 550ms; }
  .m-mobilenav .mbsbnav-list { padding: 10px 0; display: none; }
  .m-mobilenav .mbsbnav-item { position: relative; padding-left: 20px; padding-right: 5px; }
  .m-mobilenav .mbsbnav-item i { left: 0; top: 6px; line-height: 24px; }
  .m-mobilenav .mbsbnav-item a { display: block; padding: 5px 5px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }
  .m-mobilenav .mbsbnav-item a.active { color: #ce1313; } }

.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.slide .console{
	height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.slide .dotList{
	    text-align: center;
    margin-top: 20px;
}
.slide .dotList ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.slide .dotList ul li.active{
	 background-position:0px 0px;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.slide .carousel-control.left{
	left:0;
	background-position:-38px 0px;
	cursor:pointer;
}
.slide .carousel-control.right{
	right:0;
	background-position:-85px 0px;
	cursor:pointer;
}
.slide .slidedetail{display:none;}


.imgtoVideo img{width:100%;}
.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;    display: inline-block;}
.imgtoVideo>div:hover .imgtoVideoDetail{display:block}
.imgtoVideo .imgtoVideoDetail{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:1px;
    display:none
}
.imgtoVideo .imgtoVideoDetail >div{
	 background: rgba(0, 98, 197,0.8);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
	 width: 100%;
     height: 100%;
     text-align:center;
}
.imgtoVideo .tovideo .imgtoVideoDetail{
	display:block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div{
	    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search{
	color: #fff;
    font-size: 25px;
    margin-top: 21%;
}
.contentIV{
	position: fixed;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    margin:0 auto;
    z-index:-999;
    max-width:1024px;
    display:none;
}

#picturetoVideo .carouse .slideItem{display:table;height:100%}
#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align: middle;text-align: center;}
#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}
.closeContentIV{
	    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    z-index: 999;
}
::-moz-selection { color: #fff; background: #ce1313; }

::selection { color: #fff; background: #ce1313; }

* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family: arial, helvetica, sans-serif; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; background: #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; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #ce1313; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1200px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; width: 1200px; max-width: 100%; overflow: visible; -moz-box-sizing: border-box; box-sizing: border-box; }

.f-box2 { width: 1355px; }

.f-box3 { width: 1420px; }

@media screen and (max-width: 1440px) { .f-box { width: 1200px; } }

@media screen and (max-width: 1219px) { .f-box { width: 960px; } }

@media screen and (max-width: 991px) { .f-box { width: 720px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 15px; padding-right: 15px; } }

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #ce1313; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforey:hover { color: #fff; }

.an-hoverbtn-beforey:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforex { position: relative; }

.an-hoverbtn-beforex > * { position: relative; }

.an-hoverbtn-beforex:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: #ce1313; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforex:hover { color: #fff; }

.an-hoverbtn-beforex:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverbtn-beforer { position: relative; overflow: hidden; }

.an-hoverbtn-beforer > * { position: relative; }

.an-hoverbtn-beforer:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; height: 100%; background-color: #ce1313; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforer:hover { color: #fff; }

.an-hoverbtn-beforer:hover:before { right: 0; }

.an-boxsd:hover { -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); }

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc a { color: #ce1313; }

.m-desc a:hover { text-decoration: underline; }

.m-desc p, .m-desc span, .m-desc b { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc p { min-height: 30px; }

.m-desc img { max-width: 100%; }

.m-desc iframe { display: block; max-width: 100%; margin: 0 auto; }

.m-desc table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto; }

.m-desc table tr td { padding: 10px; border: 1px solid #ccc; background: #fff; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 991px) { .m-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-desc a { color: #ce1313; }
  .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; line-height: 10px;}

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
  .table > div { width: 991px !important; max-width: 991px; } }

@media screen and (max-width: 991px) { [class*="-item"] .item-title { font-size: 14px; font-size: 1.4rem; }
  [class*="-item"] .item-desc { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-link { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-modal { display: none; } }

/* .m-xx end */
/* .j-xx start */
.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-top { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-left { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-right { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-fadein { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; opacity: 0; }

.j-fadein.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-fadein { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-lazy { min-width: 20%; }

/* .j-xx end */
[class*="-item"] .item-pic { position: relative; display: block; line-height: 0; font-size: 0; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #ce1313; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; }

[class*="-item"] .item-desc a:hover { color: #ce1313; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { padding-top: 30px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-crm a { color: #666; }

.m-crm a:hover { color: #ce1313; }

.m-crm a.active { color: #ce1313; }

@media screen and (max-width: 991px) { .m-crm { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-oths { margin-top: 24px; }

.m-oths .oths-item { position: relative; padding-left: 36px; height: 27px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

.m-oths .oths-item a { color: #666; }

.m-oths .oths-item a:hover { color: #ce1313; }

.m-oths .oths-item i { position: absolute; left: 0; top: 0; width: 26px; font-size: 12px; font-size: 1.2rem; color: #fff; text-align: center; background-color: #cecece; border-radius: 50%; }

.m-oths .oths-item-1 { margin-bottom: 12px; }

.m-page { margin-top: 78px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 35px; height: 30px; line-height: 28px; font-size: 12px; font-size: 1.2rem; color: #333; padding: 0 5px; text-align: center; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
.m-page span { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 35px; height: 30px; line-height: 28px; font-size: 12px; font-size: 1.2rem; color: #333; padding: 0 5px; text-align: center; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
.m-page a.big { min-width: 61px; }

.m-page a:hover { color: white; border-color: #ce1313; background-color: #ce1313; }

.m-page a.active { color: white; border-color: #ce1313; background-color: #ce1313; }

.m-page2 { position: relative; }

.m-page2 .page-form { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding-right: 20px; background: url("../images/page1.png") no-repeat right center; }

.m-page2 .form-btn { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 150px; height: 30px; background-color: #ce1313; padding: 0 10px; font-size: 14px; font-size: 1.4rem; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-page .no:hover{color: #333;background: #fff;border: 1px solid #e5e5e5;}
@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.m-kf { position: fixed; z-index: 10; right: -200px; top: 30%; }

.m-kf .kf-item { position: relative; display: block; line-height: 0; font-size: 0; width: 270px; line-height: 70px; margin-bottom: 1px; font-size: 30px; font-size: 3rem; color: #fff; background-color: #333; }

.m-kf .kf-item i { margin-right: 5px; display: inline-block; vertical-align: middle; width: 70px; text-align: center; }

.m-kf .kf-item  span { font-size: 16px; font-size: 1.6rem; vertical-align: middle;}

.m-kf .kf-item:hover { color: #fff; background-color: #ce1313; transform: translate(-200px, 0);}

.m-kf .kf-item2:hover { transform: translate(0, 0); }

.m-kf .kf-item.active { background-color: #ce1313; }

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 100%; width: 90px; font-size: 0; line-height: 0; }

.m-kf .gotop { display: none; }

@media screen and (max-width: 991px) { 
.m-kf { right: 0; top: auto; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; background-color: #2d2d27; }
  .m-kf .kf-item { width: 20%; text-align: center; line-height: 60px; font-size: 26px; font-size: 2.6rem; background-color: #2d2d27 !important;  transform: translate(0) !important;}
  .m-kf .kf-item span { display: none; }
  .m-kf .kf-item i { display: inline; margin-right: 0;}
  .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: 63px; } }

.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: #ce1313; border-radius: 5px; display: none; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; }

.returntop:hover { color: #fff; background-color: #ce1313; }

@media screen and (max-width: 991px) { .returntop { display: none !important; } }

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #000; background-color: rgba(0, 0, 0, 0.3); display: none; }

.m-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 90%; max-height: 80%; width: 1200px; height: 800px; }

.m-hhd { text-align: center; margin-bottom: 67px; margin-left: auto; margin-right: auto; max-width: 900px; }

.m-hhd .hd-title { line-height: 52px; font-size: 42px; font-size: 4.2rem; font-weight: bold; text-transform: uppercase; }

.m-hhd .hd-title span { color: #ce1313; }

.m-hhd .hd-desc { margin-top: 19px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hhd .hd-desc a { color: #666; }

.m-hhd .hd-desc a:hover { color: #ce1313; }

@media screen and (max-width: 991px) { .m-hhd { margin-bottom: 30px; }
  .m-hhd .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
  .m-hhd .hd-desc { margin-top: 10px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.g-hvideo { padding-top: 95px; padding-bottom: 94px; background: url("../images/hbg1.jpg") no-repeat center; background-size: cover; }

@media screen and (max-width: 991px) { .g-hvideo { padding-top: 30px; padding-bottom: 30px; } }

.m-hvideo { position: relative; padding-left: 60px; padding-right: 60px; }

.m-hvideo .box-btn { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 40px; font-size: 4rem; color: #666; }

.m-hvideo .box-btn:hover { color: #ce1313; }

.m-hvideo .box-btn.prev { left: 0; }

.m-hvideo .box-btn.next { right: 0; }

.m-hvideo .box-list { width: 10000%; overflow: hidden; }

.m-hvideo .list-wp { float: left; margin-right: 0.01111%; width: 0.49537%; }

.m-hvideo .list-item { margin-top: 10px; position: relative; overflow: hidden; }

.m-hvideo .item-video { line-height: 0; font-size: 0; }

.m-hvideo .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background-color: #201677; background-color: rgba(32, 22, 119, 0.3); */-moz-box-sizing: border-box; box-sizing: border-box; border: 20px solid transparent; display: block; }

.m-hvideo .item-modal:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; }

.m-hvideo .item-modal img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (max-width: 991px) { .m-hvideo { padding-left: 50px; padding-right: 50px; }
  .m-hvideo .box-btn { font-size: 32px; font-size: 3.2rem; }
  .m-hvideo .item-modal { border-width: 10px; }
  .m-hvideo .item-modal img { width: 40px; } }

@media screen and (max-width: 375px) { .m-hvideo .list-wp { width: 1%; } }

@-webkit-keyframes top-shadow { 0% { box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); }
  20% { box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  50% { box-shadow: 0px 5px 15px 0px rgba(2, 29, 92, 0.77); }
  75% { box-shadow: 0px 3px 7px 0px rgba(2, 29, 92, 0.77); }
  100% { box-shadow: 0px 0px 0 0px rgba(2, 29, 92, 0.77); } }

.m-hproc { position: relative; }

.m-hproc .box-tabhd { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); z-index: 3; width: 5.20833%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column nowrap; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.m-hproc .tabhd-item { margin-top: 18px; display: inline-block; *display: inline; *zoom: 1; width: 100%; padding-top: 100%; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; border-radius: 50%; }

.m-hproc .tabhd-item:first-child { margin-top: 0; }

.m-hproc .tabhd-item1 { background-image: url("../images/hprocicon4.png"); }

.m-hproc .tabhd-item1:hover, .m-hproc .tabhd-item1.active { background-image: url("../images/hprocicon4h.png"); }

.m-hproc .tabhd-item2 { background-image: url("../images/hprocicon3.png"); }

.m-hproc .tabhd-item2:hover, .m-hproc .tabhd-item2.active { background-image: url("../images/hprocicon3h.png"); }

.m-hproc .tabhd-item3 { background-image: url("../images/xintu.png"); }

.m-hproc .tabhd-item3:hover, .m-hproc .tabhd-item3.active { background-image: url("../images/xintuh.png"); }

.m-hproc .tabhd-item4 { background-image: url("../images/hprocicon2.png"); }

.m-hproc .tabhd-item4:hover, .m-hproc .tabhd-item4.active { background-image: url("../images/hprocicon2h.png"); }

.m-hproc .tabhd-item5 { background-image: url("../images/hprocicon5.png"); }

.m-hproc .tabhd-item5:hover, .m-hproc .tabhd-item5.active { background-image: url("../images/hprocicon5h.png"); }

.m-hproc .box-tabbd { position: relative; padding-top: 36.45833%; }

.m-hproc .tabbd-item { position: absolute; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hproc .tabbd-item.show { visibility: visible; z-index: 2; opacity: 1; }

.m-hproc .item-wp { position: absolute; left: 0; top: 0; width: 50%; height: 100%; background-color: #333; background-color: rgba(51, 51, 51, 0.6); }

.m-hproc .item-img { line-height: 0; font-size: 0; }

.m-hproc .item-text { position: absolute; right: 165px; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); 
/*width: 56.66667%;*/
width: 70.66667%;
/*padding-right: 30px;*/
max-height: 90%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: auto; color: #fff; line-height: 30px;}

@media screen and (max-width: 1200px) {.m-hproc .item-text{right:50px;}}
.m-hproc .item-text a { color: #fff; }

.m-hproc .item-text a:hover { color: #ce1313; }

.m-hproc .item-title { position: relative; padding-bottom: 39px; height: auto; max-height: 80px; line-height: 40px; font-size: 30px; font-size: 3rem; overflow: hidden; }

.m-hproc .item-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 72px; height: 3px; background-color: #fff; }

.m-hproc .item-desc { margin-top: 63px; max-height: 210px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-hproc .item-link { margin-top: 74px; }

.m-hproc .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 180px; line-height: 30px; padding: 5px 10px; border-radius: 6px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #ce1313; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hproc .item-link a:hover { color: #ce1313; background-color: #fff; }

@media screen and (max-width: 1440px) { .m-hproc .item-title { padding-bottom: 18px; line-height: 30px; font-size: 20px; font-size: 2rem; max-height: 30px; text-overflow: ellipsis; white-space: nowrap; }
  .m-hproc .item-desc { margin-top: 25px; max-height: 144px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hproc .item-link { margin-top: 30px; }
  .m-hproc .item-link a { min-width: 150px; } }

@media screen and (max-width: 991px) { .m-hproc .tabhd-item { margin-top: 10px; }
  .m-hproc .item-desc { max-height: 88px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hproc .item-title { max-height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-hproc .item-link a { min-width: 90px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }
@media screen and (max-width: 767px) { .m-hproc .item-text { width: 90%; right: 5%; padding-right: 20px; }}
@media screen and (max-width: 480px) { 
  .m-hproc .item-desc { margin-top: 10px; max-height: 80px; line-height: 20px; font-size: 10px; font-size: 1rem; }
  .m-hproc .item-title { padding-bottom: 10px; max-height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hproc .item-title:before { height: 2px; }
  .m-hproc .item-link { display: none; }
  .m-hproc .tabhd-item { margin-top: 5px; } }

.g-hnews { padding-top: 25px; padding-bottom: 220px; background: url("../images/hbg2.jpg") no-repeat left bottom; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; } }

.m-hnews { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }

.m-hnews .list-item { position: relative; margin-right: 3.16667%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 22.6%;     overflow: hidden;}

.m-hnews .list-item:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; height: -webkit-calc(100% - 0px); height: -moz-calc(100% - 0px); height: calc(100% - 0px); background-color: #f9f9f9; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hnews .list-item:hover:before { background-color: #ce1313; }

.m-hnews .list-item:hover .item-title, .m-hnews .list-item:hover .item-desc, .m-hnews .list-item:hover .item-link { color: #fff; }

.m-hnews .list-item:hover .item-title a, .m-hnews .list-item:hover .item-desc a, .m-hnews .list-item:hover .item-link a { color: #fff; }

.m-hnews .item-pic { position: relative; -webkit-transform: translate(23px, 0); -moz-transform: translate(23px, 0); -ms-transform: translate(23px, 0); -o-transform: translate(23px, 0); transform: translate(23px, 0); }

.m-hnews .item-text { position: relative; z-index: 2; padding-left: 22px; padding-right: 22px; padding-top: 21px; padding-bottom: 21px; }

.m-hnews .item-title { height: 60px; line-height: 30px; font-size: 18px; font-size: 1.8rem; }

.m-hnews .item-desc { margin-top: 15px; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-hnews .item-desc a { color: #666; }

.m-hnews .item-desc a:hover { color: #ce1313; }

.m-hnews .item-link { margin-top: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-hnews .item-link a { text-decoration: underline; }

.m-hnews .item-time { position: absolute; right: 0; bottom: 100%; right: 0; width: 84px; line-height: 24px; font-size: 16px; font-size: 1.6rem; text-align: center; padding: 4px 0; background-color: #fff; }

.m-hnews .item-time span { display: block; text-align: center; }

@media screen and (max-width: 991px) { .m-hnews .item-text { padding: 20px 15px; }
  .m-hnews .item-pic { -webkit-transform: translate(10px, 0); -moz-transform: translate(10px, 0); -ms-transform: translate(10px, 0); -o-transform: translate(10px, 0); transform: translate(10px, 0); }
  .m-hnews .item-title { height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; text-overflow: ellipsis; white-space: nowrap; }
  .m-hnews .item-desc { margin-top: 5px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hnews .item-link { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-hnews .item-time { width: 60px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .m-hnews .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.g-hproj { margin-top: -162px; }

@media screen and (max-width: 991px) { .g-hproj { margin-top: 30px; } }

.m-hproj { overflow: hidden; }

.m-hproj .list-item { float: left; margin-right: 0.5%; margin-bottom: 0.45%; position: relative; overflow: hidden; }

.m-hproj .list-item:hover .item-modal { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; }

.m-hproj .list-item .item-modal { position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: #ce1313; background-color: rgba(206, 19, 19, 0.8); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); visibility: hidden; }

.m-hproj .list-item .item-text { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 96%; max-width: 383px; color: #fff; text-align: center; }

.m-hproj .list-item .item-text a { color: #fff; }

.m-hproj .list-item .item-text a:hover { text-decoration: underline; }

.m-hproj .list-item .item-title { margin-top: 29px; height: 34px; line-height: 34px; font-size: 24px; font-size: 2.4rem; text-overflow: ellipsis; white-space: nowrap; }

.m-hproj .list-item .item-desc { margin-top: 10px; line-height: 32px; height: 64px; font-size: 16px; font-size: 1.6rem; }

.m-hproj .list-item .item-desc a { display: inline; }

.m-hproj .list-item .item-link { font-size: 0; letter-spacing: 0; }

.m-hproj .list-item .item-link a { margin: 0 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 40px; line-height: 40px; font-size: 18px; font-size: 1.8rem; color: #ce1313; border-radius: 50%; background-color: #fff; }

.m-hproj .list-item .item-link a:hover { background-color: #ce1313; color: #fff; text-decoration: none; }

.m-hproj .list-item1 { width: 49%; }

.m-hproj .list-item2 { width: 24.25%; }
.g-hproj .hd-title a:hover{color:#333;}
.g-hproj .hd-desc a:hover{color:#333;}
@media screen and (max-width: 991px) { .m-hproj .list-item .item-modal { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; visibility: visible; background-color: rgba(206, 19, 19, 0.4); }
  .m-hproj .list-item .item-link a { width: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hproj .list-item .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hproj .list-item .item-desc { margin-top: 5px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 640px) { .m-hproj .list-item1 { width: 100%; margin-right: 0; }
  .m-hproj .list-item2 { width: 49.5%; margin-right: 1%; } }

/*.g-habt { padding-top: 7.55208%; padding-bottom: 5.9375%; }*/
.g-habt { padding-top: 23px; padding-bottom: 36px; }
@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; } }

.m-habt { -webkit-transform: translate(-130px, 0); -moz-transform: translate(-130px, 0); -ms-transform: translate(-130px, 0); -o-transform: translate(-130px, 0); transform: translate(-130px, 0); }

.m-habt .box-img { float: left; margin-right: 7%; width: 39.1107%; overflow: hidden; }

.m-habt .img-wp .img-item { position: relative; display: block; overflow: hidden; }

.m-habt .img-wp .img-item i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 46px; font-size: 4.6rem; color: #fff; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }

.m-habt .img-wp .img-item:hover i { opacity: 1; }

.m-habt .img-wp1 { float: left; width: 100%; }

.m-habt .img-wp1 .img-item { margin-bottom: 1.77778%; }

.m-habt .img-wp2 { float: right; width: 45.21355%; }

.m-habt .img-wp2 .img-item { margin-bottom: 4.88599%; }

.m-habt .box-text { padding-top: 42px; overflow: hidden; }

.m-habt .box-hd { margin-bottom: 0; text-align: left; }

.m-habt .hd-name { margin-top: 17px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #000; }

.m-habt .hd-name a { color: #000; }

.m-habt .hd-name a:hover { color: #ce1313; }

.m-habt .box-desc { margin-top: 41px; max-height: 270px; line-height: 30px; font-size: 18px; font-size: 2.2rem; color: #666; overflow: hidden; }

.m-habt .box-desc a { color: #666; }

.m-habt .box-desc a:hover { color: #ce1313; }

.m-habt .box-desc p { min-height: 30px; /* font-weight: bold; */color: #6c6a6e;}

.m-habt .box-link { margin-top: 16.17162%; }

.m-habt .box-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 180px; line-height: 30px; padding: 5px 10px; border-radius: 6px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1660px) { .m-habt { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } }

@media screen and (max-width: 991px) { .m-habt .box-img { float: none; margin-right: 0; width: 100%; }
  .m-habt .hd-name { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-habt .box-text { padding-top: 20px; }
  .m-habt .box-desc { margin-top: 15px; max-height: 132px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-habt .box-desc p { min-height: 22px; }
  .m-habt .box-link { margin-top: 20px; }
  .m-habt .box-link a { min-width: 80px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

.g-ft { background: url("../images/fbg1.jpg") no-repeat center; background-size: cover; background-color: #000; font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #fff; }

.g-ft a { color: #fff; }

.g-ft a:hover { color: #ce1313; }

.m-ftfix1 { padding-top: 54px; padding-bottom: 49px; }

.m-ftt { margin-bottom: 34px; line-height: 36px; font-size: 26px; font-size: 2.6rem; text-transform: uppercase; }

.m-ftb1 { float: left; padding-right: 20px; width: 28.08333%; }

.m-ftb2 { float: left; margin-right: 13.16667%; width: 22.25%; }

.m-ftb3 { overflow: hidden; }

.m-ftinfo .info-item { position: relative; padding-left: 28px; word-break: break-word; }

.m-ftinfo .iconfont { position: absolute; left: 0; top: 0; font-size: 18px; font-size: 1.8rem; }

.m-ftform .box-title { margin-bottom: 22px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }

.m-ftform .box-form { position: relative; padding-right: 40px; max-width: 287px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #ffffff; }

.m-ftform .form-text { width: 100%; padding: 0 16px; height: 38px; line-height: 38px; font-size: 14px; font-size: 1.4rem; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; }

.m-ftform .form-text::-webkit-input-placeholder { color: #fff; opacity: 1; }

.m-ftform .form-text:-moz-placeholder { color: #fff; opacity: 1; }

.m-ftform .form-text::-moz-placeholder { color: #fff; opacity: 1; }

.m-ftform .form-text:-ms-input-placeholder { color: #fff; opacity: 1; }

.m-ftform .form-btn, .m-ftform .iconfont { position: absolute; right: 0; top: 0; width: 40px; height: 38px; font-size: 14px; font-size: 1.4rem; }

.m-ftform .iconfont { line-height: 38px; color: #fff; text-align: center; background-color: #ce1313; }

.m-ftform .form-btn { z-index: 2; }

.m-ftshare { margin-top: 26px; margin-bottom: -10px; line-height: 0; font-size: 0; }

.m-ftshare .share-item { margin-right: 15px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 36px; }

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }

.m-ftfix2 { padding-bottom: 13px; line-height: 24px; }

.m-ftext { margin-bottom: 3px; text-align: center; }

.m-ftlnk { overflow: hidden; text-align: center; }

.m-ftlnk .list-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 15px; }

@media screen and (max-width: 1219px) { .m-ftshare .share-item { margin-right: 10px; } }

@media screen and (max-width: 991px) { .m-ftb1, .m-ftb2, .m-ftt, .m-ftform, .m-ftlnk { display: none; }
  .m-ftfix1, .m-ftfix2 { padding: 25px 0; text-align: center; }
  .m-ftfix2 { padding-top: 0; }
  .m-ftshare { margin-top: 0; }
  .m-ftshare .share-item { width: 28px; }
  .m-ftext { line-height: 24px; } }

.g-hd { position: relative; z-index: 9; left: 0; top: 0; width: 100%; background-color: #fff; }

.m-hdlogo { float: left; line-height: 0; font-size: 0; padding-top: 10px; padding-bottom: 10px; text-align: center; }

.m-hdlogo a { display: inline-block; *display: inline; *zoom: 1; }

.m-hdinfo, .m-hdsch, .m-hdlang { float: left; padding-top: 24px; padding-bottom: 30px; line-height: 44px; font-size: 16px; font-size: 1.6rem; }

.m-hdinfo { overflow: hidden; }

.m-hdinfo .info-item { float: left; margin-right: 25px; position: relative; padding-left: 50px; color: #666; line-height: 26px; }

.m-hdinfo .info-item span { display: block; }

.m-hdinfo .info-item a { color: #666; }

.m-hdinfo .info-item a:hover { color: #ce1313; }

.m-hdinfo .info-item i { position: absolute; left: 0; top: 0; line-height: 44px; font-size: 36px; font-size: 3.6rem; color: #666; }

.m-hdsch { position: relative; }

.m-hdsch .sch-btn { display: none; }

.m-hdsch .box-form { position: relative; width: 190px; padding-right: 28px; border: 1px solid #b7b7b7; border-radius: 6px; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-hdsch .form-text { padding-left: 12px; padding-right: 12px; height: 42px; line-height: 42px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-hdsch .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-btn, .m-hdsch .form-icon { position: absolute; right: 0; top: 0; width: 28px; height: 42px; line-height: 42px; }

.m-hdsch .form-btn { z-index: 2; }

.m-hdsch .form-icon { font-size: 18px; font-size: 1.8rem; color: #666; }

.m-hdfix2 { position: relative; background-color: #011327; }

.m-hdnav { font-size: 0; letter-spacing: 0; }

.m-hdnav .nav-item { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; text-align: left; margin-left: 22px; }

.m-hdnav .nav-item > a { display: block; padding: 0 22px; line-height: 64px; font-size: 18px; font-size: 1.8rem; color: #fff; text-transform: uppercase; }

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current { color: #fff; background-color: #ce1313; }

.m-hdnav .nav-item:first-child { margin-left: 0; }

.m-hdnav .nav-item:first-child:before { display: none; }

.m-hdnav .nav-item2 { position: static; }

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdnav .sbnav-wp { -moz-box-sizing: border-box; box-sizing: border-box; background-color: #011327; }

.m-hdnav .sbnav-list1 { top: 100%; left: 50%; width: 270px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); min-width: 100%; }

.m-hdnav .sbnav-list2 { top: 0; left: 100%; width: 270px; }

.m-hdnav .sbnav-list3 { top: 0; left: 100%; width: 270px; }

.m-hdnav .sbnav-item a { display: block; padding-top: 8px; padding-bottom: 8px; padding-left: 18px; padding-right: 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #fff; background-color: #ce1313; }

@media screen and (max-width: 1440px) { .m-hdnav .nav-item { margin-left: 0px; } }

@media screen and (max-width: 1219px) { .m-hdsch { z-index: 2; }
  .m-hdsch .sch-btn { display: block; }
  .m-hdsch .box-form { position: absolute; right: 0; top: 100%; display: none; }
  .m-hdnav .nav-item > a { padding-left: 13px; padding-right: 13px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .g-hd { position: relative; }
  .m-hdfix2, .m-hdinfo, .m-hdline, .m-hdshare { display: none; }
  .m-hdlogo { float: none; padding-top: 15px; padding-bottom: 15px; }
  .m-hdlogo img { height: 70px; }
  .m-hdfix1 .box-fix { position: absolute; right: 15px; top: 0; }
  .m-hdsch { padding-top: 0px; }
  .m-hdsch .box-form { width: 280px; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; }

.banner .dotList { position: absolute; left: 0; bottom: 23px; width: 100%; text-align: center; font-size: 0; letter-spacing: 0; }

.banner .dotList ul li { margin: 0 9px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 80px; height: 3px; background-color: #fff; }

.banner .dotList ul li.active { background-color: #ce1313; }

.banner .carousel-control { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: auto; height: auto; line-height: 1; font-size: 60px; font-size: 6rem; color: #fff; }

.banner .carousel-control.left { left: 90px; }

.banner .carousel-control.right { right: 90px; }

.banner .carousel-control:hover { color: #ce1313; }

.banner.hide { display: none; }

@media screen and (max-width: 991px) { .banner { display: block; }
  .banner .carousel-control { font-size: 30px; font-size: 3rem; }
  .banner .carousel-control.left { left: 10px; }
  .banner .carousel-control.right { right: 10px; }
  .banner .dotList { bottom: 10px; }
  .banner .dotList ul li { margin: 0 5px; width: 15px; height: 5px; }
  .banner.hide { display: block; }
  .banner.n-banner { display: none; } }

.c-bg1 { background: url("../images/hbg2.jpg") no-repeat left bottom; }

@media screen and (max-width: 991px) { .c-bg1 { background: none; } }

.g-wp { padding-top: 48px; padding-bottom: 124px; }

@media screen and (max-width: 991px) { .g-wp { padding-top: 30px; padding-bottom: 30px; } }

.m-abtnav { position: relative; margin-bottom: 63px; font-size: 0; letter-spacing: 0; }

.m-abtnav .nav-item { margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 33.33%; padding: 0 20px; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }

.m-abtnav .nav-item:hover .item-title, .m-abtnav .nav-item.active .item-title { color: #ce1313; }

.m-abtnav .nav-item:hover .item-title a, .m-abtnav .nav-item.active .item-title a { color: #ce1313; }

.m-abtnav .nav-item:hover .item-icon, .m-abtnav .nav-item.active .item-icon { border-color: #ce1313; color: #ce1313; }

.m-abtnav .item-icon { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 120px; line-height: 118px; font-size: 58px; font-size: 5.8rem; color: #666; border: 1px dashed #666; background-color: #fff; border-radius: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtnav .item-title { margin-top: 9px; height: 32px; line-height: 32px; font-size: 22px; font-size: 2.2rem; }

.m-abtnav:before { content: ""; position: absolute; top: 60px; width: 100%; border-top: 1px dashed #666; }

@media screen and (max-width: 991px) { .m-abtnav { margin-bottom: 30px; }
  .m-abtnav .item-icon { min-width: 90px; line-height: 88px; font-size: 40px; font-size: 4rem; }
  .m-abtnav .item-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-abtnav:before { top: 40px; } }

@media screen and (max-width: 480px) { .m-abtnav .nav-item { width: 50%; }
  .m-abtnav:before { display: none; } }

.m-abtb1 .box-hd { margin-bottom: 42px; }

.m-abtb1 .hd-name { margin-top: 17px; line-height: 30px; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 991px) { .m-abtb1 .box-hd { margin-bottom: 30px; }
  .m-abtb1 .hd-name { margin-top: 15px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-abtb2 { padding-top: 88px; }

.m-abtb2 .box-ct { margin-top: 0; }

.m-abtb2 #box { position: relative; height: 340px; }

.m-abtb2 #box ul { position: relative; margin: 0 auto; width: 1110px; height: 340px; }

.m-abtb2 #box li { position: absolute; list-style: none; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; cursor: pointer; border-radius: 3px; }

.m-abtb2 #box li img { width: 100%; height: 100%; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-abtb2 #box li div { margin-top: 25px; width: 100%; filter: alpha(opacity=70); color: #ce1313; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 26px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: none; }

.m-abtb2 #box li div a { font-size: 16px; font-size: 1.6rem; color: #ce1313; }

.m-abtb2 #box li div h4 { margin: 0 10px; }

.m-abtb2 #box li div h4 span { color: #ce1313; margin-left: 10px; }

.m-abtb2 #box li div p { margin: 5px 10px 0; text-indent: 2em; }

.m-abtb2 #box img { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }

.m-abtb2 #box .prev, .m-abtb2 #box .next { position: absolute; top: 50%; display: block; width: 34px; line-height: 32px; font-size: 16px; font-size: 1.6rem; border: 1px solid #999999; border-radius: 50%; color: #999; text-align: center; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; }

.m-abtb2 #box .prev:hover, .m-abtb2 #box .next:hover { color: #ce1313; border-color: #ce1313; }

.m-abtb2 #box .prev { left: 0; }

.m-abtb2 #box .next { right: 0; }

.m-abtb2 .box-list { display: none; }

.m-abtb2 .item-title { margin-top: 10px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 1219px) { .m-abtb2 #box { display: none; }
  .m-abtb2 .box-list { display: block; margin-bottom: -25px; overflow: hidden; }
  .m-abtb2 .list-item { float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 25px; width: 31%; }
  .m-abtb2 .item-title { margin-top: 5px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; text-overflow: ellipsis; white-space: nowrap; } }

@media screen and (max-width: 991px) { .m-abtb2 { padding-top: 30px; }
  .m-abtb2 .box-title { font-size: 24px; font-size: 2.4rem; }
  .m-abtb2 .box-ct { margin-top: 0; padding-bottom: 0; }
  .m-abtb2 .list-item { width: 48%; } }

.m-faq .box-title { margin-bottom: 50px; line-height: 56px; font-size: 46px; font-size: 4.6rem; text-align: center; }

.m-faq .box-list { margin-bottom: -50px; font-size: 0; letter-spacing: 0; }

.m-faq .list-item { position: relative; margin-right: 3.33333%; margin-bottom: 50px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48.33333%; padding-left: 16px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-faq .list-item:before { content: ""; position: absolute; z-index: 2; left: 0; top: 20px; border-right: 16px solid #f6f6f6; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }

.m-faq .item-wp { position: relative; padding-left: 26px; padding-top: 35px; padding-bottom: 59px; background-color: #f6f6f6; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); }

.m-faq .item-title { line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-faq .item-desc { margin-top: 16px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 991px) { .m-faq .box-title { margin-bottom: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-faq .box-list { margin-bottom: -30px; }
  .m-faq .list-item { margin-bottom: 30px; }
  .m-faq .item-wp { padding: 30px 15px; }
  .m-faq .item-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-faq .item-desc { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-faq .list-item { margin-right: 0; width: 100%; } }

.g-mn1 { float: left; width: 100%; padding-left: 330px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .g-mn1 { float: none; padding-left: 0; } }

.g-mn2 { float: left; width: 100%; padding-left: 290px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .g-mn2 { float: none; padding-left: 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: 30px; } }

.g-sd2 { float: left; width: 240px; margin-left: -100%; }

@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: #ce1313; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdnav1 .nav-btn > p { position: absolute; bottom: 12px; right: 15px; }

.m-sdnav1 .nav-btn > p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: #f2f2f2; }

.m-sdnav1 .nav-list { margin-top: 0; }

.m-sdnav1 .nav-item > a { position: relative; display: block; padding-top: 20px; padding-bottom: 20px; padding-left: 14px; padding-right: 30px; line-height: 20px; font-size: 16px; font-size: 1.6rem; color: #333; border: 1px solid #dcdcdc;border-top:0;}

.m-sdnav1 .nav-item > a .iconfont { position: absolute; right: 11px; top: 20px; color:#9f9f9f;}

.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active { color: #ce1313; }

.m-sdnav1 .sbnav-list { display: none; }

.m-sdnav1 .sbnav-list.show { display: block; }

.m-sdnav1 .sbnav-list1 { padding-top: 10px; padding-bottom: 10px; padding-left: 25px; padding-right: 14px; border: 1px solid #dcdcdc; border-top: none; }

.m-sdnav1 .sbnav-list2 { padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; }

.m-sdnav1 .sbnav-item { padding-left: 3px 0; }

.m-sdnav1 .sbnav-item a { display: block; line-height: 40px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-sdnav1 .sbnav-item a.active, .m-sdnav1 .sbnav-item a:hover { color: #ce1313; }

.m-sdnav1 .sbnav-item:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-sdnav1 .nav-name { display: none; }
  .m-sdnav1 .nav-btn { display: block; }
  .m-sdnav1 .nav-list { display: none; } }

.m-sdname { display: block; padding: 8px 15px; line-height: 30px; font-size: 20px; font-size: 2rem; font-weight: bold; text-transform: uppercase; color: #fff; background-color: #ce1313; }

.m-sdname a { color: #fff; }

.m-sdname:hover { color: #fff; }

.m-sdname:hover a { color: #fff; text-decoration: underline; }

@media screen and (max-width: 991px) { .m-sdname { line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

.m-sdname1 { margin-bottom: 18px; padding-bottom: 7px; line-height: 30px; font-size: 20px; font-size: 2rem; font-weight: bold; color: #666; border-bottom: 1px solid #dcdcdc; }

.m-sdname1 a { color: #666; }

.m-sdname1 a:hover { color: #ce1313; }

.m-sdnews { margin-top: 45px; }

.m-sdnews .item-title { max-height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; }

.m-sdnews .item-time { margin-top: 8px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-sdnews .list-item { position: relative; padding-top: 17px; padding-bottom: 11px; border-bottom: 1px solid #dcdcdc; }

.m-sdnews .list-item:first-child { padding-top: 0; }

.m-sdtag { margin-top: 48px; }

.m-sdtag .box-tag { font-size: 0; letter-spacing: 0; }

.m-sdtag .box-tag a { margin-right: 10px; margin-bottom: 12px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 4px 15px; line-height: 22px; font-size: 16px; font-size: 1.6rem; color: #666; border: 1px solid #e5e5e5; }

.m-sdtag .box-tag a:hover { color: #ce1313; }

.m-pronav { margin-bottom: 23px; padding-bottom: 26px; border-bottom: 1px solid #ededed; font-size: 0; letter-spacing: 0; }

.m-pronav .nav-item { position: relative; padding-left: 8px; padding-right: 8px; padding-bottom: 8px; margin-right: 20px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-pronav .nav-item:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-pronav .nav-item:hover, .m-pronav .nav-item.active { color: #ce1313; }

.m-pronav .nav-item:hover:before, .m-pronav .nav-item.active:before { background-color: #ce1313; }

.m-clstext { margin-bottom: 31px; }

.m-clstext .box-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; font-weight: bold; color: #ce1313; }

.m-clstext .box-title2 { color: #333; font-weight: normal; }

.m-clstext .box-desc { margin-top: 14px; }

.m-clstext .box-desc:first-child { color: #ce1313; }

@media screen and (max-width: 991px) { .m-clstext { margin-top: 30px; }
  .m-clstext .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-clstext .box-desc { margin-top: 15px; } }

.m-prol { font-size: 0; letter-spacing: 0; margin-bottom: -42px; }

.m-prol .list-item { margin-right: 3.44828%; margin-bottom: 42px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 31.03448%; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #e6e6e6; }

.m-prol .item-pic { border-bottom: 1px solid #e6e6e6; }

.m-prol .item-text { padding-left: 10px; padding-right: 10px; padding-top: 6px; padding-bottom: 12px; }

.m-prol .item-title { height: 40px; line-height: 20px; font-size: 16px; font-size: 1.4rem; font-weight: bold; text-overflow: ellipsis; /*white-space: nowrap;*/ }

.m-prol .item-info { height: 60px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; overflow: hidden; }

.m-prol .item-link { text-align: right; margin-top: 5px; }

.m-prol .item-link input { vertical-align: middle; margin-right: 10px; }

.m-prol .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; min-width: 115px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #ce1313; text-align: center; border-radius: 15px; border: 1px solid #ce1313; padding: 0 5px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prol .item-link a:hover { color: #fff; background-color: #ce1313; }

@media screen and (max-width: 991px) { .m-prol { margin-bottom: -30px; }
  .m-prol .list-item { margin-bottom: 30px; }
  .m-prol .item-title { height: 44px; line-height: 22px; font-size: 14px; font-size: 1.4rem; }
  .m-prol .item-info { height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-prol .item-link a { min-width: 80px; padding: 0 10px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .m-prol .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-prob1 { margin-bottom: 49px; }

.m-prob1 .prob-pic { position: relative; z-index: 3; margin-right: 4.58333%; width: 46.66667%; }

.m-prob1 .prob-pic-big { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; background-color: #fff; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 20px; padding-left: 30px; padding-right: 30px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -15px; display: block; height: 30px; font-size: 20px; font-size: 2rem; text-align: center; color: #aaa; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prob1 .prob-pic-btn:hover { color: #ce1313; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list ul li { position: relative; float: left; margin-right: 0.04%; width: 0.22%; }

.m-prob1 .prob-pic-item .item-pic { border: 1px solid #cccccc; background-color: #fff; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pic:hover { border-color: #ce1313; }

.m-prob1 .prob-pic-item .item-pic:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-prob1 .prob-pic-item .item-pic.active { border-color: #ce1313; }

.m-prob1 .prob-info { padding-top: 15; }

.m-prob1 .prob-info-title { position: relative; font-size: 22px; font-size: 2.2rem; padding-bottom: 20px; font-weight: normal; color: #333; border-bottom: 1px solid #e5e5e5; }

.m-prob1 .prob-info-name { margin-top: 5px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-prob1 .prob-info-desc { padding-top: 22px; color: #666; }

.m-prob1 .prob-share { margin-top: 30px; letter-spacing: 0; }

.m-prob1 .prob-share .font { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-prob1 .prob-share .img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; background-color: #fff; height: 26px; }

.m-prob1 .prob-info-link { margin-top: 112px; margin-bottom: -20px; overflow: hidden; }

.m-prob1 .prob-info-link a { margin-bottom: 20px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 10px 10px; min-width: 210px; line-height: 28px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #333333; border-radius: 6px; }

.m-prob1 .prob-info-link a:hover { color: #fff; background-color: #ce1313; border-color: #ce1313;cursor: pointer; }

.m-prob1 .prob-info-link a:first-child { margin-right: 75px; }

@media screen and (max-width: 991px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 { margin-bottom: 30px; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; }
  .m-prob1 .prob-info { padding-top: 30px; width: 100%; height: auto; }
  .m-prob1 .prob-share { margin-top: 30px; }
  .m-prob1 .prob-info-link { margin-top: 30px; }
  .m-prob1 .prob-info-link a { min-width: 120px; padding: 5px 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-link a:first-child { margin-right: 20px; }
  .m-prob1 .prob-info-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; }
  .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: .49%; }
  .m-prob1 .prob-pic-item .item-pic:before { display: none !important; }
  .m-prob1 .prob-info-link { margin-top: 20px; }
  .m-prob1 .prob-info-title { font-size: 20px; font-size: 2rem; }
  .m-prob1 .prob-share { margin-top: 20px; }
  .m-prob1 .prob-info-desc { padding: 20px 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-info-desc p, .m-prob1 .prob-info-desc span, .m-prob1 .prob-info-desc b { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-prob1 .prob-down { margin-top: 20px; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0; width: 1%; } }

.m-prott { margin-bottom: 31px; overflow: hidden; }

.m-prott span, .m-prott a { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 38px; font-size: 28px; font-size: 2.8rem; font-weight: bold; text-transform: uppercase; }

.m-prott span:before, .m-prott a:before { content: ""; position: absolute; left: 100%; top: 50%; margin-left: 10px; width: 1200px; height: 1px; background-color: #e9e9e9; }

@media screen and (max-width: 991px) { .m-prott span, .m-prott a { line-height: 30px; font-size: 20px; font-size: 2rem; } }

.m-prob2 .box-item { margin-top: 37px; }

.m-prob2 .box-item:first-child { margin-top: 0; }

.m-prob2 .bitem-title { margin-bottom: 30px; line-height: 32px; font-size: 22px; font-size: 2.2rem; color: #ce1313; }

@media screen and (max-width: 991px) { .m-prob2 .box-item { margin-top: 30px; }
  .m-prob2 .bitem-title { line-height: 26px; font-size: 18px; font-size: 1.8rem; } }

.m-protag { margin-top: 49px; }

.m-protag .box-title { line-height: 32px; font-size: 22px; font-size: 2.2rem; }

.m-mpro { margin-top: 67px; }

.m-mpro .box-btn { display: none; }

.m-mpro .box-list { width: 10000%; overflow: hidden; }

.m-mpro .list-item { float: left; margin-right: 0.03333%; width: 0.225%; }

.new-hot .list-item{width:0.31%;}

.m-mpro .item-pic { border: 1px solid #e5e5e5; }

.m-mpro .item-title { margin-top: 7px; line-height: 30px; height: 60px; font-size: 16px; font-size: 1.6rem; text-align: center; overflow: hidden; }

@media screen and (max-width: 991px) { .m-mpro { margin-top: 30px; }
  .m-mpro .item-title { height: 48px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-mpro .list-item { margin-right: .02%; width: .49%; } }

.m-sdnav2 .nav-title { margin-bottom: 20px; padding-bottom: 11px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: uppercase; border-bottom: 2px solid #ce1313; }
.xinwen .nav-title{font-size:3.5rem;}
.m-sdnav2 .nav-item a { display: block; position: relative; padding-left: 34px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; line-height: 26px; font-size: 18px; font-size: 1.8rem; }

.m-sdnav2 .nav-item a:hover, .m-sdnav2 .nav-item a.active { color: #fff; background-color: #ce1313; }

.m-sdnav2 .nav-item a:hover i, .m-sdnav2 .nav-item a.active i { color: #fff; }

.m-sdnav2 .nav-item i { position: absolute; left: 14px; color: #ce1313; font-size: 12px; font-size: 1.2rem; }

@media screen and (max-width: 991px) { .m-sdnav2 .nav-title { line-height: 28px; font-size: 18px; font-size: 1.8rem; }
  .m-sdnav2 .nav-item a { font-size: 14px; font-size: 1.4rem; } }

.m-newsl .list-item { padding-top: 34px; padding-bottom: 45px; border-bottom: 1px solid #e2e2e2; overflow: hidden; }

.m-newsl .list-item:first-child { padding-top: 0; }

.m-newsl .item-pic { float: left; margin-right: 4.17582%; width: 240px; }

.m-newsl .item-text { overflow: hidden; }

.m-newsl .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; }

.m-newsl .item-time { margin-top: 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-newsl .item-desc { margin-top: 15px; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; overflow: hidden; color: #666; }

.m-newsl .item-desc a { color: #666; }

.m-newsl .item-desc a:hover { color: #ce1313; }

.m-newsl .item-link { margin-top: 24px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-newsl .item-link a { color: #666; text-decoration: underline; }

.m-newsl .item-link a:hover { color: #ce1313; }

@media screen and (max-width: 991px) { .m-newsl { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }
  .m-newsl .list-item { margin-left: 1%; margin-right: 1%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 0; border: none; width: 31.33%; }
  .m-newsl .item-pic { float: none; margin-right: 0; margin-bottom: 15px; width: 100%; }
  .m-newsl .item-link { display: none; }
  .m-newsl .item-time, .m-newsl .item-desc { margin-top: 8px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
  .m-newsl .item-desc { height: 44px; }
  .m-newsl .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-newsl .list-item { width: 48%; } }

.m-news { padding-bottom: 30px; border-bottom: 1px solid #e2e2e2; }

.m-news .box-title { font-size: 20px; font-size: 2rem; font-weight: normal; }

.m-news .box-info { margin-top: 26px; letter-spacing: 0; line-height: 26px; text-align: left; padding-bottom: 20px; border-bottom: 1px solid #e2e2e2; }

.m-news .box-time { position: relative; margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; height: 26px; font-size: 14px; font-size: 1.4rem; color: #999; vertical-align: top; }

.m-news .box-share { display: inline-block; *display: inline; *zoom: 1; height: 26px; vertical-align: top; }

.m-news .share-font { font-size: 14px; font-size: 1.4rem; vertical-align: top; color: #999; }

.m-news .share-img { display: inline-block; *display: inline; *zoom: 1; }

.m-news .box-desc { margin-top: 22px; }

@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-videol { font-size: 0; letter-spacing: 0; margin-bottom: -37px; }

.m-videol .list-item { margin-right: 3.07692%; margin-bottom: 37px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48.35165%; }

.m-videol .item-top { position: relative; overflow: hidden; }

.m-videol .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #201677; background-color: rgba(32, 22, 119, 0.3); -moz-box-sizing: border-box; box-sizing: border-box; border: 14px solid transparent; display: block; }

.m-videol .item-modal:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; }

.m-videol .item-modal img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 45px; }

.m-videol .item-title { margin-top: 11px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-videol { margin-bottom: -30px; }
  .m-videol .list-item { margin-bottom: 30px; margin-right: 2%; width: 49%; }
  .m-videol .item-modal { border-width: 10px; }
  .m-videol .item-modal img { width: 40px; }
  .m-videol .item-title { height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; } }

.m-videol2 { font-size: 0; letter-spacing: 0; margin-bottom: -52px; }

.m-videol2 .list-item { margin-right: 10.75%; margin-bottom: 52px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 44.58333%; }

.m-videol2 .item-top { position: relative; overflow: hidden; }

.m-videol2 .item-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background-color: #201677; background-color: rgba(32, 22, 119, 0.3);*/ -moz-box-sizing: border-box; box-sizing: border-box; border: 20px solid transparent; display: block; }

.m-videol2 .item-modal:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid #fff; }

.m-videol2 .item-modal img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.m-videol2 .item-title { margin-top: 11px; height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-videol2 { margin-bottom: -30px; }
  .m-videol2 .list-item { margin-bottom: 30px; margin-right: 2%; width: 49%; }
  .m-videol2 .item-modal { border-width: 10px; }
  .m-videol2 .item-modal img { width: 40px; }
  .m-videol2 .item-title { height: 22px; line-height: 22px; font-size: 14px; font-size: 1.4rem; } }

.m-projl { margin-top: 62px; margin-bottom: -47px; font-size: 0; letter-spacing: 0; }

.m-projl .list-item { margin-right: 5.49451%; margin-bottom: 47px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 29.67033%; }

.m-projl .item-top { position: relative; padding-top: 83.33333%; }

.m-projl .item-pic { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-projl .item-pic span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ce1313; background-color: rgba(206, 19, 19, 0.3); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); visibility: hidden; }

.m-projl .item-pic i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 34px; font-size: 3.4rem; color: #fff; }

.m-projl .item-pic:first-child { z-index: 2; }

.m-projl .item-pic:hover span { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; }

.m-projl .item-title { height: 44px; line-height: 44px; font-size: 16px; font-size: 1.6rem; text-align: center; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; background-color: #f2f2f2; }

@media screen and (max-width: 991px) { .m-projl { margin-top: 30px; margin-bottom: -30px; }
  .m-projl .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 30px; width: 31.33%; }
  .m-projl .item-title { height: 34px; line-height: 32px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 375px) { .m-projl .list-item { width: 48%; } }

.m-projl:first-child { margin-top: 0; }

.m-servtext .box-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; }

.m-servtext .box-title2 { color: #333; font-weight: normal; }

.m-servtext .box-desc { margin-top: 14px; }

.m-servtext .box-desc em { font-size: 20px; font-size: 2rem; color: #ce1313; }

.m-servtext .box-desc:first-child { color: #ce1313; }

@media screen and (max-width: 991px) { .m-servtext { margin-top: 30px; }
  .m-servtext .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-servtext .box-desc { margin-top: 15px; } }

.m-down .list-item { margin-top: 25px; padding-bottom: 28px; border-bottom: 1px solid #ededed; overflow: hidden; }

.m-down .list-item a { cursor: pointer; }

.m-down .list-item:first-child { margin-top: 0; }

.m-down .item-pic { float: left; display: block; width: 50px; }

.m-down .item-font { float: left; margin-left: -50px; width: 100%; }

.m-down .item-font-box { margin-left: 70px; margin-right: 175px; }

.m-down .item-title { padding-top: 17px; line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #333333; }

.m-down .item-title a { color: #333333; }

.m-down .item-title a:hover { color: #ce1313; }

.m-down .item-desc { margin-top: 6px; }

.m-down .item-desc a { line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #999; overflow: hidden; }

.m-down .item-desc a:hover { color: #ce1313; }

.m-down .item-link { position: relative; float: right; margin-top: 21px; margin-left: -142px; display: block; width: 128px; padding: 5px; line-height: 26px; padding: 4px 10px; font-size: 14px; font-size: 1.4rem; color: #ce1313; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ce1313; border-radius: 6px; }

.m-down .item-link .iconfont { vertical-align: middle; font-size: 18px; font-size: 1.8rem; }

.m-down .item-link span { vertical-align: middle; }

.m-down .item-link:hover { color: white; background-color: #ce1313; }

@media screen and (max-width: 991px) { .m-down .list-item { margin-top: 20px; padding-bottom: 20px; }
  .m-down .item-pic { float: none; }
  .m-down .item-font { float: none; margin-top: 15px; margin-left: 0; }
  .m-down .item-font-box { margin: 0; }
  .m-down .item-title { font-size: 14px; font-size: 1.4rem; padding-top: 0; line-height: 24px; }
  .m-down .item-desc { margin-top: 10px; }
  .m-down .item-desc a { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-down .item-link { float: none; margin-top: 10px; margin-left: 0; } }

.m-ctusinfo { float: left; margin-right: 17.25%; width: 33.33333%; }

.m-ctusinfo .box-title { margin-bottom: 47px; font-size: 26px; font-size: 2.6rem; color: #ce1313; }

.m-ctusinfo .info-item { position: relative; margin-top: 41px; line-height: 30px; font-size: 16px; font-size: 1.6rem; padding-left: 35px; }

.m-ctusinfo .info-item .iconfont { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 28px; font-size: 2.8rem; }

@media screen and (max-width: 959px) { .m-ctusinfo { float: none; margin-right: 0; width: 100%; }
  .m-ctusinfo .box-title { margin-bottom: 20px; }
  .m-ctusinfo .info-item { margin-top: 10px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusinfo .info-item strong { font-size: 16px; font-size: 1.6rem; } }

.m-ctusshare { margin-top: 73px; margin-bottom: -10px; line-height: 0; font-size: 0; }

.m-ctusshare .share-item { margin-right: 15px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 36px; }

.m-ctusshare .share-item svg { width: 100%; }

.m-ctusshare .share-item:hover { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }

@media screen and (max-width: 991px) { .m-ctusshare { margin-top: 30px; }
  .m-ctusshare .share-item { width: 30px; margin-right: 10px; } }

.m-ctusform { overflow: hidden; }

.m-ctusform .box-text { margin-bottom: 23px; }

.m-ctusform .box-title { line-height: 36px; font-size: 26px; font-size: 2.6rem; color: #ce1313; }

.m-ctusform .box-desc { margin-top: 16px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-ctusform .box-form { overflow: hidden; }

.m-ctusform .form-item { position: relative; margin-bottom: 23px; padding-left: 22px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.m-ctusform .form-item.important { background: url("../images/star1.png") no-repeat 5px 22px; }

.m-ctusform .form-item-1 { width: 50%; }

.m-ctusform .form-item-2 { width: 100%; }

.m-ctusform .form-item-2.important { background: url("../images/star1.png") no-repeat 5px 18px; }

.m-ctusform .form-item-3 { width: 30.45685%; }

.m-ctusform .form-item-4 { margin-right: 3.38409%; width: 18.95093%; height: 54px; padding-left: 0; line-height: 52px; text-align: center; background-color: transparent; border-radius: 0; background-color: #fff; overflow: hidden; border: 1px solid #cfcfcf; border-left: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-item-4 img { max-height: 52px; vertical-align: middle; }

.m-ctusform .form-item-5 { width: 36.04061%; padding-left: 0; }

.m-ctusform .item-btn1 { width: 100%; height: 54px; padding-left: 0; line-height: 54px; color: #ffffff; font-size: 14px; font-size: 1.4rem; background-color: #ce1313;cursor: pointer;}

.m-ctusform .item-text { width: 100%; height: 54px; line-height: 52px; padding-left: 14px; padding-right: 14px; font-size: 14px; font-size: 1.4rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; background-color: #fff; }

.m-ctusform .item-text::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text:-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text::-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text:-ms-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text2 { height: 114px; line-height: 24px; padding-top: 7px; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-ctusform .item-text3 { height: 54px; line-height: 54px; padding-top: 7px; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 991px) { .m-ctusform { float: none; margin-top: 30px; width: 100%; }
  .m-ctusform .box-title, .m-ctusform .box-desc { padding-left: 0; } }

@media screen and (max-width: 991px) { .m-ctusform { margin-top: 30px; }
  .m-ctusform .form-item { margin-bottom: 15px; width: 100%; padding-left: 15px; }
  .m-ctusform .form-item.important { background-position: 0 15px; }
  .m-ctusform .item-text { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .item-text2 { padding-top: 0; height: 144px; }
  .m-ctusform .item-btn1 { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .form-item-3 { width: -webkit-calc(100% - 100px); width: -moz-calc(100% - 100px); width: calc(100% - 100px); }
  .m-ctusform .form-item-4 { margin-right: 0; width: 90px; height: 36px; line-height: 34px; }
  .m-ctusform .form-item-4 img { max-height: 34px; }
  .m-ctusform .form-item-5 { padding-left: 0; } }

.m-ctusmap { margin-top: 132px; }

@media screen and (max-width: 991px) { .m-ctusmap { margin-top: 30px; } }

.m-advan { padding-top: 64px; padding-bottom: 88px; background: url("../images/advabg1.jpg") no-repeat center; background-size: cover; }

.m-advan .box-title { margin-bottom: 80px; line-height: 56px; font-size: 46px; font-size: 4.6rem; text-align: center; }

.m-advan .box-wp { position: relative; height: 540px; }

.m-advan .box-img { position: absolute; z-index: 2; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 27.08333%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-advan .box-img:hover { -webkit-transform: translate(-50%, -50%) rotate(360deg); -moz-transform: translate(-50%, -50%) rotate(360deg); -ms-transform: translate(-50%, -50%) rotate(360deg); -o-transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg); }

.m-advan .list-item { position: absolute; }

.m-advan .list-item .item-num { line-height: 1; font-size: 40px; font-size: 4rem; color: #ce1313; }

.m-advan .list-item .item-title { line-height: 40px; font-size: 16px; font-size: 1.6rem; }

.m-advan .list-item .item-desc { margin-top: 28px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-advan .left { left: 0; }

.m-advan .left .item-hd { position: relative; padding-left: 56px; }

.m-advan .left .item-num { position: absolute; left: 0; }

.m-advan .left .item-desc { padding-left: 30px; }

.m-advan .right { right: 0; text-align: right; }

.m-advan .right .item-hd { position: relative; padding-right: 56px; }

.m-advan .right .item-num { position: absolute; right: 0; }

.m-advan .right .item-desc { padding-right: 30px; }

.m-advan .list-item1 { width: 34.58333%; }

.m-advan .list-item1:before { content: ""; position: absolute; left: 40px; top: 58px; width: 450px; height: 50px; background: url("../images/adbd1.png") no-repeat center; background-size: 100% 100%; }

.m-advan .list-item2 { width: 36.25%; }

.m-advan .list-item2:before { content: ""; position: absolute; right: 40px; top: 58px; width: 450px; height: 50px; background: url("../images/adbd2.png") no-repeat center; background-size: 100% 100%; }

.m-advan .list-item3 { width: 31.66667%; top: 193px; }

.m-advan .list-item3:before { content: ""; position: absolute; left: 40px; top: 58px; width: 360px; height: 1px; background: url("../images/adbd3.png") no-repeat center; background-size: 100% 100%; }

.m-advan .list-item4 { width: 34.58333%; top: 193px; }

.m-advan .list-item4:before { content: ""; position: absolute; right: 40px; top: 58px; width: 360px; height: 1px; background: url("../images/adbd4.png") no-repeat center; background-size: 100% 100%; }

.m-advan .list-item5 { width: 36.25%; top: 376px; }

.m-advan .list-item5:before { content: ""; position: absolute; left: 40px; top: 8px; width: 449px; height: 50px; background: url("../images/adbd5.png") no-repeat center; background-size: 100% 100%; }

.m-advan .list-item6 { width: 35%; top: 376px; }

.m-advan .list-item6:before { content: ""; position: absolute; right: 40px; top: 8px; width: 449px; height: 50px; background: url("../images/adbd6.png") no-repeat center; background-size: 100% 100%; }

@media screen and (max-width: 991px) { .m-advan { padding-top: 30px; padding-bottom: 30px; }
  .m-advan .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; margin-bottom: 30px; }
  .m-advan .box-wp { height: auto; }
  .m-advan .box-img { position: relative; top: auto; left: auto; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; width: 90%; max-width: 315px; margin: 0 auto; }
  .m-advan .box-img:hover { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .m-advan .box-list { margin-top: 30px; }
  .m-advan .list-item { position: relative; width: 100%; top: auto; left: auto; right: auto; margin-top: 30px; text-align: left; }
  .m-advan .list-item .item-hd { padding-right: 0; padding-left: 50px; }
  .m-advan .list-item .item-num { right: auto; left: 0; font-size: 30px; font-size: 3rem; }
  .m-advan .list-item .item-title { line-height: 30px; font-size: 18px; font-size: 1.8rem; }
  .m-advan .list-item .item-desc { padding-right: 0; padding-left: 30px; line-height: 24px; font-size: 14px; font-size: 1.4rem; margin-top: 10px; }
  .m-advan .list-item:first-child { margin-top: 0; }
  .m-advan .list-item:before { display: none; } }
.list-wp .list-item:first-child{margin-top:0;}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1612409993460'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1612409993460#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1612409993460') format('woff'),
  url('../fonts/iconfont.ttf?t=1612409993460') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1612409993460#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gongsi:before {
  content: "\e61f";
}

.icon-damuzhizhaoxia:before {
  content: "\e621";
}

.icon-wenda:before {
  content: "\e622";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-vk:before {
  content: "\e735";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.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-Linkalt1:before {
  content: "\e884";
}

.tp{width:100%;   background-color: #F5F6F6;}
.m-habt .box-hd{margin:0;}

.box-img.baguetteBoxOne.j-offset-right img{width:100%;}
.m-a{    display: flex;
    justify-content: space-between;}
.m-a .item{width:24.5%;display:inline-block;}
 .item{
         position: relative;
 } 
 .item .tup img{width:100%;}
.aa{    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.aa img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.g-hvideo{background:none;}
.ab{width:100%;}
.g-hvideo{padding-top:25px;padding-bottom:25px;}
.m-hhd{margin-bottom:30px;}
.abb {width:49.5% ;display:inline-block;}
.abb1{    width: 56.9% !important;
    vertical-align: top;}
.abb2{width: 41.3% !important;
    vertical-align: top;
    float: right;}
    .abb1 a{margin-bottom:0 !important;}
    .abb2 a{margin-bottom:0 !important;}
.m-habt{transform: translate(-0, 0);}
 
.tp .box-desc{
    width:80%;
    line-height: 26px;
    /*max-height: 360px;*/
    overflow: auto;
    /*height: 360px;*/
color: #6c6a6e;}
.c-fr .info-item{
    line-height:44px;
}

@media screen and (max-width: 1487px) {
.tp .box-desc{height:250px;}
.abb{width:49%;}
.m-habt .box-link{margin-top:5%;}
}

@media screen and (max-width: 991px) {
  
.m-habt .img-wp1
{width:80%;
    float:none;
    margin:0 auto;
}
.m-habt .box-hd{
    text-align:center;
}
.tp .box-desc{
    width:80%;
    margin:0 auto;
    height:auto;
}
}



@media screen and (max-width: 676px) {
.aa img{width:30%;}
}




.lef{width:50%;display: inline-block;vertical-align: top;}
.rig{width:50%;display: inline-block; vertical-align: top;background-color:#515151;color: #fff;}




.m-abtnavv {    display: flex; position: relative; margin-bottom: 63px; font-size: 0; letter-spacing: 0; }
.m-bt{font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin: 20px;
    padding-bottom: 12px;}
.rig .m-desc{margin:20px;}


@media screen and (max-width: 991px) {
    .m-abtnavv { margin-bottom: 30px; }

}
@media screen and (max-width: 767px) {
   .m-abtnavv {flex-wrap: wrap;}
    .lef{width:100%;}
.rig{width:100%;}

}

.m-ab{
    background-color:rgba(247,247,247, 1);
    border-left: 3px solid #666666;
    padding:20px;
}
.m-ab .m-desc{padding-bottom: 40px;}




.m3{display:flex;margin-top: 50px;}

.m3 .m3z{width:62%;padding:20px;box-sizing: content-box;background-color: rgba(247,247,247, 1);}
.m3 .m3t{width:38%;    overflow: hidden;}
.m3 .m3t img{margin:10px 0 10px 10px;}

.m3 .m3z .ti{
    color:#C31B1F;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.m4{display:flex;justify-content: space-between;margin-top:40px;text-align:center; }

.m4t{background-color:rgba(247,247,247, 1);width:32.9%;padding:20px 0 30px 0;    border: 1px solid rgba(236,236,236, 1);}
.m4t .ti{width:86%;margin:0 auto;font-size:22px;line-height:30px;font-weight:600;padding-top:5px;}
.m4t .ti2{width: 86%;
    margin: 12px auto;font-size: 14px;
    line-height: 1.8;}



@media screen and (max-width: 767px) {
   .m3 {flex-wrap: wrap;}
    .m3 .m3z{width:100%;}
.m3 .m3t{width:100%;}

   .m4 {flex-wrap: wrap;}
    .m4t{width:100%;margin-bottom:20px;}

}

.m-hnews .item-pic{
    transform: translate(0px, 0);
}
/*.tp{background-color:#fff !important;}*/

.tp .box-desc{
    
        font-family: AdobeHeitiStd-Regular;
        /* font-weight:600; */
}
.tp .hd-name{
    font-weight:600; 
}

.tp .an-hoverimg-xy img{width:100%;}
.tp .m-hnews .item-text{padding-left:5%;padding-right:3%;}

.hd-namea{    font-family: ArialMT;
    font-size: 20px;
     font-size: 2rem;
    font-weight: normal;
    color: #6c6a6e !important;}
.box-desca{    font-family: Arial;
    font-size: 16px;
     font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    color: #6c6a6e !important;}

.m-clstext .box-desc.hid {
  max-height: 150px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.m-clstext .box-link {
  /*margin-top: 23px;*/
  display: none;
}
.m-clstext .box-link .span {
  display: inline-block;
  min-width: 140px;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ce1313;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.m-clstext .box-link .span2 {
  display: none;
}
@media screen and (max-width: 1440px) {
    .m-hdnav .nav-item > a{
        font-size:16px;
        font-size:1.6rem;
    }
}
@media screen and (max-width: 1440px) {
    .m-hdnav .nav-item > a{
        font-size:14px;
        font-size:1.4rem;
    }
}


/*20250908*/

.m-hdlang {
  position: relative;
  z-index: 4;
  margin-right: 30px;
}

.m-hdlang .lang-btn {
  display: block;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}

.m-hdlang .lang-btn i{
    font-size: 10px;
}

.m-hdlang .lang-btn img, .m-hdlang .lang-btn span, .m-hdlang .lang-btn i {
  vertical-align: middle;
}

.m-hdlang .lang-btn span {
  margin-left: 3px;
  margin-right: 3px;
}

.m-hdlang .lang-btn .icon-bottom7 {
  font-size: 10px;
  font-size: 1rem;
}

.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 112px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 5px;
  padding-top: 14px;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
  border-radius: 0px 0px 10px 10px;
}

.m-hdlang .lang-list.active {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.m-hdlang .lang-item {
  display: block;
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #cfcfcf;
}

.m-hdlang .lang-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px){
	.m-hdlang{
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 10px;
	}
}