@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }
html { width:100%; height:100%; font-size:62.5%; /* 10÷16=62.5% */ }
body { font-size:14px; font-size:1.4rem; line-height:1.5em; font-weight:400; font-family:"思源黑体 Normal","PingFang SC","Microsoft Yahei",微软雅黑,黑体,Arial,Helvetica,sans-serif; color:#000; background:#fff; height:100%; box-sizing: border-box;  }
/* padding-top: 80px; */
@font-face {
	font-family: "思源黑体 Normal";font-weight: 350;src: url("//at.alicdn.com/wf/webfont/eX4l3wCsjX5V/680NPUnSq0Hg.woff2") format("woff2"),
	url("//at.alicdn.com/wf/webfont/eX4l3wCsjX5V/8lg0vILGCsiL.woff") format("woff");
	font-display: swap;
  }

em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:400 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { -webkit-text-size-adjust:none; font-size:10px }
i { font-style:normal } 

::selection { background-color:#005bac; color:#fff }
::-moz-selection { background-color:#005bac; color:#fff }

/* link */
a { color:#000; outline-style:none; text-decoration:none; cursor:pointer; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; -ms-transition:all 0.3s; }
a:hover { color:#005bac }

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }
.disflex { display: flex; align-items: center; justify-content: center }

/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align:middle; color:#502c1e; font-family:"阿里巴巴普惠体 2.0 55 Regular","PingFang SC","Microsoft Yahei",微软雅黑,黑体,Arial,Helvetica,sans-serif; transition-duration:0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; appearance:none; -moz-appearance:none; -webkit-appearance:none }
input[type="text"], input[type="password"], select { appearance:none; -moz-appearance:none; -webkit-appearance:none }
input::placeholder { color: rgba(0,0,0,0.3) }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.cd-main-content { width:100%; margin:0 auto; overflow: hidden }

.container { margin-right:auto; margin-left:auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { position:absolute; top:50%; left: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%) ; }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0_05 { filter:alpha(opacity=5); -moz-opacity:0.05; -khtml-opacity:0.05; opacity:0.05 }
.opacity0 { filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0 ; -webkit-filter:alpha(opacity=0); }
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 ; -webkit-filter:alpha(opacity=10); }
.opacity0_2 { filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2 }
.opacity0_4 { opacity:0.4 ; }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 ; -webkit-filter:alpha(opacity=50); }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/
.iconfont { line-height: 1em }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }


h1, .h1 { font-size: 38px; line-height:1.1em }
h2, .h2 { font-size: 34px; line-height:1.1em }
h3, .h3 { font-size: 26px; line-height:1.1em }
h4, .h4 { font-size: 22px; line-height:1.1em }
h5, .h5 { font-size: 18px; line-height:1.1em }
h6, .h6 { font-size: 16px }
.bigtitle { font-size: 50px; line-height:1.1em }

.fontSize12 { font-size:12px }

/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color502c1e { color: #502c1e }
.colord0973d { color: #d0973d }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bgf6f6f6 { background: #f6f6f6 }
.bgf8f8f8 { background: #f8f8f8 }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }

/*-------------------宽度、高度--------------------*/
.width15 { width:15% }
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width40 { width:40% }
.width45 { width:45% }
.width48 { width:48% }
.width50 { width:50% }
.width60 { width:60% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width90 { width:90% }
.width100 { width:100% }

.height50 { height: 50% }
.height100 { height: 100% }

.imgw20 { display:block; max-width:20%; height:auto }
.imgw30 { display:block; max-width:30%; height:auto }
.imgw40 { display:block; max-width:40%; height:auto }
.imgw50 { display:block; max-width:50%; height:auto }
.imgw60 { display:block; max-width:60%; height:auto }
.imgw90 { display:block; max-width:90%; height:auto }
.imgw100 { display:block; max-width:100%; height:auto }

.infinite-height { margin-bottom: -3000px; padding-bottom: 3000px }

/*-------------------区块-------------------*/
.area_100 { float:left; width:100% }
.area_90 { float:left; width:90% }
.area_80 { float:left; width:80% }
.area_75 { float:left; width:75% }
.area_70 { float:left; width:70% }
.area_66 { float:left; width:66.66% }
.area_65 { float:left; width:65% }
.area_60 { float:left; width:60% }
.area_55 { float:left; width:55% }
.area_50 { float:left; width:50% }
.area_48 { float:left; width:48% }
.area_45 { float:left; width:45% }
.area_40 { float:left; width:40% }
.area_35 { float:left; width:35% }
.area_33 { float:left; width:33.33% }
.area_30 { float:left; width:30% }
.area_25, .area_25_50 { float:left; width:25% }
.area_20 { float:left; width:20% }
.area_16 { float:left; width:16.66% }
.area_10 { float:left; width:10% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px }

.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.marginbottom50 { margin-bottom:50px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }
.marginleft50 { margin-left:50px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }
.marginright50 { margin-right:50px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop40 { padding-top:40px }
.paddingtop50 { padding-top:50px }
.paddingtop60 { padding-top:60px }
.paddingtop80 { padding-top:80px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom40 { padding-bottom:40px }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }

.paddingleft0 { padding-left:0!important }
.paddingleft5 { padding-left:5px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }
.paddingleft60 { padding-left:60px }
.paddingleft80 { padding-left:80px }

.paddingright0 { padding-right:0!important }
.paddingright5 { padding-right:5px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }
.paddingright60 { padding-right:60px }

.padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding5_20 { padding:5px 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }

.mo_dis { display: none }
.mo_undis { display:block }

/*-----------------线条---------------------*/ 
.line-fff { width:100%; height:1px; line-height:1px; font-size:0; background:#fff; border:0 none }
.line-000 { width:100%; height:1px; line-height:1px; font-size:0; background:#000; border:0 none }

/*-------------------按钮-------------------*/ 
.button, a.button, input.button { text-decoration: none; text-align: center; display: inline-block; appearance: none; cursor: pointer; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition-property: all; transition-property: all; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }

.com-more-fff, .com-more-gray { display: inline-block; height: 32px; line-height: 32px; padding: 0 20px; box-sizing: border-box; border-radius: 16px; color: #502c1e; overflow: hidden; position: relative; z-index: 2; transition:0.3s; -webkit-transition: 0.3s }
.com-more-fff::after, .com-more-gray::after { content: ""; height: 100%; width: 100%; position: absolute; left: 0; right: 0; transition:0.3s; -webkit-transition: 0.3s; z-index: -2 }
.com-more-fff::after { background: #fff }
.com-more-gray::after { background: #f5f5f5 }
.com-more-fff::before, .com-more-gray::before { content: ""; height: 100%; width: 0; background: #d0973d; position: absolute; left: 0; right: 0; z-index: -1; transition:0.3s; -webkit-transition: 0.3s }
.com-more-fff:hover, .com-more-gray:hover { color: #fff }
a.com-more-fff:hover::before, a:hover .com-more-fff::before, a.com-more-gray:hover::before, a:hover .com-more-gray::before { width: 100% }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_max2 { max-height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_3 { height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_max3 { max-height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.55em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_max4 { max-height:5.55em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_5 { height:6.95em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.com-rows_6 { height:8.35em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical }

.zoomimg { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
a:hover .zoomimg, .zoomimg:hover { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1) }

.com-link { display: block; overflow: hidden; box-sizing: border-box; transition:0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s }
.com-link:hover { box-shadow: 0 0 10px rgba(0,0,0,0.1) }

.block-padding { padding-top: calc(8vh); padding-bottom: calc(8vh) }
.block-padding-t { padding-top: calc(8vh) }
.block-padding-b { padding-bottom: calc(8vh) }
.block-padding-t45 { padding-top: calc(8vh - 15px) }
.block-padding-b45 { padding-bottom: calc(8vh - 15px) }
.block-padding-t40 { padding-top: calc(8vh - 20px) }
.block-padding-b40 { padding-bottom: calc(8vh - 20px) }

.card-padding { padding:40px; box-sizing: border-box }

/*-------------------头部-------------------*/
.headbox { width: 100%; height:80px; position: fixed; top: 0; left: 0; z-index: 1000; background: #fff; box-sizing: border-box; border-bottom: 1px solid #eff1f3 }
.navbox { width: 100%; height: 100%; padding-left: 20px; box-sizing: border-box }
.logo { width: auto; height: 40px; margin: 20px auto }
.nav { margin-top: 25px }
.nav .menuLi { float:left; display:block; position:relative }
.nav .menuLi .mainmenu { display:block; height:55px; line-height:55px; padding: 0 20px; position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color: #000; -moz-transition: 0.3s ; -o-transition: 0.3s ; -webkit-transition: 0.3s ; transition: 0.3s ; -ms-transition: 0.3s ;font-size: 16px; }
.nav .menuLi:last-of-type .mainmenu { color: rgba(0,0,0,0.5) }
.nav .menuLi .mainmenu:hover, .nav .menuLi .mainmenu.menuLiBnameover, .nav .menuLi .mainmenu.menuLipitchon { font-weight: bold; color: #d6000f }
.menuListBox { width: auto; text-align: left; line-height:30px; position:absolute; top:55px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); background: #005bac; border: 1px solid #005bac; display:none; border-radius:6px ; -webkit-border-radius:6px ; -moz-border-radius:6px ; -ms-border-radius:6px ; -o-border-radius:6px ; text-align: center;}
.menuListBox a { position: relative; display: inline-block; white-space:nowrap; padding: 0 20px; font-size: 12px; line-height:40px; color: #000f17; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; white-space:nowrap;font-size: 16px;color: #fff;width: 100%;  }
.menuListBox a:hover { color: #d6000f;background-color: #0062b7; }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }
/* .menuListBox a:before { background-color: #d6000f; content: ''; position: absolute; left: 10px; top: 15px; width: 5px; height: 1px;  transition: -webkit-transform .2s ease; transition: transform .2s ease; -webkit-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); transform: scaleX(0) }
.menuListBox a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; transform-origin: left } */


.menuListBox::after{
	content: '';
	position: absolute;
	top: -10px;
	/*与border-bottom的高度相等，控制位置*/left: 0;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 20px solid #005bac;
	/*与三角形背景相同，遮盖上面的部分*/position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%) ;
	-moz-transform: translateX(-50%) ;
	-ms-transform: translateX(-50%) ;
	-o-transform: translateX(-50%) ;
	transform: translateX(-50%) ;
}




/*-------------------底部-------------------*/
.footbox { background: #f9f9f9 }
.foot-link { display: flex; justify-content: space-between }
.foot-link li a { display: block; font-size: 12px; margin-bottom: 10px }
.foot-link-a a { display: inline-block; margin-right: 20px }

.gototop { display:block; width:40px; height:40px; text-align: center; line-height: 40px; background: rgba(84,64,62,0.2); position:fixed; right:10px; bottom:10px; z-index:1001; transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; display:none }
.gototop:hover { background: rgba(84,64,62,1) }
.gototop .iconfont { font-size: 16px; line-height: 40px; color: #fff }

.foot-hotline { width: 240px; padding: 20px; box-sizing: border-box; background: #fff; color: #d0973d; word-break: break-all; position: absolute; left: 0; z-index: 999; opacity: 0 }

/*-------------------内页通用-------------------*/

/*-------------------首页-------------------*/


/* .index-swiper, .index-swiper .swiper-slide { max-height: calc(100vh - 80px); overflow: hidden } */
/* .index-swiper .swiper-pagination > .swiper-pagination-bullets, .index-swiper .swiper-pagination-bullets.swiper-pagination-horizontal { width: auto; left: auto; right: 30px } */
.index-swiper .swiper-pagination-bullet { width: 12px; height: 12px; line-height: 12px; opacity: 0.6; font-size: 12px; color: #fff; background: #a9a9a7; transition: all 0.3s }
.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .index-swiper .swiper-pagination-bullet:hover { opacity: 1;background-color: #d6000f; }
.index-swiper .swiper-button-prev:after, .index-swiper .swiper-button-next:after { font-size: 40px }
.index-swiper .swiper-button-prev, .index-swiper .swiper-button-next { width: 30px; height: 30px; line-height: 30px; color: #fff;}
.index-swiper .swiper-button-prev { left: 30px }
.index-swiper .swiper-button-next { right: 30px }


.index-swiper .swiper-slide:nth-child(1) img{
	height: 100vh;
	object-fit: cover;

}

.bigimg{
	height: 100vh;
	object-fit: cover;
}


.indexshubiao{
	bottom: 50px;
	z-index: 2;
	color: #fff;
	animation: blink 1.5s infinite;
	-webkit-animation: blink 1.5s infinite;
}

/* 定义闪烁的关键帧 */
@keyframes blink {
	0% { opacity: 0.8; }
	50% { opacity: 0; }
	100% { opacity: 0.8; }
  }
   
.indexcard{
	box-shadow: 0px 0px 10px 10px #f9f9f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 50px 0;
	box-sizing: border-box;
}
.color005bac{
	color: #005bac;
}
.gomore i{
	vertical-align: middle;

	display: inline-block;
	margin-left: 5px;
}
.gomore:hover i{
	animation: shake 1s infinite;
	-webkit-animation: shake 6s infinite linear;
}

@keyframes shake {
	0%, 100% { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
	10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); }
	20%, 40%, 60%, 80% { transform: translateX(5px); -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); }
  }
   
.indexprodect_card{
	background-color: #005bac;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	height: 33.33%;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor: pointer;
	border-bottom: 1px solid #4d8dc5;
}
.indexprodect_card:last-of-type{
	border-bottom: 0px solid #ff0000;
}

.indexprodect_img{
	border-right: 1px solid #4d8dc5;
	box-sizing: border-box;
	cursor: pointer;
}
.color005bac{
	color: #005bac;
}
.indexprodect_card .icon{
	bottom: 0;
	right: 0;
	background-color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 100px;
	border-top-left-radius: 100%;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexprodect_card:hover{
	background: #0c6bc0;
}

.indexprodect_card:hover .icon, .indexprodect_card:hover .iconimg{
	opacity: 1;
}
.indexprodect_card:hover .iconimg { width: 15%; margin-bottom: 20px }
.indexprodect_card .iconimg{
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	width: 0;
	
}

.producttext{
	width: 85%;
	position: absolute;
	padding-top:  100px;
	box-sizing: border-box;
	z-index: 333;
}

.indexprodect_img:hover .zoomimg,.indexnewcard:hover .zoomimg{
	transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1)
}

.indexnewcard{
	box-shadow: 0px 0px 10px 10px #f9f9f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding:10px;
	box-sizing: border-box;
	
}

.indexnewcard .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indexnewcard .flex i{
	border: 1px solid #b2b2b2;
	color: #b2b2b2;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.indexnewcard p{
	color: #a3a3a3;
}

.indexnewcard h5{
	font-weight: bold;
}
/* 公司简介 */
.color7f7f7f{
	color: #7f7f7f;
}
.margintop60{
	margin-top: 60px;
}
.aboutimg .poabsolute-wh50{
	top: 40%;
}

.oneRound {
	width: 58.8vw;
	height: 58.8vw;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	box-sizing: border-box;
	z-index: 3;
	position: relative;
	margin: 15vh auto -30vw;
}
.twoRound {
	width: 51vw;
	height: 51vw;
	border-radius: 100%;
	background-color: #f9f9f9;
	z-index: 4;
	pointer-events: none;
}
.threeRound {
	width: 42vw;
	height: 42vw;
	border-radius: 100%;
	background-color: #f5f5f5;
	z-index: 5;
	pointer-events: none;
}
.fourRound {
	width: 33vw;
	height: 33vw;
	border-radius: 100%;
	background-color: #fff;
	z-index: 6;
	pointer-events: none;
}
.about_history {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
}
.about_history::after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #7c7c7c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s;
}
.about_history h5 {
	display: inline-block;
	font-weight: bold;
	color: #7c7c7c;
	position: absolute;
	transition: all 0.3s;
}
.about_history:hover::after, .about_history.cur::after {
	background: #005bac;
}
.about_history:hover h5,.about_history.cur h5 {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	color: #005bac;
}
.about_history:hover h5.num,.about_history.cur h5.num {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	color: #005bac;
	top: -70px !important;
	opacity: 1;
}

.about_history:nth-child(1):hover h5.num ,.about_history:nth-child(2):hover h5.num,.about_history:nth-child(4):hover h5.num,.about_history:nth-child(5):hover h5.num {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	color: #005bac;
	top: -60px !important;
	opacity: 1;
}

.about_history h5.num {
	opacity: 0;
}

.about_history:nth-child(1) h5, .about_history:nth-child(2) h5 {
	top: -25px;
	left: -5em;
}
.about_history:nth-child(1) h5.num, .about_history:nth-child(2) h5.num {
	top: -50px;
	left: -5.5em;
}
.about_history:nth-child(3) h5 {
	width: 5em;
	text-align: center;
	top: -35px;
	left: calc(-2.5em + 7px);
}
.about_history:nth-child(3) h5.num {
	width: 9em;
	text-align: center;
	top: -60px;
	left: calc(-4.5em + 7px);
}
.about_history:nth-child(4) h5, .about_history:nth-child(5) h5 {
	top: -25px;
	right: -5em;
}
.about_history:nth-child(4) h5.num, .about_history:nth-child(5) h5.num {
	top: -50px;
	right: -5.5em;
}
.about_history:nth-child(1){
	top: calc(27.8% - 7px);
	left: calc(5.09% - 7px);
}
.about_history:nth-child(2){
	top: calc(8.1% - 7px);
	left: calc(22.4% - 7px);
}
.about_history:nth-child(3){
	top: -7px;
	left: calc(50% - 7px);
}
.about_history:nth-child(4){
	top: calc(8.1% - 7px);
	right: calc(22.4% - 7px);
}
.about_history:nth-child(5){
	top: calc(27.8% - 7px);
	right: calc(5.09% - 7px);
}
.oneRound .gomore { top: 22vw; z-index: 10;  }
.oneRound .gomore a { color: rgba(0,0,0,0.5) }
.oneRound .gomore a:hover { color: #005bac }




.bottom20{
	bottom: 20px;
}
.colord6000f{
	color: #d6000f;
}
.bge9eaec{
	background: #e9eaec;
}


.brandbgimg{
	background-image: url('/images/about/8.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bgfbfbfb{
	background-color: #fbfbfb;
}

.padding50{
	padding: 50px;
	box-sizing: border-box;
}
.honorcard{
	box-shadow: 0px 0px 10px 10px #f9f9f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.historytab{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.historytab h4{
	display: flex;
	opacity: 0.6;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.historytab h4.active{
	font-weight: bold;
	opacity: 1;
	color: #005bac;
}


.inncard{
	box-shadow: 0px 0px 10px 10px #f9f9f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
.inncard .flex{
	display: flex;
	align-items: center;

}
.bgf4f4f4{
	background: #f4f4f4;
}


.getmore:hover{
	background: #005bac;
	
}
.getmore:hover a{
	color: #fff;
	opacity: 1;
}
.getmore i,.getmore{
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.getmore:hover i{

	color: #fff;
	opacity: 1;

}

 .new.gomore{
	display: inline-block;
	background-color: #005bac;
	padding: 10px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	line-height: 1em;
}
.newmySwiper .swiper-pagination{
	width: 50% !important;
	bottom: -30px !important;
}
.newmySwiper .swiper-pagination-bullet-active{
	width: 16px !important;
	height: 4px;
	background: #005bac !important;
}
.newmySwiper .swiper-pagination-bullet {
	width: 10px;
	height: 4px;
	display: inline-block;
	/* background: var(--swiper-pagination-bullet-inactive-color, #ffffff); */
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	/* opacity: 0.9 !important; */
}

/* .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal */


.newtab{
	display: flex;
	align-items: center;

}
.newflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newtab h5{
	font-weight: bold;
	opacity: 0.4;
	cursor: pointer;
}
.newtab h5.active{
	color: #005bac;
	opacity: 1;
}

.bgfafafa{
	background-color:#fafafa;
}


.newinput{
	background-color: #f7f7f7;
	border: 0;
	padding: 10px 30px 10px 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.newicon{
	left: 11px;
	color: #aaaaaa;
}
.bgf7f7f7{
	background-color: #f7f7f7;
}

.detailmes.table {
    overflow-x: auto;
    max-width: 100%;
}

.detailmes p{
	opacity: 6;
}
.detailmes img{
	max-width: 80%;
	margin:30px auto ;

}
.morelist .item{
	background-color: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 20px;
}
.morelist .item p{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.morelist .item p:nth-child(1){
	opacity: 0.3;
}
.morelist .item p:nth-child(2){
	opacity: 0.6;
}
.morelist .item:hover{
	color: #005bac;
	opacity: 1;
	font-weight: bold;
}

.sharelist .item{
	background-color: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.sharelist .item .icon-weixin{
	color: #28c445;
}

.sharelist .item .icon-shipinhao{
	color: #005bac;
}


.productmySwiper .swiper { padding-bottom: 30px; min-height: 180px }
.productmySwiper .swiper-pagination{
	bottom: 0 !important;
}
.productmySwiper .swiper-pagination-bullet-active{
	width: 16px !important;
	height: 4px;
	background: #005bac !important;
}
.productmySwiper .swiper-pagination-bullet {
	width: 10px;
	height: 4px;
	display: inline-block;
	/* background: var(--swiper-pagination-bullet-inactive-color, #ffffff); */
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	/* opacity: 0.9 !important; */
}

.prodetail{
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	display: flex;
	align-items: center;
	
}
.prodetail p{
	color: #8e8e8e;
}
.prodetail p.font-bold.paddingright20{
	min-width: 75px;
  	white-space: nowrap;
}
.prodetail img{
	width: 25px;
}




/* 
.table{
	text-align: center;
}
.table span{
	opacity: 0.6;

} */



.vegasmySwiper .swiper-pagination-bullet-active{

	background: #d6000f !important;

	/* opacity: 1 !important; */


}
.vegasmySwiper .swiper-pagination-bullet {
	display: inline-block;
	background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
	/* opacity: 0.6 !important; */
}

.servecard{
	box-shadow: 0px 0px 10px 10px #f6f6f6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 50px 0;
	box-sizing: border-box;
}

.pdfcard{
	background: #fbfbfb;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
	box-sizing: border-box;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	cursor: pointer;
}
.pdfcard i{
 color: #dc2e1b;
}
.pdfcard h6{
	color: #636363;
   }
   .pdfcard a{
	color: #005bac;
	background-color: #fff;
	width: 70%;
	margin: 30px auto;
	padding: 10px 0;
	box-sizing: border-box;
   }
.pdfcard:hover{
	background-color: #fff;
	box-shadow: 0px 0px 10px 10px #f6f6f6;
}
.pdfcard:hover a{
	background-color: #005bac;
	color: #fff;
}
.joinitem{
	background: #fbfbfb;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.table td{
	border-style: solid;

}
.table tbody tr:nth-of-type(even){
	background-color: #fafafa;
}
/* .table tbody tr:nth-of-type(odd){
	background-color: red;
} */
.table table{
	width: 100% !important;
}
.tablehead{
	background-color: #f4f4f4;
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
  }
  .tablehead h6{
	padding: 20px 0;
	display: inline-block;
  }
  .tablebody{
	border-bottom: 1px solid #f1f1f1;
  
  }
  .tablebody .item{
	padding: 0 40px;
	box-sizing: border-box;
	display: flex;
	cursor: pointer;
  }
  .tablebody .item p{
	padding: 20px 0;
	display: inline-block;
	color: #505050;
	box-sizing: border-box;
	opacity: 0.7;
  }
  .tablebody .item i{
	right: 20px;
  }
  .tablebody:hover p,.tablebody:hover i{
	color: #005bac;
	opacity: 1;
  }


  .contactitem{
	background: #005bac;
	padding: 30px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}


.color505050{
	color: #505050;
}



.historymySwiper .swiper-button-next {
    right: -80px;
    left: auto;
	color: #626262;
}

.historymySwiper .swiper-button-prev {
    right: auto;
    left: -80px;
	color: #626262;
}

.linecard .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.color585858{
	color: #585858;
}

/* .lineright{
	transition: height 0.2s ease;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-ms-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
} */
.linelistcard p{
	

}
.linelistcard:hover p{
	font-weight: bold;
	opacity: 1;
   }
.linelistcard:hover .textbg{
 background-color: #fff;
}
.linelistcard .textbg{ padding-bottom: 15px; transition: all 0.3s ; -webkit-transition: all 0.3s ; -moz-transition: all 0.3s ; -ms-transition: all 0.3s ; -o-transition: all 0.3s ;
}

.veitem{
	background: #005bac;
	padding: 20px;
	box-sizing: border-box;
}
.bghonor{
	background-image: url('/images/about/34.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.bghistory{
	background-image: url('/images/about/35.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}



.historymySwiper .swiper-container {
	width: 100%;
	height: 100%;
  }
  .historymySwiper .swiper-wrapper{
	align-items: flex-end;
  }
  .historymySwiper  .swiper-slide {
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
  .historymySwiper .swiper-slide-active img{
	width: 100% !important;
	margin-left: -18% !important;
}
.historymySwiper .swiper-slide-active {
	width: 30% !important;
}
.historymySwiper .swiper-slide-active p  {
	display: block !important;
	margin-left: -35.5%;
}
.historymySwiper .swiper-slide p  {
	display: none;
}
.historymySwiper .swiper-slide img {
	width: 100%;
	margin-left: -29%;
}






.vetab h5{
	font-weight: bold;
	opacity: 0.4;
	cursor: pointer;
}
.vetab h5.active{
	color: #005bac;
	opacity: 1;
}

.tabswiper .swiper-slide {
	display: inline-block;
	padding-right: 40px;
	width: auto !important;
}

.linemore{
	position: absolute;
	left: 40px;
	bottom: 40px;
}



.x1000right{
	position:absolute; top:50%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; transform: translateY(-50%) ;right: 0;
}



.xright{
	position:absolute; top:50%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; transform: translateY(-50%) ;right: 0;
}



.fanhui{
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.fanhui:hover{
	opacity: 1;
	color: #005bac;
}
.lianjie{
	background-color: #005bac;
	left: -65px;
    top: -123px;
	padding: 20px;
	border-radius: 5px;
	z-index: 3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 10em;
	text-align: center;
	opacity: 1;
	display: none;
}
.lianjie a{
	color: #fff;
	display: block;
	line-height: 40px;

}
.lianjie a:hover{
    color: #d6000f;
    background-color: #0062b7;
}

.lianjie::after{
	content: '';
	position: absolute;
	bottom: -10px;
	/*与border-bottom的高度相等，控制位置*/left: 0;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 20px solid #005bac;
	/*与三角形背景相同，遮盖上面的部分*/position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%) ;
	-moz-transform: translateX(-50%) ;
	-ms-transform: translateX(-50%) ;
	-o-transform: translateX(-50%) ;
	transform: translateX(-50%) ;
}
.youqing{
	cursor: pointer;
}
.youqing:hover +.lianjie{
	display: block;
}
.youqing:hover .lianjie{
	display: block;
}

.bg005bac{
	background-color: #005bac;
}
.linebox{
	position: fixed;
	background-color: #0000006b;
	width: 100%;
	height: 100%;
	z-index: 66;
	top: 0;
	left: 0;
}
.linebox .cbox{
	padding: 40px;
	background-color: #fff;
	position:absolute; top:55%; left: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%) ;
}

.linebox .cbox .icon-close{
	position: absolute;
	right: -34px;
	top: -25px;
	color: #fff;
	cursor: pointer;
}

.colora3a3a3{
	color: #a3a3a3;
}
.serveitem p{
	position: absolute;
	right: -30px;
	top: -12px;
	background: #e9e9e9;
	padding: 5px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	line-height: 1em;
}
.serveitem{
	position: relative;
}
.serveitem::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 80%;
	background-color: #ededed;
	right: 0;
	position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%)
}
.serveitem:last-of-type:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 0%;
	background-color: #8e8e8e;
	right: 0;
	position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%)
}
.colora0a0a0{
	color: #a0a0a0;
}
.histab{
	border-left: 2px solid #e1e7ed;
}
.histab .active{
	position: relative;

	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform-origin: left;
	
}
.histab .active::after{
	content: '';
	width: 4px;
	height: 50%;
	background: #005bac;
	left: -28px;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%) ;
	-moz-transform: translateY(-50%) ;
	-ms-transform: translateY(-50%) ;
	-o-transform: translateY(-50%) ;
	transform: translateY(-50%) ;
}
.cursor_pointer{
	cursor: pointer;
}
.hisyear{
	bottom: 120px;
	font-size: 70px;
}



/* -------------------------------------------------- */

.kwicks{
	height: 270px;
}
.kwicks li{
	float: left;
	width: 125px;
	height: 100%;
	margin-right: 5px;
	padding: 70px 0;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color: #fff;
}


.kwicks li p{
	display: none;
}


.kwicks li.kwicks-expanded{
	padding: 40px;

}
.kwicks li.kwicks-expanded{
	text-align: left;
	
}
.kwicks li.kwicks-expanded p{
	display: block;
	
}



#kwick5 { 
	margin-right: none;
} 	
			
.kwicks.horizontal #kwick_5 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.join000{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000066;
	top: 0;
	left: 0;
}
.joinmySwiper .swiper-button-next {
    right: 80px;
    left: auto;
	color: #a6a4a5;
}

.joinmySwiper .swiper-button-prev {
    right: auto;
    left: 80px;
	color: #a6a4a5;
}
.joinswiperh5{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.joinswiperh52{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
}
.douhao{
	width: 50px;
}
.proyin{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000006e;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.proitem:hover .proyin{
 opacity: 1;
}

.hs-box { background: url(../images/about/hs-bg.png) left top no-repeat; background-size: auto 100%; position: relative }
.hs-box .swiper-button-prev, .hs-box .swiper-button-next { width: 150px; height: 24px; line-height: 24px; top: auto!important; bottom: 20px; color: #fff } 
.hs-box .swiper-button-prev { left: 40%; background: #005bac; }
.hs-box .swiper-button-prev:after, .hs-box .swiper-button-prev::before, .hs-box .swiper-button-next:after, .hs-box .swiper-button-next::before { font-size: 14px }
.hs-box .swiper-button-prev:after { content: '后退'; letter-spacing: 10px; margin-left: 10px }
.hs-box .swiper-button-prev::before { font-family: swiper-icons; content: 'prev' }
.hs-box .swiper-button-next { left: calc(40% + 150px); right: auto!important; background: #d9d9d9 }
.hs-box .swiper-button-next:after { content: ' next' }
.hs-box .swiper-button-next::before { font-family: swiper-icons; content: '前进'; letter-spacing: 10px; margin-right: 10px }
.hs-swiper-over { width: 20%; top: 0; left: 20%; margin-left: 0!important; z-index: 10!important; background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.1) }
.hs-swiper-over .swiper-slide { padding: 15px!important; box-sizing: border-box }
.hs-txt { color: rgba(0,0,0,0.6); line-height: 22px; height: 154px; overflow-x: hidden; overflow-y: auto }
.hs-swiper-under { width: 100%; position: absolute!important }
.hs-swiper-under::after { content: ""; width: 100%; height: 2px; background: #dadada; position: absolute; top: 50%; left: 0; z-index: 0 }
.hs-swiper-under .swiper-slide { text-align: center; color: rgba(0,0,0,0.6); cursor: pointer }
.hs-swiper-under .swiper-slide i { display: block; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-left: -7px; z-index: 10 }
.hs-swiper-under .swiper-slide i::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #848484; position: absolute; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; z-index: 20 }
.hs-swiper-under .swiper-slide h3 { font-weight: bold; margin-bottom: 40px }
.hs-swiper-under .swiper-slide.swiper-slide-active h3 { color: #005bac }
.hs-swiper-under .swiper-slide.swiper-slide-active i::after { background: #005bac }


/*-------------------响应式css-------------------*/
@media ( min-width:1600px ) {
.container { width:1500px }

}

@media ( min-width:1260px ) and ( max-width:1599px ) {
.container { width:1160px }
/* .about_history:nth-child(1){
	top: 36%;
    left: -79px;
} */


.xleft{
	position:absolute; top:50%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; transform: translateY(-50%) ;left: 0;
}
.xright{
	position:static;
	float: right;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}


}

@media ( min-width:1000px ) and ( max-width:1259px ) {
.container { width:960px }

/* .bigtitle { font-size: 62px } */
h1, .h1 { font-size: 34px }
h2, .h2 { font-size: 30px }
h3, .h3 { font-size: 24px }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom:30px }

.card-padding { padding:30px }


.xleft{
	position:absolute; top:50%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; transform: translateY(-50%) ;left: 0;
}
.xright{
	position:static;
	float: right;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

}

@media ( min-width:801px ) and ( max-width:999px ) {	
.nav .menuLi .mainmenu { font-size: 14px; padding: 0 10px }
.container { width: 90%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

/* .bigtitle { font-size: 60px } */
h1, .h1 { font-size: 32px }
h2, .h2 { font-size: 28px }
h3, .h3 { font-size: 22px }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom:30px }

.card-padding { padding:20px }



.x1000left{
	position:absolute; top:50%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; transform: translateY(-50%) ;left: 0;
}
.x1000right{
	position:static;
	float: right;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.xleft{
	position:absolute; top:50%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; transform: translateY(-50%) ;left: 0;
}
.xright{
	position:static;
	float: right;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}







}
