/* ====首页====== */
body{ background-color:#fff; overflow-x: hidden;}
.inbk{display: inline-block; vertical-align: middle;}
.padb{padding: 60px 0;}
.headerMain{position: relative; width: 100%;}
.pr{position: relative;}
.boxW{width: 100%;}

/** header **/
.header{ position:absolute; z-index:10; width: 100%; top: 0;left: 0;}
.loarea{ height:85px; position:relative; z-index:3; padding-bottom: 10px;}
.logo{ /*width:200px;*/ display:block; padding-top:20px;}
/*.logo img{ height:60px; width:auto;}*/

/*PC导航 begin*/
.nav{ position:relative;  z-index:5; padding-top: 35px;}
.navul{ font-size:0;}
.navul li{ display:inline-block; position:relative;}
.navul li>a{ color:#fff; padding:0 20px; text-align:center; display:inline-block; font-size:16px;}
/* .navul li>a:hover{font-weight: bold; } */
.act_nav{font-weight: bold;}

/*登录注册*/
.inloginbxo{padding-top: 35px;}
.search{margin-right: 20px;}
.languSel{
	background: transparent;
	color: #fff;
	border: none;
	position: relative;
}
.languag{position: relative;}
.languag:before{
	content: "";
	width: 8px;
	height: 6px;
	background: url(../images/sjx.png) no-repeat;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -3px;
}


/*PC导航 begin*/
.subnav{ position:absolute; left:0; top:48px; width:100%; padding:8px 5px; background: rgba(129,129,129,0.8); display:none;}
.subnav1{}
.subnav1 dd{width:100%; text-align: center; background-image:none !important; padding: 10px 0; border-bottom: 1px solid #f2f2f2; font-size: 16px; color: #fff;}
.subnav1 dd a{color: #fff; display: block; font-size: 14px;}
.subnav1 dd a:hover{color: #ff9443}
.subnav1 dd:hover{border-bottom: 1px solid #ff9443;}
.subnav1 dd .nr a{height:30px; text-align:left; line-height:30px; font-size:14px; display:block;  color:#333 !important; text-align:center; }
.subnav1 dd .nr a:hover{ color:#ff7f02 !important; text-indent:2px; background-color:none;}
.subnav1 .tit{ font-size:16px; font-weight:bold; text-align:center; padding:8px 0 4px;}
/*.subnav2{ width:256px;}*/





/*手机导航按钮及下拉菜单begin*/
.menubtn{ position:absolute; width:24px; height:24px;top:19px; right:10px; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#fff; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ background:url(../images/icon/black8.png) repeat; position:absolute; left:0; top:60px; width:100%; display:none; z-index:9; }
.inav{ display:none;}
.inav dl{ padding:0 10px; text-align:left;}
.inav dt{ font-size:14px; color:#fff; height:40px; line-height:40px; border-bottom:1px solid #2b3b81; padding-left:8px; position:relative;}
.inavbtn{ position:absolute; right:0px; top:14px; width:14px; height:14px; background:url(../images/icon/jia3.png) center center no-repeat; -webkit-transform-origin:center center; -moz-transform-origin:center center; -ms-transform-origin:center center; -o-transform-origin:center center; transform-origin:center center;-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.inav dd{ display:none; padding-left:2em; border-bottom:1px solid #1c4e9e; padding-bottom:6px;}
.inav a{ color:#fff;}
.inav a:hover{ color:#ccc;}
.inav dd h6{ font-size:14px; font-weight:normal; line-height:2;}
.inav dd h6 a{ display:block;}
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;}
.act_inav{ font-weight:bold;}
.act_inav .inavbtn{ -webkit-transform:rotate(135deg) !important; -moz-transform:rotate(135deg) !important; -ms-transform:rotate(135deg) !important; -o-transform:rotate(135deg) !important;transform:rotate(135deg) !important;}
/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; }
.banner .swiper-slide{position:relative; overflow:hidden;}
.banimg{ 
	width:100%; 
	height:auto; 
	display:block;
	-webkit-transition:all 20s ease-out 0s; 
	-moz-transition:all 20s ease-out 0s; 
	-ms-transition:all 20s ease-out 0s; 
	-o-transition:all 20s ease-out 0s; 
	transition:all 20s ease-out 0s;
}

.banner .swiper-pagination{ 
	bottom:16px !important;
	background: rgba(255,255,255,0.1);
	border-radius: 20px;
	padding: 0px 8px;
	display: block;
	margin: 0 auto;
	width: auto!important;
	left: 50%!important;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.banner .swiper-pagination-bullet{
	width:9px;
	height:9px;
	padding: 0;
	background-color:#fff;
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	-webkit-border-radius:50%; 
	-moz-border-radius:50%;
	-ms-border-radius:50%; 
	-o-border-radius:50%; 
	border-radius:50%;
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1; 
	margin:0 5px !important;
}

.banner .swiper-pagination-bullet-active{background-color:#fff;}

/*banner end*/
.h_tit{ font-size:22px; color:#1c4e9e; font-weight:bold; }
.h_tit a{ float:right; font-weight:normal; color:#666; font-size:14px; margin-top:6px;}
.h_tit a:Hover{ color:#333; text-decoration:underline;}
.i_main{ padding:44px 0; min-height:400px;}

.footer_wap{background:#333; display:none;}
.footer_wap ul{ margin-bottom:0;}
.footer_wap li{ width:25%; float:left; text-align:center; border-right:1px solid #f9c7ce; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; padding:4px 0;}
.footer_wap li span{display:block; width:32%; margin:6% auto 0; font-size:0;}
.footer_wap li img{ width:24px; height:auto}
.footer_wap li p{ width:100%; height:22px; line-height:22px; text-align:center; font-size:14px; color:#fff;}
.footer_wap li p a{color:#fff;}

.pcshow{ display:inline-block;}
.wapshow{ display:none;}
/**/
/**/
/*公司简介*/
.nybaner{position: relative; width: 100%;}
.nybaner img{display: block; width:100%}
.bannerTxt{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	-webkit-transform: translate(-50%,-70%);
	-moz-transform: translate(-50%,-70%);
	-ms-transform: translate(-50%,-70%);
	-o-transform: translate(-50%,-70%);
	transform: translate(-50%,-70%);
}
.bannerTxt h3{
	font-weight: normal;
	font-size: 44px;
	margin-bottom: 10px;
}
.subnavbg{background:rgba(62,75,92,0.8); position: absolute; width: 100%;bottom: 0; left: 0;}
.subnavbox{text-align: center;}
.subnavbox a{ display: inline-block;}
.subnavbox a{padding: 15px 30px; text-align: center; display: inline-block; color: #fff; font-size: 16px;}
.subnavbox a img{vertical-align: middle;}
.img01{display: inline-block;}
.img02{display: none;}
.subnavbox a span{display: inline-block; vertical-align: middle;}
/* .subnavbox li a:hover{color: #3e4b5c; background: #e9edf2;}
.subnavbox li a:hover .img02{display: inline-block;}
.subnavbox li a:hover .img01{display:none;} */
.subnavbox a.active{color: #3e4b5c; background: #e9edf2; }
.subnavbox a.active .img02{display: inline-block;}
.subnavbox a.active .img01{display:none;}
.introducBg{background: url(../images/introducBg.jpg) no-repeat; background-size: 100% 100%;}
.title{text-align: center; color: #3e4b5c; font-size: 16px; margin-bottom: 40px;}
.title h3{font-size: 40px; font-weight: normal; margin-bottom: 5px;}
.introducBox{}
.intrroducFl{width: 59%; padding-top: 70px; font-size: 16px; color: #3e4b5c;}
.intrroducFr{width: 40%;}
.baseBg{background: #e3e7ee;}
.baseFl{width: 48%;}
.baseFr{width: 49%;}
.proBaseTop{width: 100%;font-size: 16px; color: #3e4b5c; padding: 30px 0 0;}
.proBaseTop ul li{width: 33.3%; float: left;}
.proBaseTop ul li h3{font-size: 44px; font-weight: bold; display: inline-block;}
.proBaseCen{margin-top: 40px;}
.proBaseTit{color: #3e4b5c; font-size: 20px; font-weight: bold; border-bottom: 1px solid  #bcc2cb; padding-bottom: 15px;}
.proBaseCen ul li{
	font-size: 14px;
	color: #3e4b5c;
	padding-left: 100px;
	position: relative;
	margin: 15px 0;
}
.proBaseCen ul li span{
	width: 100px;
	display: block;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.historyBg{background: #e9edf2;}
.historyBox{position: relative;}
.historyMain{width: 92%; position: relative; padding: 0 4%;}
.historyTop .historyCon li{
	width: 15%; 
	padding-left: 2%; 
	padding-right: 8%;
	float: left; 
	background: url(../images/introducline01.png) no-repeat 1px top;
	font-size: 14px;
	color: #3e4b5c;
	padding-bottom: 50px;
}
.historyCon li h3{
	font-size: 22px;
	font-style: italic;
	padding: 6px 0;
}
.historyBot{padding: 0 13%;}
.historyBot .historyCon li{
	width: 23.3%; 
	padding-left: 2%; 
	padding-right: 8%;
	float: left; 
	background: url(../images/introducline02.png) no-repeat 1px bottom;
	font-size: 14px;
	color: #3e4b5c;
	padding-top: 50px;
}
.histopLine{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.histopLine img{width: 100%;}
.historyBox{position: relative;}
.historyBox .swiper-button-next{
	width: 26px;
	height: 26px;
	background: url(../images/next.png) no-repeat center;
	right: 0;
	top: 50%;
	margin-top: -4px;
	margin-right: -13px;
}
.historyBox .swiper-button-prev{
	width: 26px;
	height: 26px;
	background: url(../images/prev.png) no-repeat center;
	left: 0;
	top: 50%;
	margin-top: -4px;
	margin-left: -13px;
}
.honorBg{width: 96%; background: #dbdde0; padding: 0 2%;}
.innorbox{background: #fff;}
.innorbox p{padding:15px 0 ; color: #3e4b5c; font-size: 16px; text-align: center;}
.honorSwiper{padding-bottom: 40px;}
.honorSwiper .swiper-pagination{bottom: 0!important;}
.honorSwiper .swiper-pagination-bullet{width: 25px; height: 5px; border-radius: 5px; background: #fff; opacity: 1;}
.honorSwiper .swiper-pagination-bullet-active{background: #3e4b5c;}
/**/
/**/
.footer{background: #3e4b5c; padding: 25px 0;}
.ftlogo{margin-right: 25px;}
.foottel li{float: left; font-size: 14px; color: #fff; color: rgba(255,255,255,0.7); margin-right: 25px;}
.foottel li img{display: inline-block; vertical-align: middle; margin-right: 5px;}
.foottel li span{display: inline-block; vertical-align: middle;}
.footxt{color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 5px;}
.wattxt{color: rgba(255,255,255,0.7); font-size: 14px; text-align: center;}
.footer .fl{padding-top: 15px;}
/*理念愿景*/
.visionBg{background: #e9edf2;}
.visionList{margin-top: 125px; background: #eff2f5; padding-bottom: 50px; position: relative;}
.visionList .imgW{width: 45%;}
.visionList .imgW img{margin-top: -50px;}
.visionCon{
	width: 435px;
	position: absolute;
	top: 50%;
	left: 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%);
}
.visionTitle{color: #3e4b5c; font-size: 36px; font-weight: bold; margin-bottom: 15px;}
.visionTxt{
	color: #3e4b5c;
	line-height: 30px;
	font-size: 16px;
}
.visionList.visionOdd .imgW{float: right!important; width: 52%;}
.visionList.visionOdd .visionCon{left: 5%;}
.structure{width: 100%; text-align: center;}

.newBg{background-color: #e9edf2;}
.newwrap{position: relative; border-top: 1px dashed #b5bcc5;}
.newwrap .innewm {
    padding-right: 75px;
    border-bottom: 1px dashed #b5bcc5;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
	box-sizing: border-box;
}
.innewm{display: block;}
.innewm .imgW{overflow: hidden;}
.newdat{
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	background: #9ca4ae;
	border-radius: 5px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.newdat span{
	background: #3e4b5c;
	font-weight: bold;
	display: block;
	font-size: 20px;
	padding: 3px 5px;
}
.newdat p{
	padding: 5px 8px;
}
.innewnr{
	padding-left: 25px;
	color: #3e4b5c;
	font-size: 14px;
	line-height: 22px;
}
.innewnr h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.pub_del{
	margin-top: 12px;
}
.newxbtn{
	color: #fff;
	background: #9ca4ae;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 25px;
}
.pub_del span img{
	margin-right: 5px;
}
/*turnpage2*/
.turnpage2{font-size:0; text-align:center; width:100%; padding:20px 0 0px 0;   }
.turnpage2 a{ font-size:12px; color:#555; display:inline-block; padding:4px 10px; border:1px solid #ccc; margin:0 2px;}
.turnpage2 a:hover{ color:#fff; background-color:#3e4b5c !important;}
.turnpage2 .prev span{ padding-left:12px; background-image:url(../images/icon/turnpagel.png); background-repeat:no-repeat; background-position:0 4px;}
.turnpage2 .next span{padding-right:12px; background-image:url(../images/icon/turnpagel.png);background-repeat:no-repeat; background-position:43px -96px;}
.turnpage2 .prev:hover span,.turnpage2 .next:hover span{ background-image:url(../images/icon/turnpageh.png); }
.current2{color:#fff !important; background-color:#3e4b5c !important; border:1px solid #3e4b5c !important;}

.in_tit{text-align: center;}
.in_tit h3{font-size: 34px; color: #3e4b5c; }
.pub_del{display: inline-block; margin: 20px 0; font-size: 14px; color: #999;}
.pub_del span{margin: 0 25px 0 0;}
.pub_del span img{display: inline-block; margin-right: 5px;}
.newdaitl{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 35px 3% 45px;
	font-size: 16px;
	color: #3e4b5c;
	line-height: 32px;
}
.newdaitl:after{
	content: "";
	position: absolute;
	background: url(../images/nexic.png) no-repeat right bottom;
	width: 30px;
	height: 37px;
	right: 0;
	bottom: 0;
}
.new_detailsBot{ padding: 10px 0; margin-top: 20px;}
.new_detailpage{text-align: left; }
.new_detailpage a{display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #3e4b5c;}
.prevpage{margin: 5px 3px 5px 0px; text-align: center; position: relative; background-color: #bcc2c8; border-radius: 5px; width: 75px; height: 30px; line-height: 30px; font-size: 16px; color: #fff;}
.prevpage:after {
    content: "";
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #bcc2c8;
    right: -6px;
    top: 50%;
    margin-top: -6px;
}
.new_detailpage{margin-bottom: 10px;}
/* 投资者 */
.investorBg{
	background: #e9edf2;
}
.stockBox{padding: 0 5%;}
.stockMain{
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.stockFl{
	background: #3e4b5c;
	padding: 50px 4%;
	width: 30%;
	color: #fff;
	font-size: 14px;
}
.stockFl p{margin-top: 10px;}
.stockcet{font-size: 16px; color: #ff9900; padding: 35px 0 25px;}
.stockcet b{font-size: 40px;}
.stockFr{
	background: #fff;
	width: 61%;
}
.stockFr ul{height: 100%;}
.stockFr ul li{
	height: 33%;
	box-sizing: border-box;
	border-bottom: 5px solid #e9edf2;
	padding-top: 30px;
}
.stockFr ul li:last-child{
	border-bottom: none;
}
.stockFr ul li dd{
	float: left;
	width: 33.3%;
	text-align: center;
	font-size: 16px;
	color: #3e4b5c;
}
.stockFr ul li dd p{
	font-size: 16px;
	color: #ff9900;
	font-weight: bold;
}
.stockNewBg{
	background: #dee3eb;
}
.stockNewTop{
	border-bottom: 1px solid #c3c9d3;
	font-size: 18px;
	color: #737d8a;
	font-weight: bold;
	text-align: center;
}
.stockNewTop span{
	padding-bottom: 15px;
	display: inline-block;
	margin: 0 15px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.stockNewTop span.on{
	font-size: 24px;
	color: #3e4b5c;
	border-bottom: 2px solid #3e4b5c;
}
.stockNewCon{
	display: none;
	padding-top: 40px;
}
.stockNewCon.on{
	display: block;
}
.stockNewfl{
	width: 49%;
}
.stockNewfl ul li{
	float: left;
	padding: 0 1%;
	position: relative;
	width: 48%;
}
.stockNewfl ul li:first-child{
	width: 98%;
	margin-bottom: 15px;
}
.stockNewfl ul li img{
	display: block;
	width: 100%;
}
.stockNewfl ul li p{
	font-size: 20px;
	color: #fff;
	background: rgba(62,75,90,0.59);
	padding: 10px 5%;
	position: absolute;
	bottom: 0;
	left: 2%;
	box-sizing: border-box;
	width: 96%;
}
.stockNewfl ul li:first-child p{
	width: 98%;
	left:1%;
}
.stockNewfr{
	width: 49%;
	border-top: none;
}
.stockNewfr.newwrap .innewm{
	padding-left: 75px;
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
.stockNewfr .newdat{
	right: inherit;
	left: 0;
}
.stockNewfr .innewnr{
	padding-left: 0;
}
.stockNewfr .innewnr h3{
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stockNewfr .innewnr p{
	height: 42px;
	overflow: hidden;
}
.managBox{
	padding: 0 60px;
	position: relative;
}
.managBox .swiper-button-next{
	width: 50px;
	height: 50px;
	background: url(../images/tznext02.png) no-repeat center;
	right: 5px;
	top: 50%;
}
.managBox .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: url(../images/tzprev.png) no-repeat center;
	left: 5px;
	top: 50%;
}
.managMain{
	width: 100%;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	position: relative;
}
.managMain img{
	display: block;
	width: 100%;
}
.shacku{
	position: absolute;
	width: 90%;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	padding: 8px 5%;
	background:rgba(62,75,90,0.59);
}
.shade{
	position: absolute;
	width: 90%;
	left: 0;
	opacity: 0;
	font-size: 14px;
	color: #fff;
	padding: 8px 5%;
	background:rgba(62,75,90,0.59);
	
}
.shade1 p{
	display: inline-block;
	font-size: 20px;
	margin-right: 15px;
}
.shade2{margin-top: 10px;}
.managMain:hover .shade{
	opacity: 1;
	bottom: 0;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.managMain:hover .shacku{
	opacity: 0;
}

/**/
.joinBg{background: #e9edf2;}
.joinList{
	border-top: 1px dashed #b5bcc5;
}
.joinList ul li{
	position: relative;
	padding:30px 120px 30px 2%;
	border-bottom: 1px dashed #b5bcc5;
}
.joinnr{
	padding-left: 15px;
	color: #3e4b5c;
	font-size: 14px;
}
.joinnr h3{
	color: #3e4b5c;
	font-size: 24px;
}
.joinnr span{
	margin: 0 5px 0 0;
}
.jpinh{
	margin-top: 10px;
}
.salarybox{
	position: absolute;
	right: 2%;
	top: 50%;
	font-size: 18px;
	color: #ff6600;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.ckxq{
	font-size: 14px;
	color: #fff;
	background: #3e4b5c;
	width: 105px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 3px;
	display: block;
	margin-top: 8px;
}

.joinTop{background: #e0e5ea; padding: 40px 3%;}
.joinTopfl{width: 65%;}
.joinxqTit{color: #ff6600; font-size: 20px;}
.joinxqTit span{color: #3e4b5c; font-size: 30px; font-weight: bold; margin-right: 8px;}
.welfare{font-size: 14px; color: #3e4b5c; margin: 10px 0 5px;}
.welfare b{margin-right: 5px;}
.welfare span{background: #ccdae5; margin: 0 3px; width: 80px; height: 26px; line-height: 26px; border-radius: 26px; display: inline-block; text-align: center;}
.joinTopfl .jpinh{color: rgba(62,75,92,0.59); font-size: 14px;}
.joinTopfl .jpinh span{margin-right: 15px;}
.joinTopfr{width: 35%; padding-top: 20px;}
.joinTopfr .imgW{overflow: hidden; border-radius: 50%;}
.addhks{margin: 5px 0;}
.address h3{
	color: #3e4b5c;
	font-size: 16px;
}
.address img{
	margin-right: 8px;
}
.address b{
	font-weight: inherit;
	color: #3e4b5c;
	font-size: 14px;
}
.address span{
	font-size: 14px;
	color: rgba(62,75,92,0.5);
}
.joinxqCente{margin-top: 50px;}
.joinxqCenTit{
	font-size: 24px;
	color: #3e4b5c;
	border-bottom: 1px solid #d8dce3;
	padding-bottom: 10px;
}
.joinxqCenTit img{margin-right: 10px;}
.joinxqCon{
	padding: 15px 8px;
	font-size: 14px;
	color: #3e4b5c;
}
.joinxqQyfc{
	padding: 25px 80px 0;
	position: relative;
}
.joinxqQyfc .swiper-button-next{
	width: 50px;
	height: 50px;
	background: url(../images/tznext02.png) no-repeat center;
	right: 5px;
	top: 50%;
}
.joinxqQyfc .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: url(../images/tzprev.png) no-repeat center;
	left: 5px;
	top: 50%;
}
.contactop li{width: 33.3%; text-align: center; float: left;}
.contactop li img{max-width: 100%}
.contactop{color: #5b6776; font-size: 18px; margin: 40px 0}
.contactop h3{color: #5b6776; font-size: 14px; margin: 10px 0 5px;}
.map{width: 100%; height: 550px}
.probaner .bannerTxt{top: 33%;}

.productBg{background: #e9edf2;}
.productList{
	position: relative;
}
.productList .imgW{
	width: 50%;
}
.productList .imgW img{
    width: 100%;
}
.productFr{
	width: 33%;
	position: absolute;
	top: 50%;
	left: 53%;
	font-size: 16px;
	color: #3e4b5c;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.productFr h3{
	color: #3e4b5c;
	font-size: 34px;
	margin-bottom: 28px;
}
.produimg{margin: 10px 0;}
.produimg span{
	margin: 0 10px 0 0;
}
.producjej{
	font-size: 16px;
	line-height: 30px;
	color: rgba(62,75,92,0.7);
}
.productListOdd .imgW{
	float: right;
}
.productListOdd .productFr{
	left: 12%;
}

.bagTop li{
	width: 48%;
	margin: 0 1%;
	float: left;
}
.bagTop .imgW{overflow: hidden;}
.bagTop .productFr{
	width: 100%;
	margin-top: 15px;
	position: static;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.bagTop .productFr h3{margin-bottom: 10px;}
.bagTop .procz{margin: 8px 0;}
.bagCent{width: 100%; position: relative;}
.bagCent img.bagimg{display: block;}
.bagCent .productFr{
	left: 50%;
	text-align: center;
	width: auto;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
} 
.bagCent .productFr h3{color: #fff;}
.bagCent .producjej{color: #fff;}
.bagBottom{background: #757f8c; padding-bottom: 30px;}
.bagBottom .productList .imgW img{margin-top: -50px;}
.bagBottom .productList .productFr{color: #fff;}
.bagBottom .productList .productFr h3{color: #fff;}
.bagBottom .productList .productFr .producjej{color: #fff;}


/* 首页 */
.indintroBg{
	width: 100%;
	padding-top: 100px;
	background: url(../images/indxtrobg.png) no-repeat center;
	background-size: 100% 100%;
}
.indintroBg .title{width: 70%; margin: 0 auto;}
.more{
	font-size: 14px; 
	color: #5b6776; 
	border-radius: 36px; 
	border: 1px solid #5b6776;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	width: 198px;
	margin: 20px auto 40px;
}
.indintroduImg{
	text-align: center;
}
.indintroduImg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.indproductBg{
	background: #e9edf2;
}
.indproductBg .more{
	margin: inherit;
	margin-top: 20px;
}
.indproductBg .imgW img{
	display: block;
	width: 100%;
}
.strengthBg{
	background: #d8deea;
}
.strengthTit h3{margin-bottom: 10px;}
.strengthTit .producjej{
	font-size: 14px;
	line-height: 10px;
}
.strenthCon{
	background: url(../images/indsline.png) repeat-y left top;
	position: relative;
}
.strenthCon li{
	margin: 28px 0;
	position: relative;
	font-size: 14px;
	color: #3e4b5c;
	line-height: 22px;
	padding-left: 35px;
}
.strenthCon li h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.strenIm{
	background: #d8deea;
	position: absolute;
	left: 0;
	margin-left: -24px;
}
.strengthBg .productFr{
	width: 38%;
}
.indNewBg{
	background: #e3e7ee;
}
.indNewBox li{
	width: 31.3%;
	margin: 0 1%;
	padding: 25px 0;
	color: #3e4b5c;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #d2d7df;
}
.indNewBox li h3{
	font-size: 16px;
	color: #3e4b5c;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indNewBox li p{
	color: #3e4b5c;
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0;
	height: 40px;
	overflow: hidden;
}
.indNewBox li.firstLi h3{font-size: 18px;}
.indNewBox li.firstLi p{margin: 8px 0; line-height: 22px;}
.indNewBox li.firstLi .mlW{
	width: 100%!important;
	margin-top: 10px;
}
.indNewbofr{
	font-size: 12px;
	color: #fff;
	background: #717b89;
	border-radius: 3px;
	padding: 2px 5px;
}
.indNewBox li.firstLi .imgW{width: 100%;}
.indNewBox li .imgW{width: 100px;}

.inbkT{
	display: inline-block;
	vertical-align: top;
}
.imgW{overflow: hidden;}
.strenthCon li:hover h4{
	font-weight: bold;
}
.banner .wapBan{display: none;}