@charset "UTF-8";
/* CSS Document */
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #828385
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828385;
}/* 未访问的链接 */
a:visited {
	color: #828385;
}/* 已访问的链接 */
a:hover {
	color: #4e9cd8;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 14px;
	color: #828385;
	background:#ffffff;
	min-width:1366px;
}
@media only screen and (max-width: 1366px) {
  .body{min-width:1200px;}
}

textarea,select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}
input {
	outline: none;
}

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1420px;
	margin:0 auto;
	}
@media only screen and (max-width: 1450px) {
  .wrap{width:1366px;padding:0 20px;}
}
@media only screen and (max-width: 1366px) {
  .wrap{width:1300px;padding:0 20px;}
}

.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
/*
///////////////top
*/	
.topBox {
	width:100%;
	height: 135px;
	clear: both;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:9999999999;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 1366px) {
  .topBox{min-width:1200px;}
}

.logo {
	width: 409px;
	height: 135px;
	margin: 0 0 0 6%;
}
@media only screen and (max-width: 1450px) {
  .logo {margin: 0 0 0 10px;}
}

.logo a {
	display: block;
	width: 409px;
	height: 135px;
	background: url(../images/logo.png) no-repeat left center;
}
.topBoxR {
	margin: 0 6% 0 0;
	position:relative;
}
@media only screen and (max-width: 1450px) {
  .topBoxR {margin: 0 10px 0 0;}
}

.topBoxR_box {
	width: 55px;
	overflow: hidden;
}
.topBoxR_box {
	font-size: 14px;
	color: #828385;
	margin: 25px 0 0 0;
}
.topBoxR_box a {
	color: #828385
}
.topBoxR_box a:hover {
	color: #111847
}
.hamburger{height:60px;background:url(../images/bg666666666.png) no-repeat center center;}
.hamburger.is-active{background:url(../images/menuBt.png) no-repeat center 22px;}

.hamburger .line{
  width: 44px;
  height: 3px;
  background-color: #111847;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
/*导航*/
.menu_dl {
	position: relative;
	margin-top: 20px;
	z-index: 9999;
	height: 115px;
}
.menu_dl .menu_icon {
	display: block;
	width: 50px;
	height: 3px;
	background: #0269b8;
	position: absolute;
	top: 112px;
	left: 0;
	z-index: -1;
}
.menu_dl dd {
	display: inline;
	float: left;
	padding: 0 15px;
	position: relative;
}
@media only screen and (max-width: 1270px) {
  .menu_dl dd{padding: 0 8px;}
}

.menu_dl dd span {
	display: block;
	height: 115px;
	overflow: hidden;
}
.menu_dl dd span a {
	display: block;
	line-height: 115px;
	text-align: center;
	color: #111847;
	font-size: 16px;
	padding: 0 15px;
}
.menu_dl dd.hover span a {
	color: #0068b7;
}
.menu_dl dd .dd_ul {
	display: block;
	overflow: hidden;
	background:#fff url(../images/menuBg.png) repeat-y left top;
	width: 1165px;
	position: absolute;
	top: 115px;
	right: -100px;
	z-index: 99999;
	display: none;
}
.menu_dl dd .dd_ul.ul22{width:270px !important;right:-74px !important;}
.menu_dl dd .dd_ul li {
	display: inline;
	float: left;
	padding: 30px 53px;
	width: 282px;
	overflow: hidden;
}
.menu_dl dd .dd_ul.ul22{padding:10px 0;}
.menu_dl dd .dd_ul.ul22 li{
	display:block !important;
	float:none !important;
	width:225px !important;
	padding:0 !important;
	height:38px !important;
	margin:5px auto!important;
	}
.menu_dl dd .dd_ul.ul22 li:hover{background:#f5f5f5}
.menu_dl dd .dd_ul li h1 {
	display: block;
	clear: both;
	line-height: 35px;
	text-align: left;
	color: #111847;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.menu_dl dd .dd_ul.ul22 li h1{
	text-align:center !important;
	margin-bottom:0 !important;
	line-height: 38px !important;
	}
.menu_dl dd .dd_ul li h1 a{color: #111847;}
.menu_dl dd .dd_ul.ul22 li:hover h1 a{color: #4e9cd8;}
.menu_dl dd .dd_ul li .liDiv{
	clear:both;
	overflow:hidden;
	}
.menu_dl dd .dd_ul li .liDiv em{
	display:block;
	clear:both;
	height: 35px;
	overflow:hidden;
	}
.menu_dl dd .dd_ul li .liDiv em a{
	display: block;
	float:left;
	clear: both;
	height: 35px;
	line-height: 35px;
	text-align: left;
	color: #828385;
	font-size: 14px;
	padding:0 16px 0 0;
}
.menu_dl dd .dd_ul li .liDiv em a.yy{ background:url(../images/menu_icon3.png) no-repeat right center}
.menu_dl dd .dd_ul li .liDiv em a:hover{
	color: #111847;
}
.menu_dl dd .dd_ul li .liDiv .liDiv_div{
	clear:both;
	overflow:hidden;
	padding-left:15px;
	display:none;
	}
.menu_dl dd .dd_ul li .liDiv .liDiv_div.no{height:0px !important}
.menu_dl dd .dd_ul li .liDiv .liDiv_div a{
	display:block;
	clear:both;
	height:30px;
	line-height:30px;
	text-align:left;
	padding-left:20px;
	background:url(../images/menu_icon1.png) no-repeat left center;
	}
.menu_dl dd .dd_ul li .liDiv .liDiv_div a.last{background:url(../images/menu_icon2.png) no-repeat left top;}

/*
//////////////////////////banner
*/
.bannerSlide {
	clear: both;
	overflow: hidden;
	position: relative;
}
.bannerSlide .bd {
	width:100%;
	height: 680px;
	overflow: hidden;
}
.bannerSlide .bd dd {
	height: 680px;
	overflow: hidden;
	position:relative;
}
.bannerSlide .hd {
	width: 100%;
	height: 23px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	display: none;
}
.bannerSlide .hd ul {
	display: inline-block;
}
.bannerSlide .hd ul li {
	display: inline;
	float: left;
	width: 60px;
	height: 4px;
	background: #ffffff;
	margin: 2px 5px;
	line-height: 999999999px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s ease-in-out 0.01s;
	-moz-transition: all 0.4s ease-in-out 0.01s;
	-ms-transition: all 0.4s ease-in-out 0.01s;
	-webkit-transition: all 0.4s ease-in-out 0.01s;
}
.bannerSlide .hd ul li.on {
	background: #ee602d;
	height: 6px;
	margin: 0px 5px;
}
.bannerSlide .bt {
	display: block;
	width: 35px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 11;
}
.bannerSlide .bt.prev {
	background: url(../images/ixSd_icon.png) no-repeat left center;
	left: 7%;
}
.bannerSlide .bt.next {
	background: url(../images/ixSd_icon.png) no-repeat right center;
	right: 7%;
}
.bannerTBox1{
	height:211px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-106px 0 0 9.99%;
	}
.bannerTBox1 i{
	display:block;
	width:92px;
	height:6px;
	background:#6c6c78;
	}
.bannerTBox1 span{
	display:block;
	clear:both;
	padding:20px 0;
	}
.bannerTBox1 span.animated{transition-delay:0.3s;animation-duration:1.3s} 
.bannerTBox1 em{
	display:block;
	clear:both;
	width:290px;
	height:35px;
	padding:0 34px;
	background:#dd4a4a;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:35px;
	margin-top: 90px;
	}
.bannerTBox1 em.animated{transition-delay:0.6s;animation-duration:1.6s} 
.bannerTBox1 strong{
	display:block;
	clear:both;
	overflow:hidden;
	background:#f9fbff;
	width:513px;
	height:60px;
	margin-top:21px;
	}
.bannerTBox1 strong.animated{transition-delay:0.9s;animation-duration:1.9s} 

.bannerTBox1 img{display:block}
.bannerTBox1 strong img{margin:12px 0 0 17px;}
.bannerTBox2{
	width:870px;
	height:190px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-95px 0 0 -435px;
	background:rgba(0,0,0,0.3);
	}
.bannerTBox2.animated{animation-duration:2s} 
.bannerTBox2 span{
	display:block;
	clear:both;
	margin-top:49px;
	}
.bannerTBox2 span.animated{transition-delay:1s;animation-duration:1.5s} 
.bannerTBox2 span img{
	display:block;
	margin:0 auto;
	}
.bannerTBox2 em{
	display:block;
	clear:both;
	margin-top:21px;
	}
.bannerTBox2 em img{
	display:block;
	margin:0 auto;
	}
.bannerTBox2.nbg{background:none;}
.bannerTBox2 i{
	display:block;
	width:130px;
	height:1px;
	background:#fff;
	margin:0 auto;
	}
.bannerTBox2.nbg span{margin-top:25px;}
.bannerTBox2 i.animated{transition-delay:1.3s;animation-duration:1.8s} 
/*首页标题*/
.indexT{
	clear:both;
	overflow:hidden;
	}
.indexT span{
	display:block;
	clear:both;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#111847;
	font-size:34px;
	font-weight:bold;
	}
.indexT em{
	display:block;
	clear:both;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#828385;
	font-size:14px;
	}
/*
//////////////////////footer
*/
.footer{
	clear:both;
	height:198px;
	background:#2a2a31;
	position:relative;
	z-index:11;
	}
.footerNav{
	display:inline;
	float:left;
	overflow:hidden;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#bababa;
	font-size:14px;
	}
.footerNav a{color:#bababa;}
.footerNav a:hover{color:#fff;}
.footerC{
	clear:both;
	font-size:14px;
	line-height:26px;
	text-align:left;
	}
.footer .ewm{
	width:94px;
	overflow:hidden;
	}
.footer .ewm img{
	display:block;
	clear:both;
	width:94px;
	height:94px;
	}
.footer .ewm span{
	display:block;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-align:center;
	color:#828385;
	}
.linkBox{
	width:195px;
	height:30px;
	position:relative;
	margin-left:10px;
	}
.linkBox span{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 20px;
	text-align:left;
	color:#b9b9b9;
	font-size:14px;
	cursor:pointer;
	background:#131317 url(../images/icon8888.png) no-repeat 173px center;
	}
.linkBox div{
	position:absolute;
	left:0;
	bottom:30px;
	width:100%;
	background:#232327;
	display:none;
	max-height:150px;
	overflow:hidden;
	overflow-y:auto;
	padding:5px 0;
	}
.linkBox div a{
	display:block;
	clear:both;
	height:30px;
	line-height:30px;
	margin:0 10px;
	padding:0 10px;
	border-bottom:1px solid #464646;
	color:#b9b9b9;
	font-size:14px;
	}
.linkBox div a:hover{color:#fff}
/*
///////////////////////////首页通栏
*/
.ixBox{
	overflow:hidden;
	clear:both;
	}
/*第一通栏*/
.h_593{height:593px;background:url(../images/ix_bg.jpg) no-repeat center center;}
.ixSlide1 {
	width: 1380px;
	height: 405px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1450px) {
  .ixSlide1{width:1350px;}
}
@media only screen and (max-width: 1366px) {
  .ixSlide1{width:1200px;}
}

.ixSlide1 .bd {
	width: 1230px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
}
.ixSlide1 .bd dl dd {
	display: inline;
	float: left;
	width: 1230px;
	height: 260px;
	overflow: hidden;
	margin:0 50px 0 0;
}
.ixSlide1 .bd dl dd .pic{
	width: 545px;
	height: 260px;
	overflow:hidden;
}
.ixSlide1 .bd dl dd .pic img{
	display:block;
	width: 545px;
	height: 260px;
	}
.ixSlide1_r{
	width:635px;
	overflow:hidden;
	}
.ixSlide1_r .spanT{
	display:block;
	clear:both;
	height:47px;
	line-height:47px;
	text-align:left;
	font-size:28px;
	color:#828385;
	font-weight:bold;
	background:url(../images/dian.png) no-repeat left 10px;
	padding-left:50px;
	}
.ixSlide1_r .txt{
	clear:both;
	height:90px;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	line-height:30px;
	text-align:left;
	}
.ixSlide1_r .more{
	display:block;
	width:80px;
	height:26px;
	font-size:14px;
	line-height:26px;
	text-align:left;
	color:#61a3de;
	background:url(../images/ix_icon1.png) no-repeat right center;
	margin-top:24px;
	}
.ixSlide1 .bt {
	display: block;
	width: 35px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -90px;
}
.ixSlide1 .bt.prev {
	left: 0;
	background: url(../images/sldie_icon1.png) no-repeat left center
}
.ixSlide1 .bt.next {
	right: 0;
	background: url(../images/sldie_icon1.png) no-repeat right center
}
.ixSlide1 .hd {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 45px 0 0 0;
}
.ixSlide1 .hd ul {
	display: inline-block;
}
.ixSlide1 .hd ul li {
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.ixSlide1 .hd ul li.on {
	width: 16px;
	height: 16px;
	border: 1px solid #2c8bd7;
	margin: 0px 8px;
	background: #fff;
}
/*第二通栏*/
.h_613{height:613px;}
/* tour */
#tour {
	z-index: 1;
	position: relative;
	position: relative;
	z-index: 1;
	margin:0 auto;
}
#img-slider{height:145px !important;}
#img-slider .slide {
	width: 100%;
	background: #fff;
	position: absolute;
}
#img-slider .slide .img {
	border: none;
	display:block;
	overflow:hidden;
	opacity:1;
}
#img-slider .img {
	display:block;
	width: 210px;
	height: 208px;
	overflow:hidden;
	position: relative;
}
#img-slider .img img {
	width:100%;
	height:100%;
	display: block;
}
#img-slider .img .label {
	background:rgba(0,0,0,0.8);
	height:28px;
	width:100%;
	line-height:28px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #ffffff;
}
#img-slider .img.roundabout-in-focus .label{font-size:14px;}

#img-slider .img:first-child {
	display: block;
}
.switcher-wrap {
	position: relative;
	padding-bottom: 60px;
	padding-left: 80px;
	padding-right: 80px;
}
.switcher-wrap.slider {
	padding-left: 380px;
	padding-right: 380px;
}
.switcher-wrap a.next, .switcher-wrap a.prev {
	display:none !important;	
}
.switcher-wrap ul.switcher {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -152px;
}
.switcher-wrap ul.switcher li {
	display: inline-block;
	border-radius: 100%;
}
.switcher-wrap ul.switcher li a {
	display:block;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
}
.switcher-wrap ul.switcher li a:hover, .switcher-wrap ul.switcher li.active a {
	width: 16px;
	height: 16px;
	border: 1px solid #2c8bd7;
	margin: 0px 8px;
	background: #fff;
}
.switcher-wrap ul.switcher li:last-child {
	margin-right: 0;
}
.ixBox_613Txt{
	width:755px;
	height:80px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	color:#828385;
	font-size:14px;
	line-height:26px;
	}
.ixBox_613Bt{
	clear:both;
	text-align:center;
	}
.ixBox_613Bt a{
	color:#2c8bd7;
	font-size:14px;
	line-height:30px;
	}
.ixBox_613Bt a i{font-family:"宋体";}
/*第三通栏*/
.h_925{height:790px;overflow:hidden}
/**/
.indexTab{
	height:35px;
	text-align:center;
	line-height:35px;
	}
.indexTab a{
	display:inline-block;
	height:35px;
	line-height:35px;
	padding:0 15px;
	margin:0 10px;
	font-size:16px;
	}
.indexTab a.hover{color:#4e9cd8; border-bottom:2px solid #4e9cd8;}
.indexTab a:hover{color:#4e9cd8; border-bottom:2px solid #4e9cd8;}
.h_925CBox{
	clear:both;
	height:405px;
	background:url(../images/ix_bg2.jpg) no-repeat center center;
	}
.h_925CBox_txt{
	width:1000px;
	height:160px;
	background:url(../images/dian.png) no-repeat center 20px;
	margin:0 auto;
	overflow:hidden;
	padding:90px 0 0 0;
	font-size:14px;
	color:#f1f1f3;
	text-align:center;
	line-height:30px;
	}
.h_925CBox_c{
	width:1420px;
	margin:0 auto;
	overflow:hidden;
	background:rgba(255,255,255,0.99);
	position: relative;
	top:-134px;
	z-index:9999;
	padding-top:38px;
	}
@media only screen and (max-width: 1450px) {
  .h_925CBox_c{width:1350px;}
}
@media only screen and (max-width: 1366px) {
  .h_925CBox_c{width:1300px;}
}

.h_925CBox_c.animated{transition-delay:0.3s;animation-duration:1s} 
.ixSlide2 {
	width: 1380px;
	height: 242px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1450px) {
  .ixSlide2{width:1350px;}
}
@media only screen and (max-width: 1366px) {
  .ixSlide2{width:1300px;}
}

.ixSlide2 .bd {
	width: 1230px;
	height: 242px;
	margin: 0 auto;
	overflow: hidden;
}
.ixSlide2 .bd dl dd{
	display:inline;
	float:left;
	width:278px;
	height:242px;
	overflow:hidden;
	margin:0 43px 0 0;
	}
.ixSlide2 .bd dl dd a{
	display:block;
	width:278px;
	height:242px;
	position:relative;
	}
.ixSlide2 .bd dl dd a img{
	display:block;
	width:278px;
	height:242px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	}
.ixSlide2 .bd dl dd a:hover img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	}
.ixSlide2 .bd dl dd a span{
	display:block;
	height:44px;
	width:100%;
	background:rgba(0,0,0,0.5);
	text-align:center;
	color:#fff;
	line-height:44px;
	font-size:14px;
	position:absolute;
	left:0;
	bottom:0;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.ixSlide2 .bd dl dd a:hover span{background:#111847}
.ixSlide2 .bt {
	display: block;
	width: 35px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
.ixSlide2 .bt.prev {
	left: 0;
	background: url(../images/sldie_icon1.png) no-repeat left center
}
.ixSlide2 .bt.next {
	right: 0;
	background: url(../images/sldie_icon1.png) no-repeat right center
}
/*第四通栏*/
.h_550{height:550px;background:#f9f9f9}
.h_550List{
	display:block;
	width:1500px;
	height:302px;
	overflow:hidden;
	}
.h_550Slide .bd{overflow:hidden}
.h_550List dd{
	display:inline;
	float:left;
	width:306px;
	height:300px;
	margin:0 62px 0 0;
	border:1px solid #c9c9c9;
	}
@media only screen and (max-width: 1450px) {
  .h_550List{width:1400px;}
  .h_550List dd{margin:0 42px 0 0;}
}
@media only screen and (max-width: 1366px) {
	.h_550List{width:1305px;}
  .h_550List dd{margin:0 18px 0 0;}
}

.h_550List dd a{
	display:block;
	width:306px;
	height:300px;
	}
.h_550List dd a:hover{background:#fff}
.h_550List dd a .icon{
	clear:both;
	height:123px;
	position:relative;
	}
.h_550List dd a .icon em{
	display:block;
	width:68px;
	height:68px;
	border-radius:66px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -34px;
	background-repeat:no-repeat;
	background-position:center center;
	}
.h_550List dd a:hover .icon em{
	width:68px;
	height:68px;
	margin-left:-33px;
	}
.h_550List dd a .spanT{
	display:block;
	clear:both;
	width:240px;
	height:42px;
	overflow:hidden;
	margin:0 auto;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#111847;
	font-weight:bold;
	background:url(../images/icon_bg.png) no-repeat center bottom;
	}
.h_550List dd a .txt{
	width:240px;
	height:80px;
	margin:0 auto;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	line-height:30px;
	text-align:center;
	}
/*第五通栏*/
.h_735{height:670px}
.h_735Dl dd{
	display:block;
	clear:both;
	height:159px;
	overflow:hidden;
	border-bottom:1px solid #e4e4e4;
	}
.h_735Dl dd .ddL{
	width:191px;
	height:159px;
	overflow:hidden;
	text-align:center;
	}
.h_735Dl dd.dd1 .ddL{background:#f0f1f5}
.h_735Dl dd.dd2 .ddL{background:#f9f9f9}
.h_735Dl dd .ddL .bdsharebuttonbox{padding:65px 0 0 57px !important}
.h_735Dl dd .ddL .bds_tsina{
	width:10px !important;
	height:30px !important;
	margin:6px !important;
	background:url(../images/share_icon.png) no-repeat left top !important;
	}
.h_735Dl dd .ddL .bds_weixin{
	width:10px !important;
	height:30px !important;
	background:url(../images/share_icon.png) no-repeat right top !important;
	}
.h_735Dl dd .ddL .bds_tsina:hover{background:url(../images/share_icon.png) no-repeat left bottom !important;}
.h_735Dl dd .ddL .bds_weixin:hover{background:url(../images/share_icon.png) no-repeat right bottom !important;}
.h_735Dl dd .ddL span{
	display:block;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:49px;
	color:#828385;
	font-weight:bold;
	margin-top:35px;
	}
.h_735Dl dd .ddL em{
	display:inline-block;
	height:26px;
	padding-left:26px;
	background:url(../images/ix_icon2.png) no-repeat left center;
	font-size:14px;
	line-height:26px;
	text-align:left;
	color:#828385;
	margin-top:15px;
	}
.h_735Dl dd .ddC{
	width:953px;
	height:159px;
	overflow:hidden;
	margin-left:40px;
	}
@media only screen and (max-width: 1450px) {
  .h_735Dl dd .ddC{width:850px;}
}
.h_735Dl dd .ddC .spanT{
	clear:both;
	height:30px;
	overflow:hidden;
	display:block;
	font-size:18px;
	line-height:30px;
	color:#111847;
	text-align:left;
	margin-top:27px;
	}
.h_735Dl dd .ddC .spanT a{color:#111847;}
.h_735Dl dd .ddC .spanT a:hover{color:#0a76d6;}
.h_735Dl dd .ddC .txt{
	display:block;
	clear:both;
	height:60px;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	text-align:left;
	margin-top:15px;
	}
.h_735Bt{
	width:270px;
	height:64px;
	margin:45px auto;
	border:1px solid #ececec;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.h_735Bt a{
	display:block;
	width:180px;
	height:64px;
	line-height:64px;
	text-align:left;
	padding-left:90px;
	color:#111847;
	font-size:16px;
	background:url(../images/ix_icon1.png) no-repeat 170px center;
	}
.h_735Bt:hover{background:#f9f9f9}
/*第六通栏*/
.h_185{height:185px;background:#f9f9f9;}
.h_185Box{
	width:950px;
	margin:0 auto;
	}
.h_185BoxL{
	width:270px;
	height:50px;
	padding:0 0 0 84px;
	background:url(../images/ix_icon3.png) no-repeat left center;
	}
.h_185BoxL span{
	display:block;
	clear:both;
	height:26px;
	text-align:left;
	color:#828385;
	font-size:26px;
	}
.h_185BoxL em{
	display:block;
	clear:both;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#828385;
	font-size:14px;
	}
.h_185Box textarea{
	width:235px;
	height:45px;
	padding:5px;
	overflow:hidden;
	background:#cbcbcb;
	text-align:left;
	margin-left:40px;
	border:none;
	color:#fff;
	}
.h_185Box a{
	width:175px;
	height:51px;
	line-height:51px;
	text-align:center;
	color:#828385;
	font-size:16px;
	border:2px solid #cbcbcb;
	margin-left:15px;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.h_185Box a:hover{color:#fff;background:#0976d7;border:2px solid #0976d7;}
.getTop{
	width:38px;
	height:34px;
	background:url(../test/getTop.png) no-repeat center center;
	cursor:pointer;
	position:fixed;
	right:60px;
	bottom:250px;
	z-index:99999999999;
	display:none;
	}
/**/
/*内页导航*/
.navBox{
	height:68px;
	overflow:hidden;
	border-bottom:1px solid #c9c9c9;
	text-align:center;
	}
.navDl{
	display:inline-block;
	margin-top:14px;
	}
.navDl dd{
	display:inline;
	float:left;
	height:52px;
	}
.navDl dd a{
	display:block;
	color:#828385;
	font-size:14px;
	line-height:52px;
	font-weight:bold;
	padding:0 20px;
	}
.navDl dd.hover a{border-bottom:3px solid #61a3de;color:#61a3de;}
.navDl dd a:hover{border-bottom:3px solid #61a3de;color:#61a3de;}
.navTye1 .navBox .navDl dd.hover a{border-bottom:3px solid #3a9448;color:#3a9448;}
.navTye1 .navBox .navDl dd a:hover{border-bottom:3px solid #3a9448;color:#3a9448;}

.navTye2 .navBox .navDl dd.hover a{border-bottom:3px solid #f5a100;color:#f5a100;}
.navTye2 .navBox .navDl dd a:hover{border-bottom:3px solid #f5a100;color:#f5a100;}

.navT{
	clear:both;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#111847;
	font-size:26px;
	background:url(../images/cbs_icon1.png) no-repeat center bottom;
	margin-top:30px;
	}
.navTye1 .navT{color:#3a9448;background:url(../images/busIcon1.png) no-repeat center bottom;}
.navTye2 .navT{color:#f5a100;background:url(../images/busIcon5.png) no-repeat center bottom;}

.nav2Box{
	clear:both;
	overflow:hidden;
	height:30px;
	text-align:center;
	}
.nav2Dl{
	display:inline-block;
	}
.nav2Dl dd{
	display:inline;
	float:left;
	height:30px;
	}
.nav2Dl dd a{
	display:block;
	height:28px;
	line-height:28px;
	color:#828385;
	font-size:16px;
	padding:0 22px;
	margin:0 13px;
	border-radius:28px;
	border:1px solid #fff;
	}
.nav2Dl dd a:hover{border:1px solid #61a3de;color:#61a3de}
.nav2Dl dd.hover a{border:1px solid #61a3de;color:#61a3de}

.navTye1 .nav2Dl dd a:hover{border:1px solid #3a9448;color:#3a9448}
.navTye1 .nav2Dl dd.hover a{border:1px solid #3a9448;color:#3a9448}

.navTye2 .nav2Dl dd a:hover{border:1px solid #f5a100;color:#f5a100}
.navTye2 .nav2Dl dd.hover a{border:1px solid #f5a100;color:#f5a100}

/*全图列表*/
.busAllImgDl{margin:0 -17px;}
.busAllImgDl dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	margin-bottom:50px;
	}
.busAllImgDl dd a{
	display:block;
	margin:0 17px;
	}
.busAllImgDl dd .pic{
	clear:both;
	width:100%;
	padding-top:36.92%;
	position:relative;
	}
.busAllImgDl.busAllImgDl1 dd .pic{padding-top:100%;}
.busAllImgDl.busAllImgDl1 dt{
	clear:both;
	overflow:hidden;
	height:68px;
	line-height:68px;
	background:#f9f9f9;
	color:#111847;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	}
.busAllImgDl dd .pic em{
	display:block;
	width:100%;
	background:rgba(54,148,72,0.8);
	height:40px;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	color:#fff;
	font-size:16px;
	transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.busAllImgDl dd a:hover .pic em{background:rgba(102,102,102,0.8);}
.busAllImgDl dd .pic img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.busAllImgDl dd .spanT{
	display:block;
	clear:both;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e6e6e7;
	font-size:16px;
	color:#666666;
	text-align:left;
	}
.busAllImgDl dd a:hover .spanT{color:#3a9448;}
.busAllImgDl dd .txt{
	clear:both;
	height:52px;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	line-height:26px;
	text-align:left;
	margin-top:6px;
	}
/**/
.busAllImgDl2{margin:0 -20px;}
.busAllImgDl2 dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	margin-bottom:50px;
	}
.busAllImgDl2 dd a{
	display:block;
	overflow:hidden;
	border-bottom:1px solid #fff;
	margin:0 20px;
	}
.busAllImgDl2 dd:hover a{border-bottom:1px solid #3a9448;}
.busAllImgDl2 dd .pic{
	clear:both;
	width:100%;
	padding-top:100%;
	overflow:hidden;
	position:relative;
	}
.busAllImgDl2 dd .pic img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.busAllImgDl2 dd .spanT{
	clear:both;
	display:block;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#666666;
	background:url(../images/cbs_icon1.png) no-repeat center bottom;
	}
.busAllImgDl2 dd .txt{
	clear:both;
	height:52px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	text-align:center;
	color:#999999;
	margin-top:15px;
	border-bottom:1px solid #999999;
	padding-bottom:30px;
	}
.busAllImgDl2 dd:hover .txt{border-bottom:1px solid #3a9448;}

/*
///////////////////////频道页
*/
/******关于我们 begin*******/
.aboutUsMv{
	width:100%;
	height:600px;
	overflow:hidden;
	}
.h_411{min-height:290px;padding-bottom:50px; overflow:hidden;}
.cbsT{
	clear:both;
	overflow:hidden;
	height:80px;
	line-height:80px;
	text-align:center;
	color:#111847;
	font-size:26px;
	background:url(../images/cbs_icon1.png) no-repeat center bottom;
	}
.cbsT.bus{background:url(../images/busIcon1.png) no-repeat center bottom;color:#3a9448;}
.cbsT.bus2{background:url(../images/busIcon5.png) no-repeat center bottom;color:#f5a100;}

.cbsT.rmt{background:url(../images/rmtBg.png) no-repeat center bottom;color:#fff;font-size:36px}

.cbsT a{color:#111847;}
.cbsT.bus a{color:#3a9448;}
.h_411T2{
	clear:both;
	overflow:hidden;
	color:#828385;
	font-size:14px;
	line-height:30px;
	text-align:center;
	}
.h_411Txt{
	clear:both;
	min-height:85px;
	overflow:hidden;
	color:#828385;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-bottom:30px;
	}
.PdMore{
	display:block;
	width:111px;
	height:44px;
	line-height:44px;
	margin:5px auto;
	border:1px solid #d4d4d4;
	color:#828385 !important;
	font-size:14px;
	text-align:left;
	background:url(../images/cbs_icon2.png) no-repeat 104px center;
	padding-left:41px;
	}
.PdMore a{
	display:block;
	height:44px;
	}
.PdMore:hover{color:#4e9cd8 !important}
.PdMore:hover{border:1px solid #4e9cd8;background:url(../images/cbs_icon2H.png) no-repeat 104px center;}
.PdMore:hover a{color:#4e9cd8}
.cbsPic{
	width:100%;
	height:475px;
	overflow:hidden;
	background-position:right center;
	background-repeat:no-repeat;
	}
.cbsPic a{
	display:block;
	height:475px;
	}
.cbsPic img{
	display:block;
	margin-top:129px;
	}
/**/
.h_805{min-height:650px;padding-bottom:50px;overflow:hidden;}
.h_805Slide{
	width:100%;
	position:relative;
	}
.h_805Slide .bd{
	width:100%;
	height:300px;
	overflow:hidden;
	}
.h_805Slide .bd dl dd{
	width:100%;
	height:300px;
	}
.h_805SlideT{
	clear:both;
	overflow:hidden;
	height:40px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	}
.h_805SlideT a{color:#61a3de;}
.h_805SlideTxt{
	max-height:140px;
	overflow:hidden;
	color:#828385;
	font-size:14px;
	line-height:30px;
	text-align:center;
	}
.h_805Slide .hd {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 40px 0 0 0;
}
.h_805Slide .hd ul {
	display: inline-block;
}
.h_805Slide .hd ul li {
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.h_805Slide .hd ul li.on {
	width: 16px;
	height: 16px;
	border: 1px solid #2c8bd7;
	margin: 0px 8px;
	background: #fff;
}
.h_805Slide .bt{
	display:block;
	width:26px;
	height:40px;
	cursor:pointer;
	position:absolute;
	top:336px;
	z-index:11;
	}
.h_805Slide .bt.prev{background:url(../images/cbs_icon3.png) no-repeat left top;left:0}
.h_805Slide .bt.next{background:url(../images/cbs_icon3.png) no-repeat right top;right:0}
.h_805Slide .bt.prev:hover{background:url(../images/cbs_icon3.png) no-repeat left bottom;left:0}
.h_805Slide .bt.next:hover{background:url(../images/cbs_icon3.png) no-repeat right bottom;right:0}

.cbsT.bgWf{color:#fff; background:url(../images/cbs_icon1_h.png) no-repeat center bottom}
/**/
.h_625{height:625px; background:url(../images/cbsBg.jpg) no-repeat center center}
.h_625Slide{
	clear:both;
	position:relative;
	}
.h_625Slide .bd dl dd{
	width:100%;
	height:405px;
	overflow:hidden;
	}
.h_625Slide .bd dl dd .pic{
	width:162px;
	height:162px;
	border-radius:162px;
	overflow:hidden;
	border:2px solid #fdfdfd;
	margin:0 auto;
	}
.h_625Slide .bd dl dd .pic img{
	display:block;
	width:162px;
	height:162px;
	}
.h_625T{
	clear:both;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#4e9cd8;
	font-size:20px;
	font-weight:bold;
	}
.h_625Slide .bd dl dd .txt{
	clear:both;
	width:1160px;
	height:76px;
	margin:0 auto;
	overflow:hidden;
	color:#ffffff;
	line-height:38px;
	text-align:center;
	font-size:16px;
	}
.h_625Slide .bd dl dd .more2{
	display:block;
	text-align:center;
	color:#4e9cd8;
	font-size:16px;
	text-decoration:underline;
	margin-top:5px;
	}
.h_625Slide .bt{
	display:block;
	width:26px;
	height:40px;
	cursor:pointer;
	position:absolute;
	top:77px;
	z-index:11;
	}
.h_625Slide .bt.prev{background:url(../images/cbs_icon3.png) no-repeat left top;left:0}
.h_625Slide .bt.next{background:url(../images/cbs_icon3.png) no-repeat right top;right:0}
.h_625Slide .bt.prev:hover{background:url(../images/cbs_icon3.png) no-repeat left bottom;left:0}
.h_625Slide .bt.next:hover{background:url(../images/cbs_icon3.png) no-repeat right bottom;right:0}
/**/
.h_545{padding-bottom:55px; overflow:hidden}
.h_545Slide .bd{
	overflow:hidden;
	margin:0 -35px;
	}
.h_545Slide .bd dl dd{
	display:inline;
	float:left;
	width:33.33%;
	overflow:hidden;
	padding:0 35px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.h_545Slide.ty2 .bd dl dd .divC{background:#f9f9f9}
.h_545Slide .bd dl dd .pic{
	width:100%;
	padding-top:55.58%;
	overflow:hidden;
	position:relative;
	}
.h_545Slide.ty2 .bd dl dd .pic{padding-top:87.35%;}
.h_545Slide .bd dl dd .pic img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	}
.h_545Slide .bd dl dd:hover img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	}
.h_545Slide .bd dl dd .spanT{
	display:block;
	clear:both;
	overflow:hidden;
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 39px;
	}
.h_545Slide.ty2 .bd dl dd .spanT{
	text-align:left;
	height:34px;
	line-height:34px;
	}
.h_545Slide .bd dl dd .spanT a{color:#61a3de;font-size:18px}
.h_545Slide.ty2 .bd dl dd .spanT a{color:#f5a100;}
.h_545Slide .bd dl dd .txt{
	clear:both;
	height:56px;
	overflow:hidden;
	line-height:28px;
	font-size:14px;
	color:#828385;
	text-align:center;
	margin-top:5px;
	}
.h_545Slide.ty2 .bd dl dd .txt{padding:0 39px;text-align:left;height:85px;}
/**/
.absBanner{
	clear:both;
	overflow:hidden;
	height:360px;
	}
/*单篇页*/
.articleBox{
	clear:both;
	overflow:hidden;
	color:#828385;
	font-size:14px;
	line-height:32px;
	position:relative;
	padding:0 30px;
	}
.articleBox img{max-width:100%}
.articleTime{
	clear:both;
	display:inline-block;
	font-size:14px;
	line-height:33px;
	color:#828385;
	text-align:center;
	padding-top:10px;
	}
.eye{
	display:inline-block;
	padding-left:22px;
	background:url(../images/busIcon7.png) no-repeat left center;
	margin-left:10px;
	}
.get_1{
	display:block;
	width:90px;
	height:26px;
	line-height:26px;
	text-align:center;
	background:#f1f2f2;
	color:#666666;
	font-size:14px;
	position:absolute;
	top:0;
	right:0;
	}
/**/
.absList1L{
	width:705px;
	height:665px;
	overflow:hidden;
	position:relative;
	}
.absList1L .spanT{
	display:block;
	width:100%;
	height:65px;
	background:rgba(0,0,0,0.5);
	text-align:center;
	line-height:65px;
	font-size:15px;
	color:#fff;
	position:absolute;
	bottom:0;
	z-index:9;
	}
.absList1L .bt{
	display:block;
	width:65px;
	height:65px;
	position:absolute;
	bottom:0;
	z-index:99;
	cursor:pointer;
	}
.absList1L .bt.prev{left:0;background:url(../images/abtBt.png) no-repeat left center;}
.absList1L .bt.next{right:0;background:url(../images/abtBt.png) no-repeat right center;}
.absList1L .bd{
	width:705px;
	height:665px;
	overflow:hidden;
	}
.absList1L .bd dl dd{
	width:705px;
	height:665px;
	overflow:hidden;
	}
.absList1L img{
	display:block;
	width:705px;
	height:665px;
	}
.absList1R{
	width:646px;
	overflow:hidden;
	height:665px;
	}
@media only screen and (max-width: 1450px) {
  .absList1R{width:575px;}
}

.absList1R .spanT{
	clear:both;
	overflow:hidden;
	height:26px;
	line-height:26px;
	text-align:left;
	color:#61a3de;
	font-size:26px;
	}
.absList1RText{
	overflow:hidden;
	height:547px;
	color:#828385;
	font-size:14px;
	line-height:30px;
	text-align:left;
	}
.absList1RTextDiv{margin-right:35px}
.absList1RTextDiv img{max-width:100%;}
/*滚动条*/
.div_scroll {
	width: 100%;
	overflow: auto;
	float: left;
}	

.scroll_container {
	overflow: hidden;
	position: relative;
}

.scroll_absolute {
    position: absolute;
}

.scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 3px;
    width: 3px;
    height: 100%;
    background:#dcd9cd;
    margin: 0;
    padding: 0;
}

.scroll_track {
	position: relative;
	background-color: #dcd9cd;
}

.scroll_drag {
	position: relative;
	top: 0;
	left: -2px;
	cursor: pointer;
	background-color: #61a3de;
	width:9px;
}

.scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #dcd9cd;
}

.scroll_vertical_bar .scroll_arrow {
    height:2px;
}
/*图文列表*/
.absTextImg dd {
	display:block;
	height: 305px;
	overflow:hidden;
	clear:both;
	margin:0 50px 54px 0;
	position:relative;
}
.absTextImg dd .pic{
	width: 635px;
	height: 305px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0;
}
.absTextImg dd .pic img{
	display:block;
	width: 635px;
	height: 305px;
	}
.absTextImgR{
	height: 305px;
	overflow:hidden;
	margin-left:700px;
	}
.absTextImgR .spanT{
	display:block;
	clear:both;
	height:47px;
	line-height:47px;
	text-align:left;
	font-size:28px;
	color:#828385;
	font-weight:bold;
	background:url(../images/dian.png) no-repeat left 10px;
	padding-left:50px;
	}
.absTextImgR .txt{
	clear:both;
	height:225px;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	line-height:30px;
	text-align:left;
	}
.absTextImgR .more{
	display:block;
	width:80px;
	height:26px;
	font-size:14px;
	line-height:26px;
	text-align:left;
	color:#61a3de;
	background:url(../images/ix_icon1.png) no-repeat right center;
	margin-top:24px;
	}
.listMore{
	width:152px;
	height:44px;
	border:1px solid #ececec;
	}
.listMore a{
	display:block;
	width:110px;
	height:44px;
	line-height:44px;
	text-align:left;
	padding-left:42px;
	color:#828385;
	font-size:14px;
	background:url(../images/cbs_icon2.png) no-repeat 104px center;
	}
.listMore:hover{border:1px solid #81b5e5}
.listMore:hover a{color:#81b5e5;background:url(../images/cbs_icon2h.png) no-repeat 104px center;}
/**/
.absTextImg2 dd {
	display:block;
	height: 345px;
	clear:both;
	margin:0 0 54px 0;
	position:relative;
}
.absTextImg2 dd .wrap{position:relative;}
.absTextImg2 dd .pic{
	width: 620px;
	height: 345px;
	overflow:hidden;
	position:absolute;
	top:0px;
}
.absTextImg2 dd.ty1 .pic{left:0;}
.absTextImg2 dd .bg{
	height:345px;
	width:60%;
	background:#f9f9f9;
	position:absolute;
	top:0;
	left:0;
	display:none;
	}
.absTextImg2 dd.ty2 .bg{display:block}
.absTextImg2 dd.ty2 .pic{right:0;}

.absTextImg2 dd .pic img{
	display:block;
	width: 620px;
	height: 345px;
	}
.absTextImg2R{
	height: 345px;
	overflow:hidden;
	}
.absTextImg2 dd.ty1 .absTextImg2R{margin-left:685px;}
.absTextImg2 dd.ty2 .absTextImg2R{margin-right:685px;}
.absTextImg2R .spanT{
	display:block;
	clear:both;
	height:50px;
	line-height:50px;
	text-align:left;
	font-size:26px;
	}
.absTextImg2 dd.ty2 .absTextImg2R .spanT{text-align:right;}
.absTextImg2R .spanT a{color:#61a3de;}
.absTextImg2R .txt{
	clear:both;
	height:150px;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	line-height:30px;
	text-align:left;
	}
/******关于我们 end*******/
/*页码*/
.page {
	padding: 10px 0 10px 0;
	overflow: hidden;
	text-align:center;
	clear: both;
}
.page a {
	display:inline-block;
	height:26px;
	overflow:hidden;
	line-height:26px;
	border: 1px solid #bbbbbb;
	padding: 3px 10px;
	color:#bbbbbb;
	font-size:14px;
}
.page a:hover {
	color: #61a3de;
	border: 1px solid #61a3de;
}
.page a.hover {
	color: #61a3de;
	border: 1px solid #61a3de;
}

.busPage .page a:hover {
	color: #3a9448;
	border: 1px solid #3a9448;
}
.busPage .page a.hover {
	color: #3a9448;
	border: 1px solid #3a9448;
}
/******业务板块 begin*******/
/*banner*/
.busBanner{
	clear:both;
	height:480px;
	overflow:hidden;
	}
.h_674{min-height:430px;position:relative;padding-bottom:50px;overflow:hidden}
.h_674Txt{
	width:1275px;
	max-height:405px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	text-align:left;
	line-height:30px;
	text-indent:2em;
	}
.h_674Txt img{
	display:block;
	margin:0 auto;
	}
.h_674Nav{
	width:16px;
	overflow:hidden;
	position:absolute;
	top:145px;
	left:0;
	line-height:16px;
	}
.h_674Nav a{
	display:block;
	font-size:16px;
	color:#111847;
	margin-bottom:42px;
	}
.h_674Nav a.hover{color:#61a3de}
.h_674Nav a:hover{color:#61a3de}
.busDl dd{
	display:inline;
	float:left;
	width:33.33%;
	overflow:hidden;
	}
.busDl dd a{
	display:block;
	width:100%;
	padding-top:60.94%;
	overflow:hidden;
	position:relative;
	}
.busDl dd a img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
.busDl dd a span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	}
.busDl dd a:hover span{background:rgba(0,0,0,0);}
.busDl dd a span i{
	display:block;
	width:600px;
	height:124px;
	overflow:hidden;
	background-position:center top;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:26px;
	text-align:center;
	line-height:218px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-62px 0 0 -300px;
	}
.busDl dd a:hover span i{font-weight:bold}
.busList{
	clear:both;
	overflow:hidden;
	}
.busList dd{
	width:50%;
	overflow:hidden;
	display:inline;
	float:left;
	}
.busList dd .ddDiv{
	clear:both;
	height:68px;
	border-bottom:1px solid #828385;
	margin:0 24px;
	line-height:68px;
	}
.busList dd:nth-child(1) .ddDiv{border-top:1px solid #828385;}
.busList dd:nth-child(2) .ddDiv{border-top:1px solid #828385;}
.busList dd .ddDiv span{
	display:inline;
	float:left;
	width:20%;
	font-size:16px;
	padding:0 25px 0 10px;
	}
.busList dd .ddDiv span a{color:#111847;}
.busList dd .ddDiv em{
	display:inline;
	float:left;
	width:60%;
	font-size:16px;
	padding:0 10px;
	color:#828385;
	}
.busList dd .ddDiv .more{
	display:inline;
	float:right;
	width:55px;
	height:68px;
	text-align:right;
	margin:0 10px 0 0;
	color:#828385;
	font-size:14px;
	text-decoration:underline;
	background:url(../images/busIcon.png) no-repeat left center;
	}
.busList dd .ddDiv .more:hover{color:#61a3de;}
.h_530{min-height:380px;padding-bottom:30px; overflow:hidden}
.busS1_t{
	color:#ffffff;
	font-size:26px;
	background:#3a9448;
	height:140px;
	line-height:140px;
	text-align:center;
	}
.busS1_t.tye2{background:#f5a100;}
.busS1Pic{
	width:50%;
	overflow:hidden;
	}
.busS1Pic a{
	display:block;
	width:100%;
	padding-top:58.85%;
	position:relative;
	}
.busS1Pic a img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.busS1Slide{
	width:50%;
	overflow:hidden;
	}
.busS1SlideBox{
	width:100%;
	padding-top:58.85%;
	position:relative;
	background:#787b7d;
	}
.busS1Slide .bd{
	width:700px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.busS1Slide .bd dl dd{
	display:inline;
	float:left;
	width:700px;
	text-align:center;
	}
.busS1Slide .bd dl dd .divT{
	display:inline-block;
	height:152px;
	line-height:152px;
	font-family:"Arial";
	background:url(../images/busIcon3.png) no-repeat 10px center;
	margin-top:80px;
	}
.busS1Slide .bd dl dd .divT.bg{background:url(../images/busIcon33.png) no-repeat 10px center;}
.busS1Slide .bd dl dd .divT span{
	display:inline;
	float:left;
	font-size:36px;
	color:#fff;
	padding:0 85px 0 0;
	}
.busS1Slide .bd dl dd .divT em{
	display:inline;
	float:left;
	font-size:36px;
	color:#fff;
	}
.busS1Slide .bd dl dd .txt{
	clear:both;
	width:565px;
	height:70px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:35px;
	padding-top:65px;
	}
.busS1Slide .bd dl dd .more{
	display:block;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	text-decoration:underline;
	}
.busS1Slide .hd{
	height:17px;
	overflow:hidden;
	text-align:center;
	width:700px;
	position:absolute;
	left:0;
	top:454px;
	}
.busS1Slide .hd ul{display:inline-block;}
.busS1Slide .hd ul li{
	display:inline;
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	background:#a1a3a4;
	border-radius:13px;
	margin:4px 10px;
	line-height:99999px;
	cursor:pointer;
	}
.busS1Slide .hd ul li.on{background:none;width:13px;height:13px;border:2px solid #fff;margin:0 10px;}

@media only screen and (max-width: 1680px) {
  .busS1Slide .bd dl dd .divT{margin-top:40px}
  .busS1Slide .bd dl dd .txt{padding-top:35px}
  .busS1Slide .hd{top:360px;}
}
.h_582{height:582px;background:#f6f6f6;overflow:hidden;clear:both}
.h_582Dl{margin:0 -28px;}
.h_582Dl dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	}
.h_582Dl dd a{
	display:block;
	overflow:hidden;
	height:300px;
	border:1px solid #c9c9c9;
	margin:0 28px;
	background:#ffffff;
	position:relative;
	}
.h_582Dl dd a:after{
	display:block;
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:1px solid #3a9448;
	display:none;
	}
.h_582Dl dd a:hover{border:1px solid #3a9448;}
.h_582Dl dd a:hover:after{display:block;}
.h_582Dl dd .icon{
	width:80px;
	height:80px;
	overflow:hidden;
	margin:0 auto;
	background-position:center center;
	background-repeat:no-repeat;
	}
.h_582Dl dd .divT{
	clear:both;
	overflow:hidden;
	font-size:16px;
	color:#666666;
	height:27px;
	line-height:26px;
	text-align:center;
	font-weight:bold;
	background:url(../images/busIcon2.png) no-repeat center bottom;
	}
.h_582Dl dd .txt{
	clear:both;
	height:60px;
	overflow:hidden;
	width:240px;
	margin:0 auto;
	font-size:14px;
	line-height:30px;
	text-align:center;
	color:#828385;
	}
/**/
.h_635{height:635px; clear:both;}
.h_635Dl dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	}
.h_635Dl dd a{
	display:block;
	width:100%;
	padding-top:87.5%;
	position:relative;
	}
.h_635Dl dd a img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.h_635Dl dd a i{
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
	position:absolute;
	top:0;
	left:0;
	transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.h_635Dl dd a:hover i{opacity:0}
.h_635Dl dd a .ddDiv{
	width:292px;
	height:84px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-42px 0 0 -146px;
	background:url(../images/busIcon4.png) no-repeat center bottom;
	z-index:11;
	transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.h_635Dl dd a:hover .ddDiv{opacity:0}
.h_635Dl dd a .ddDiv span{
	display:block;
	clear:both;
	font-size:22px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	}
.h_635Dl dd a .ddDiv em{
	display:block;
	clear:both;
	font-size:22px;
	line-height:26px;
	text-align:center;
	color:#ffffff;
	margin-top:8px;
	}
/**/
.h_690{height:690px;clear:both;}
.h_690Slide{
	width:1400px;
	height:505px;
	margin:0 auto;
	position:relative;
	}
.h_690Slide.tye2{height:410px;}
.h_690Slide .bd{
	width:1400px;
	height:505px;
	overflow:hidden;
	}
.h_690Slide .bd dl{width:1450px}
.h_690Slide .bd dl dd{
	display:inline;
	float:left;
	width:320px;
	height:500px;
	margin:0 39px 0 0;
	overflow:hidden;
	border-bottom:1px solid #999999;
	}
.h_690Slide .bd dl dd:hover{border-bottom:2px solid #3a9448;}
.h_690Slide.tye2 .bd dl dd{border-bottom:none;background:#ffffff;height:410px}
.h_690Slide .bd dl dd .pic{
	clear:both;
	display:block;
	width:320px;
	height:320px;
	overflow:hidden;
	}
.h_690Slide.tye2 .bd dl dd .pic{height:240px}
.h_690Slide .bd dl dd .pic img{
	display:block;
	width:320px;
	height:320px;
	}
.h_690Slide.tye2 .bd dl dd .pic img{height:240px}
@media only screen and (max-width: 1680px) {
  .h_690Slide,.h_690Slide .bd{width:1200px;}
  .h_690Slide .bd dl dd{margin:0 15px 0 0;width:300px;height:480px;}
  .h_690Slide .bd dl dd .pic{width:300px;height:300px;}
  .h_690Slide .bd dl dd .pic img{width:300px;height:300px;}
  .h_690Slide.tye2 .bd dl dd .pic{width:225px;height:240px}
  .h_690Slide.tye2 .bd dl dd .pic img{width:225px;height:240px}
}
.h_690Slide .bd dl dd .spanT{
	clear:both;
	display:block;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#666666;
	background:url(../images/cbs_icon1.png) no-repeat center bottom;
	}
.h_690Slide.tye2 .bd dl dd a:hover .spanT{color:#f5a100;background:url(../images/busIcon5.png) no-repeat center bottom;}
.h_690Slide .bd dl dd .txt{
	clear:both;
	height:52px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	text-align:center;
	color:#999999;
	margin-top:15px;
	}
.h_690Slide.tye2 .bd dl dd .txt{padding:0 30px;}
.h_690Slide .bt{
	display:block;
	cursor:pointer;
	width:26px;
	height:40px;
	position:absolute;
	top:50%;
	z-index:99;
	margin-top:-20px;
	}
.h_690Slide .bt.prev{left:-56px; background:url(../images/busSd_bt.png) no-repeat left center;}
.h_690Slide .bt.next{right:-56px; background:url(../images/busSd_bt.png) no-repeat right center;}
.minNav{
	clear:both;
	overflow:hidden;
	height:80px;
	background:#ededed;
	text-align:center;
	}
.div_a{display:inline-block}
.minNav a{
	display:inline;
	float:left;
	line-height:80px;
	text-align:center;
	font-size:16px;
	color:#444444;
	padding:0 40px;
	}
.minNav a:hover{color:#3a9448;font-weight:bold;background:#f9f9f9}
.minNav a.hover{color:#3a9448;font-weight:bold;background:#f9f9f9}

/**/
.brandBox{
	min-height:630px;
	border-bottom:1px solid #c9c9c9;
	}
.brandBox1{
	height:106px;
	background:#3a9448;
	line-height:106px;
	text-align:center;
	color:#fff;
	font-size:20px;
	border-radius:15px;
	}
.brandDl{padding:0 50px}
.brandDl dt{clear:both}
.brandDl dd{
	width:240px;
	height:305px;
	overflow:hidden;
	}
.brandDl dd .spanT{
	display:block;
	height:42px;
	line-height:42px;
	text-align:left;
	color:#3a9448;
	font-size:20px;
	}
.brandDl dd .spanT a{color:#3a9448;}
.brandDl dd .txt{
	line-height:26px;
	color:#828385;
	font-size:16px;
	text-align:left;
	}
.pt{position:relative}
.busPtL{
	width:350px;
	height:410px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.busPtL .spanT{
	display:block;
	clear:both;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#3a9448;
	color:#ffffff;
	font-size:16px;
	}
.busPtL .bd{
	clear:both;
	overflow:hidden;
	width:350px;
	height:330px;
	}
.busPtL .bd dl dd{
	width:350px;
	height:330px;
	overflow:hidden;
	}
.busPtL .bd dl dd img{
	display:block;
	width:350px;
	height:330px;
	}
.busPtL .spanNam{
	display:block;
	width:100%;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background:rgba(102,102,102,0.8);
	position:absolute;
	bottom:0;
	left:0;
	}
.busPtL .bt{
	display:block;
	width:16px;
	height:26px;
	cursor:pointer;
	position:absolute;
	bottom:14px;
	z-index:99;
	}
.busPtL .bt.prev{left:20px; background:url(../images/busSd_bt1.png) no-repeat left center}
.busPtL .bt.next{right:20px; background:url(../images/busSd_bt1.png) no-repeat right center}

.busPtR{
	padding-left:350px;
	height:410px;
	overflow:hidden;
	}
.busPtRDl dt{
	clear:both;
	}
.busPtRDl dt span{
	display:inline;
	float:left;
	width:33.33%;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#f1f2f2;
	}
.busPtRDl.tpy1 dt span{width:25%;}
.busPtRDl dt span i{
	display:block;
	height:80px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size:16px;
	color:#333333;
	}
.busPtRDl dd span{
	display:inline;
	float:left;
	width:33.33%;
	height:80px;
	line-height:80px;
	text-align:center;
	color:#666666;
	font-size:14px;
	border-bottom:1px solid #c9c9c9;
	}
.busPtRDl.tpy1 dd span{width:25%;}
.busPtRDl dd:last-child span{border-bottom:none}
.busPtRDl.tpy1 dd span{border-bottom:1px solid #c9c9c9;}
/***矿***/
.h_235{min-height:180px; overflow:hidden}
.bus2Slide1{
	clear:both;
	overflow:hidden;
	}
.bus2Slide1 .bd dl dd{
	color:#828385;
	font-size:14px;
	line-height:30px;
	text-align:center;
	}
.bus2Slide1 .bd dl dd .more{color:#f5a100}


.bus2Slide1 .hd {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 45px 0 0 0;
	display:none;
}
.bus2Slide1 .hd ul {
	display: inline-block;
}
.bus2Slide1 .hd ul li {
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.bus2Slide1 .hd ul li.on {
	width: 16px;
	height: 16px;
	border: 1px solid #f5a100;
	margin: 0px 8px;
	background: #fff;
}
.bus2Slide2{
	clear:both;
	overflow:hidden;
	}
.bus2Slide2 .bd dl dd{
	display:inline;
	float:left;
	width:50%;
	overflow:hidden;
	}
.bus2Slide2 .bd dl dd a{
	display:block;
	width:100%;
	padding-top:58.85%;
	overflow:hidden;
	position:relative;
	}
.bus2Slide2 .bd dl dd a img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.bus2Slide2 .bd dl dd a i{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:rgba(0,0,0,0.5);
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.bus2Slide2 .bd dl dd a:hover i{opacity:0}
.bus2Slide2 .bd dl dd a .ddBox{
	width:460px;
	height:230px;
	overflow:hidden;
	border:1px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	margin:-115px 0 0 -230px;
	z-index:11;
	background:url(../images/cbs_icon1_h.png) no-repeat center 68px;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
	}
.bus2Slide2 .bd dl dd a:hover .ddBox{opacity:0}
.bus2Slide2 .bd dl dd a .ddBox span{
	display:block;
	clear:both;
	color:#ffffff;
	font-size:26px;
	line-height:34px;
	text-align:center;
	}
.bus2Slide2 .bd dl dd a .ddBox em{
	display:block;
	clear:both;
	color:#ffffff;
	font-size:30px;
	line-height:34px;
	text-align:center;
	}
.h_635{height:635px;background:#f6f6f6}
/**/
.h_600{height:600px}
.h_600Slide .bd dl{margin:0 -18px;}
.h_600Slide .bd dl dd{
	display:inline;
	float:left;
	width:50%;
	overflow:hidden;
	}
.h_600Slide .bd dl dd .divC{
	overflow:hidden;
	margin:0 18px;
	background:#f9f9f9;
	}
.h_600Slide .bd dl dd .divC .spanT{
	display:block;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:20px;
	color:#f5a100;
	font-weight:bold;
	padding-top:24px;
	background:#fff;
	}
.h_600Slide .bd dl dd .divC .pic{
	clear:both;
	width:100%;
	padding-top:41.91%;
	position:relative;
	}
.h_600Slide .bd dl dd .divC .pic img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.h_600Slide .bd dl dd .divC .txt{
	width:502px;
	height:90px;
	margin:30px auto;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	color:#828385;
	text-align:left;
	}
.h_600Slide .bd dl dd .divC .txt .more{color:#f5a100;}
.busAtcSlide{
	width:100%;
	padding-top:37.14%;
	overflow:hidden;
	position:relative;
	}
.busAtcSlide .bd{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
	}
.busAtcSlide .bd dl dd{
	width:100%;
	padding-top:37.14%;
	position:relative;
	}
.busAtcSlide .bd dl dd img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.busAtcSlide .bt{
	display:block;
	width:35px;
	height:34px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-17px;
	z-index:9;
	}
.busAtcSlide .bt.prev{left:40px;background:url(../images/busSd_bt2.png) no-repeat left center}
.busAtcSlide .bt.next{right:40px;background:url(../images/busSd_bt2.png) no-repeat right center}
/**/
.bus2AllImg{margin:0 -19px;}
.bus2AllImg dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	margin-bottom:30px;
	}
.bus2AllImg dd a{
	display:block;
	overflow:hidden;
	margin:0 19px;
	background:#f6f6f6;
	}
.bus2AllImg dd a .pic{
	width:100%;
	padding-top:74.38%;
	position:relative;
	}
.bus2AllImg dd a .pic img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.bus2AllImg dd .spanT{
	clear:both;
	display:block;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:16px;
	color:#555555;
	background:url(../images/busIcon6.png) no-repeat center bottom;
	}
.bus2AllImg dd a:hover .spanT{color:#f5a100;background:url(../images/busIcon5.png) no-repeat center bottom;}
.bus2AllImg dd .txt{
	clear:both;
	max-height:52px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	text-align:center;
	color:#999999;
	margin-top:15px;
	padding:0 30px;
	margin-bottom:30px;
	}
/**/
.bus2TxtImg dd{
	clear:both;
	position:relative;
	height:400px;
	margin-bottom:55px;
	}
.bus2TxtImg dd .pic{
	width:705px;
	height:400px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.bus2TxtImg dd.odd .pic{left:auto;right:0;}
.bus2TxtImg dd .pic i{
	display:block;
	width:24px;
	height:50px;
	background:url(../images/listBg.png) no-repeat left center;
	position:absolute;
	top:50%;
	right:0;
	z-index:1;
	margin-top:-25px;
	}
.bus2TxtImg dd.odd .pic i{right:auto;left:0;background:url(../images/listBg.png) no-repeat right center;}
.bus2TxtImg dd .pic img{
	display:block;
	width:705px;
	height:400px;
	}
.bus2TxtImg dd .bus2TxtImgR{
	overflow:hidden;
	padding:0 0 0 750px;
	overflow:hidden;
	height:400px;
	}
.bus2TxtImg dd.odd .bus2TxtImgR{padding:0 750px 0 0;}
.bus2TxtImg dd .bus2TxtImgR .spanT{
	display:block;
	clear:both;
	height:79px;
	text-align:left;
	background:url(../images/cbs_icon1.png) no-repeat left bottom;
	}
.bus2TxtImg dd .bus2TxtImgR .spanT a{
	line-height:77px;
	font-size:24px;
	color:#444444;
	}
.bus2TxtImg dd .bus2TxtImgR .spanT a:hover{color:#f5a100;}
.bus2TxtImg dd .bus2TxtImgR .txt{
	font-size:14px;
	line-height:26px;
	text-align:left;
	height:130px;
	overflow:hidden;
	}
.bus2TxtImg dd .bus2TxtImgR .more{
	display:block;
	clear:both;
	width:110px;
	height:46px;
	text-align:left;
	padding-left:44px;
	font-size:14px;
	color:#fff;
	line-height:46px;
	background:#f5a100 url(../images/busM.png) no-repeat 107px center;
	}
/******业务板块 end*******/
/******产品与服务 begin*******/
.h_440{height:440px}
.ptadscSlide .bd{height:140px;overflow:hidden}
.ptadscSlide .bd dl dd{
	overflow:hidden;
	}
.ptadscSlide .bd dl dd .spanT{
	display:block;
	clear:both;
	height:30px;
	text-align:center;
	line-height:30px;
	}
.ptadscSlide .bd dl dd .spanT a{
	font-size:20px;
	color:#61a3de;
	}
.ptadscSlide .bd dl dd .txt{
	height:90px;
	overflow:hidden;
	text-align:center;
	color:#828385;
	font-size:14px;
	line-height:30px;
	}
.ptadscSlide .hd {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 45px 0 0 0;
}
.ptadscSlide .hd ul {
	display: inline-block;
}
.ptadscSlide .hd ul li {
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.ptadscSlide .hd ul li.on {
	width: 16px;
	height: 16px;
	border: 1px solid #2c8bd7;
	margin: 0px 8px;
	background: #fff;
}
/**/
.ptadscSlide2{
	clear:both;
	height:835px;
	overflow:hidden;
	position:relative;
	}
.ptadscSlide2 .bd dl dd{
	overflow:hidden;
	width:100%;
	height:835px;
	position:relative;
	}
.ptadscSlide2 .bd dl dd .bg1{
	width:50%;
	height:835px;
	background:#61a3de;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	}
.ptadscSlide2 .bd dl dd .bg2{
	width:50%;
	height:835px;
	background:#f0f1f5;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
	}
.ptadscSlide2 .bd dl dd .ddL{
	width:50%;
	height:835px;
	}
.ptadscSlide2 .bd dl dd .ddL a{
	display:block;
	height:835px;
	overflow:hidden;
	position:relative;
	text-align:center;
	}
.ptadscSlide2 .bd dl dd .ddL a img{
	display:block;
	width:375px;
	height:460px;
	margin:0 auto;
	}
.ptadscSlide2 .bd dl dd .ddL a .spanT{
	display:inline-block;
	clear:both;
	height:152px;
	padding-left:90px;
	color:#fff;
	font-size:26px;
	line-height:165px;
	background:url(../images/busIcon3_h2.png) no-repeat left center;
	margin-top:35px;
	margin-bottom:10px;
	}	
	
.ptadscSlide2 .bd dl dd .ddR{
	width:50%;
	height:835px;
	text-align:center;
	}
.ptadscSlide2 .bd dl dd .ddR .spanT{
	display:inline-block;
	clear:both;
	height:152px;
	padding-left:90px;
	color:#61a3de;
	font-size:26px;
	line-height:165px;
	background:url(../images/busIcon3_h.png) no-repeat left center;
	margin-top:112px;
	}
.ptadscSlide2 .bd dl dd .ddR .txt{
	width:560px;
	overflow:hidden;
	margin:0 auto;
	font-size:16px;
	line-height:35px;
	color:#828385;
	}
.ptadscSlide2 .listMore{
	width:270px;
	height:64px;
	border:2px solid #d0d0d0;
	margin:65px auto;
	}
.ptadscSlide2 .listMore a{
	display:block;
	width:180px;
	height:64px;
	line-height:64px;
	text-align:left;
	padding-left:90px;
	color:#828385;
	font-size:16px;
	background:url(../images/cbs_icon2.png) no-repeat 162px center;
	}
.ptadscSlide2 .listMore:hover{border:2px solid #81b5e5}
.ptadscSlide2 .listMore:hover a{color:#81b5e5;background:url(../images/cbs_icon2h.png) no-repeat 162px center;}
.ptadscSlide2 .bt{
	display:block;
	width:58px;
	height:58px;
	position:absolute;
	top:50%;
	margin-top:-29px;
	cursor:pointer;
	z-index:999;
	}
.ptadscSlide2 .bt.prev{left:200px;background:url(../images/pt_bt.png) no-repeat left center}
.ptadscSlide2 .bt.next{right:200px;background:url(../images/pt_bt.png) no-repeat right center}

/******产品与服务 end*******/
.bdsharebuttonbox .bds_more{ line-height:23px !important;}
.bdsharebuttonbox .bds_tsina{ background:url(../images/xl.png) no-repeat center center !important;height:23px;padding-left:23px}
.bdsharebuttonbox .bds_weixin{ background:url(../images/wx.png) no-repeat center center !important;height:23px;padding-left:23px}

/**********新闻中心 begin**********/
.h_770{height:770px;}
.h_770Slide1{
	clear:both;
	overflow:hidden;
	}
.h_770Slide1 .bd{
	overflow:hidden;
	height:410px;
	}
.h_770Slide1 .bd dl dd{
	overflow:hidden;
	height:410px;
	position:relative;
	}
.h_770Slide1 .bd dl dd .pic{
	width:635px;
	height:410px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.h_770Slide1 .bd dl dd .pic img{
	display:block;
	width:635px;
	height:410px;
	}
.h_770Slide1 .bd dl dd .ddR{
	padding-left:680px;
	height:410px;
	}
.h_770Slide1 .bd dl dd .ddR .divT{
	clear:both;
	height:35px;
	overflow:hidden;
	line-height:35px;
	color:#828385;
	font-size:14px;
	}
.h_770Slide1 .bd dl dd .ddR .divT2{
	clear:both;
	height:73px;
	padding-left:20px;
	border-left:4px solid #61a3de;
	background:#fff;
	font-size:24px;
	color:#444444;
	line-height:73px;
	position:relative;
	}
.h_770Slide1 .bd dl dd .ddR .divT2 a{color:#444444;}
.h_770Slide1 .bd dl dd .ddR .divT2 a:hover{color:#4e9cd8;}
.h_770Slide1 .bd dl dd .ddR .txt{
	clear:both;
	height:182px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	text-align:left;
	color:#828385;
	}
.h_770Slide1 .hd {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 45px 0 0 0;
}
.h_770Slide1 .hd ul {
	display: inline-block;
}
.h_770Slide1 .hd ul li {
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.h_770Slide1 .hd ul li.on {
	width: 16px;
	height: 16px;
	border: 1px solid #2c8bd7;
	margin: 0px 8px;
	background: #fff;
}
.h_770Slide2{
	clear:both;
	height:446px;
	overflow:hidden;
	position:relative;
	}
.h_770Slide2 .bd{
	width:995px;
	height:250px;
	overflow:hidden;
	margin:0 auto;
	}
.h_770Slide2 .bd dl dd{
	width:995px;
	height:250px;
	overflow:hidden;
	}
.h_770Slide2 .bd dl dd i{
	display:block;
	width:40px;
	height:23px;
	margin:0 auto;
	background:url(../images/dian.png) no-repeat center center;
	}
.h_770Slide2 .bd dl dd .divT1{
	height:30px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	line-height:30px;
	}
.h_770Slide2 .bd dl dd .divT2{
	height:30px;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-top:5px;
	}
.h_770Slide2 .bd dl dd .divT2 a{color:#f1f1f3;}
.h_770Slide2 .bd dl dd .txt{
	clear:both;
	height:60px;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	color:#999999;
	margin-top:13px;
	}
.newsMore{
	display:block;
	width:152px;
	height:44px;
	margin:0 auto;
	border:1px solid #858484;
	line-height:44px;
	text-align:center;
	font-size:14px;
	color:#999999 !important;
	}
.newsMore:hover{color:#4e9cd8 !important;border:1px solid #4e9cd8;}
.h_770Slide2 .wrap{position:relative}
.h_770Slide2 .bt{
	display:block;
	width:51px;
	height:51px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-15px;
	z-index:99;
	}
.h_770Slide2 .bt.prev{left:0;background:url(../images/newsSlideBt.png) no-repeat left top}
.h_770Slide2 .bt.next{right:0;background:url(../images/newsSlideBt.png) no-repeat right top}
.h_770Slide2 .bt.prev:hover{background:url(../images/newsSlideBt.png) no-repeat left bottom}
.h_770Slide2 .bt.next:hover{background:url(../images/newsSlideBt.png) no-repeat right bottom}
/**/
.h_664{height:664px;background:#fff}
.h_664Dl dd{
	width:622px;
	height:145px;
	overflow:hidden;
	margin-bottom:50px;
	}
.h_664Dl.list dd{
	width:100%;
	position:relative;
	padding-bottom:35px;
	border-bottom:1px solid #d3d4d4;
	margin-bottom:35px;
	position:relative;
	}
.h_664Dl dd .divL{
	width:145px;
	height:145px;
	overflow:hidden;
	background:#fff;
	}
.h_664Dl.list dd .divL{
	background:#f0f1f5;
	position:absolute;
	top:0;
	left:0;
	}
.h_664Dl dd:hover .divL{background:#61a3de;}

.h_664Dl dd .divL span{
	display:block;
	clear:both;
	height:75px;
	line-height:75px;
	text-align:center;
	font-size:49px;
	font-weight:bold;
	margin-top:15px;
	}
.h_664Dl dd .divL em{
	display:block;
	clear:both;
	height:42px;
	line-height:42px;
	padding-left:47px;
	color:#828385;
	font-size:14px;
	background:url(../images/newsIcon1.png) no-repeat 21px center;
	}
.h_664Dl dd:hover .divL span{color:#fff}
.h_664Dl dd:hover .divL em{background:url(../images/newsIcon1_h.png) no-repeat 21px center;color:#fff}
.h_664Dl dd .divR{
	width:440px;
	height:145px;
	overflow:hidden;
	}
.h_664Dl.list dd .divR{width:auto;padding-left:182px}
.h_664Dl dd .divR .divR_t{
	clear:both;
	height:28px;
	line-height:28px;
	margin-top:10px;
	}
.h_664Dl dd .divR .divR_t a{
	display:inline;
	float:left;
	color:#111847;
	font-size:16px;
	}
.h_664Dl dd:hover .divR .divR_t a{color:#61a3de;}
.h_664Dl dd .divR .txt{
	clear:both;
	height:90px;
	overflow:hidden;
	color:#828385;
	line-height:14px;
	line-height:30px;
	text-align:left;
	margin-top:15px;
	}
.h_664Dl.list dd .divR .txt{height:58px}
.h_664Dl.list dd .divR .more{
	clear:both;
	display:block;
	height:28px;
	line-height:28px;
	text-align:left;
	text-decoration:underline;
	color:#61a3de;
	font-size:14px;
	}
/**/
.h_508{height:508px;}
.h_508Slide .bd{overflow:hidden}
/***内部页面***/
.newsAllImg2{margin:0 -19px;}
.newsAllImg2 dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	margin-bottom:50px;
	}
.newsAllImg2 dd a{
	display:block;
	overflow:hidden;
	margin:0 19px;
	}
.newsAllImg2 dd a .pic{
	display:block;
	clear:both;
	width:100%;
	padding-top:65.73%;
	position:relative;
	}
.newsAllImg2 dd a .pic img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
.newsAllImg2 dd a .pic i{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7) url(../images/mv_icon.png) no-repeat center center;
	}
.newsAllImg2 dd a .spanT{
	display:block;
	height:34px;
	line-height:34px;
	text-align:left;
	font-size:16px;
	margin:23px 0 5px 0;
	}
.newsAllImg2 dd a em.fl{
	display: block;
    clear: both;
    height: 17px;
    line-height: 17px;
    padding-left: 27px;
    font-size: 14px;
    background: url(../images/newsIcon1.png) no-repeat 0 center;
	}
/**/	
.newsTextImg dd{
	overflow:hidden;
	height:350px;
	position:relative;
	padding-bottom:45px;
	border-bottom:1px solid #e6e6e7;
	margin-bottom:45px;
	}
.newsTextImg dd .pic{
	width:545px;
	height:350px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.newsTextImg dd .pic img{
	display:block;
	width:545px;
	height:350px;
	}
.newsTextImg dd .ddR{
	padding-left:599px;
	height:350px;
	}
.newsTextImg dd .ddR .divT{
	clear:both;
	height:35px;
	overflow:hidden;
	line-height:35px;
	color:#828385;
	font-size:14px;
	}
.newsTextImg dd .ddR .divT2{
	clear:both;
	height:73px;
	padding-left:20px;
	border-left:4px solid #61a3de;
	background:#fff;
	font-size:24px;
	color:#444444;
	line-height:73px;
	position:relative;
	left:-75px;
	}
.newsTextImg dd .ddR .txt{
	clear:both;
	height:125px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	text-align:left;
	color:#828385;
	}
.takeaway{
	clear:both;
	overflow:hidden;
	padding:25px 67px;
	font-size:14px;
	line-height:30px;
	background:#f2f2f2 url(../images/atc_bg.jpg) no-repeat left top;
	color:#828385;
	margin:30px 0;
	}
/**********新闻中心 end**********/
/*************招聘 begin**************/
.recruitmentBox{
	clear:both;
	overflow:hidden;
	height:752px;
	}
.recruitmentBox .txt{
	clear:both;
	width:1057px;
	margin:0 auto;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	line-height:30px;
	}
.rmtBt{
	width:680px;
	margin:0 auto;
	}
.rmtBt a{
	display:inline;
	float:left;
	width:258px;
	height:58px;
	margin:0 26px;
	border:1px solid #959595;
	background:rgba(255,255,255,0.2);
	font-size:22px;
	line-height:58px;
	text-align:center;
	color:#fff;
	}
.rmtBt a.bt1{border:1px solid #62a4de;background:#62a4de;}
/**/
.rmt_dl {
	display: block;
	overflow: hidden;
}
.rmt_dl dt {
	display: block;
	clear: both;
	height: 30px;
	margin-bottom: 17px;
}
.rmt_dl dt input {
	width: 265px;
	height: 28px;
	border: 1px solid #e7ecee;
	background: #f3f1f1;
	padding: 0 5px;
	color: #666666;
	font-family: "microsoft yahei";
}
.rmt_dl dt input::-webkit-input-placeholder {
color:#666666;
}
.rmt_dl dt input::-moz-placeholder {
color:#666666;
}
.rmt_dl dt input:-moz-placeholder {
color:#666666;
}

.rmt_dl dt span a {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #c4171f;
	color: #fff;
	margin-left: 25px;
}
.rmt_dl dt span a:hover {
	opacity: 0.9
}
.rmt_dl dd {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.rmt_dl dd .div1 {
	clear: both;
	height: 80px;
	background: #f9f9f9;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor:pointer;
}
.rmt_dl dd .div1 span {
	display: inline;
	float: left;
	height: 80px;
	line-height: 80px;
	color: #666;
	font-size: 14px;
}
.rmt_dl dd .div1 .day{font-size:20px}
.rmt_dl dd:hover .div1 .day{color:#fff}
.rmt_dl dd.hover .div1 .day{color:#fff}
.rmt_dl dd .div1 span.span1 {
	width: 500px;
	text-align: left;
	padding: 0 10px 0 30px;
	font-size: 16px;
}
.rmt_dl dd.hover .div1 span.span5{color:#fff !important}
.rmt_dl dd:hover .div1 span.span5{color:#fff !important}
.rmt_dl dd .div1 span.span1 em{
    color: #333333;
    font-size: 18px;
	}
.rmt_dl dd .div1 span.span1 i{
    color: #828385;
    font-size: 16px;
	}
.rmt_dl dd .div1 span.span2 {
	width: 200px;
	text-align: center;
	padding: 0 10px
}
.rmt_dl dd .div1 span.span3 {
	width: 300px;
	text-align: center;
	padding: 0 10px
}
.rmt_dl dd .div1 span.span4 {
	width: 320px;
	text-align: center;
	padding: 0 10px
}
.rmt_dl dd .div1 span.span5 {
	width: 80px;
	cursor: pointer;
	text-align: center;
	font-size: 27px;
	color: #727272;
	float: right;
}
.rmt_dl dd .div2 {
	clear: both;
	overflow: hidden;
	padding:20px 10px;
	color: #8a8a8a;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: none;
}
.rmt_dl dd.hover .div1 {
	background: #61a3de;
}
.rmt_dl dd:hover .div1 {
	background: #61a3de;
}
.rmt_dl dd:hover .div1 em{
	color: #FFF !important;
}
.rmt_dl dd:hover .div1 i {
	color: #FFF !important;
}
.rmt_dl dd.hover .div1 em{
	color: #FFF !important;
}
.rmt_dl dd.hover .div1 i {
	color: #FFF !important;
}
.div2Btn {
	overflow: hidden;
	padding-top: 20px;
}
.div2Btn a {
	display: block;
	width: 140px;
	height: 40px;
	background: #61a3de;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
.rmtV .spanT{
	display:block;
	height:35px;
	line-height:35px;
	text-align:left;
	font-size:26px;
	color:#444444;
	}
.rmtTxt{
	clear:both;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	color:#828385;
	}
.rmtBt1{
	display:block;
	width:180px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#ffffff !important;
	font-size:16px;
	background:#61a3de;
	}
.rmtFrom tr td{
	line-height:20px;
	padding:10px 0;
	font-size:16px;
	text-align:center;
	color:#444444;
	}
.rmtFrom tr td input{
	width:95%;
	height:30px;
	line-height:30px;
	font-family:"microsoft yahei";
	color:#444444;
	font-size:14px;
	border:none;
	background:none;
	}
.rmtFrom tr td textarea{
	width:99%;
	height:90px;
	line-height:20px;
	font-family:"microsoft yahei";
	color:#444444;
	font-size:14px;
	border:none;
	background:none;
	}


.rmtFromBox{
	clear:both;
	color:#ff0000;
	font-size:16px;
	line-height:40px;
	text-align:left;
	}
.rmtFromBt{
	display:block;
	width:180px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff !important;
	margin:20px auto;
	background:#61a3de;
	font-size:16px; 
	}
/*************招聘 end**************/
/***********联系我们 begin***********/
.contactUsBox1{
	clear:both;
	height:340px;
	background:#f9f9f9;
	}
.contactUsDl{margin:0 -21px;}
.contactUsDl dd{
	display:inline;
	float:left;
	width:33.33%;
	overflow:hidden;
	}
.contactUsDl dd .ddDiv{
	overflow:hidden;
	height:234px;
	border:1px solid #d1d1d1;
	margin:0 21px;
	background:#fff;
	}
.contactUsDl dd .ddDiv .icon{
	display:block;
	width:70px;
	height:70px;
	margin:0 auto;
	}
.contactUsDl dd .ddDiv .icon.icon1{background:url(../images/cusIcon1.png) no-repeat center center}
.contactUsDl dd .ddDiv .icon.icon2{background:url(../images/cusIcon2.png) no-repeat center center}
.contactUsDl dd .ddDiv .icon.icon3{background:url(../images/cusIcon3.png) no-repeat center center}
.contactUsDl dd .ddDiv:hover .icon.icon1{background:url(../images/cusIcon1_h.png) no-repeat center center}
.contactUsDl dd .ddDiv:hover .icon.icon2{background:url(../images/cusIcon2_h.png) no-repeat center center}
.contactUsDl dd .ddDiv:hover .icon.icon3{background:url(../images/cusIcon3_h.png) no-repeat center center}


.contactUsDl dd .ddDiv .spanT{
	display:block;
	clear:both;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#61a3de;
	font-size:16px;
	}
.contactUsDl dd .ddDiv .txt{
	clear:both;
	padding:0 15px;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	color:#666666;
	text-align:center;
	}
.contactUsDl dd .ddDiv .txt .bt{
	display:block;
	color:#666666;
	text-decoration:underline;
	}
.contactUsDl dd .ddDiv .txt .bt:hover{color:#61a3de;}

/**/
.contactUsDl2 dd{
	clear:both;
	overflow:hidden;
	}
.contactUsDl2 dd .inputT{
	width:673px;
	height:56px;
	border:1px solid #c0c1c2;
	padding:0 5px;
	font-size:14px;
	font-family:"microsoft yahei";
	}
.contactUsDl2 dd .inputT.w_205{width:190px}
.contactUsDl2 dd textarea{
	padding:5px;
	width:1408px;
	height:198px;
	border:1px solid #c0c1c2;
	font-size:14px;
	font-family:"microsoft yahei";
	}
.contactUsDl2 dd .code{
	width:110px;
	height:58px;
	overflow:hidden;
	margin-left:10px;
	}
.contactUsDl2 dd .code img{
	display:block;
	width:110px;
	height:58px;
	}
@media only screen and (max-width: 1680px) {
	.contactUsDl2 dd .inputT{width:630px;}
	.contactUsDl2 dd textarea{width:1285px;}
}
.map{
	clear:both;
	width:1920px;
	height:495px;
	position:relative;
	left:50%;
	margin-left:-960px;
	}
.ctsDl dt{
	clear:both;
	height:64px;
	background:#61a3de;
	}
.ctsDl dt span{
	display:inline;
	float:left;
	width:33.33%;
	text-align:center;
	height:64px;
	line-height:64px;
	font-size:16px;
	color:#fff;
	}
.ctsDl dd{
	clear:both;
	height:64px;
	}
.ctsDl dd.bg{background:#f9f9f9}
.ctsDl dd span{
	display:inline;
	float:left;
	width:33.33%;
	text-align:center;
	height:64px;
	line-height:64px;
	font-size:16px;
	color:#828385;
	}
/***********联系我们 end***********/
/**********员工查询 begin***********/
.loginTop{
	clear:both;
	height:187px;
	}
.loginTop .logo{
	width:500px;
	height:187px;
	background:url(../images/logo.png) no-repeat left center;
	}
.loginTop a{
	width:90px;
	height:40px;
	line-height:40px;
	text-align:right;
	color:#111847;
	font-size:16px;
	background:url(../images/loginIcon.png) no-repeat left center;
	margin-top:84px;
	}
.loginBox{
	clear:both;
	overflow:hidden;
	height:530px;
	background:url(../images/loginBg.jpg) no-repeat center center;
	}
.loginDl{
	float:right;
	width:380px;
	height:366px;
	overflow:hidden;
	background:#d6e4f4;
	margin-top:82px;
	}
.loginDl dt{
	clear:both;
	overflow:hidden;
	height:62px;
	line-height:62px;
	background:#0068b6;
	color:#ffffff;
	font-size:20px;
	padding-left:34px;
	}
.loginDl dd{
	clear:both;
	}
.loginDl dd input{
	display:block;
	margin:0 auto;
	width:232px;
	height:42px;
	border:none;
	line-height:42px;
	text-align:left;
	font-family:"Microsoft yahei";
	padding:0 5px 0 55px;
	font-size:14px;
	color:#acacac;
	}
.loginDl dd input:hover{ box-shadow:-1px 0 5px #8da1dc}
.loginDl dd input:focus{ box-shadow:-1px 0 5px #8da1dc}

.loginDl dd input.icon1{ background:#fff url(../images/logo_icon1.png) no-repeat 24px center}
.loginDl dd input.icon2{ background:#fff url(../images/logo_icon2.png) no-repeat 24px center}
.loginDl dd input.w_142{width:122px;padding:0 10px;margin-left:45px}
.loginDl dd .code{
	width:90px;
	height:42px;
	margin-left:10px;
	}
.loginDl dd .code img{
	display:block;
	width:90px;
	height:42px;
	}
.loginDl dd .bt{
	display:block;
	width:292px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	background:#f5a100;
	margin:0 auto;
	}
.loginFooter{
	clear:both;
	line-height:114px;
	color:#828385;
	font-size:14px;
	}
/**/
.payroll_t{
	clear:both;
	overflow:hidden;
	height:120px;
	line-height:120px;
	text-align:center;
	margin-top:50px;
	color:#000000;
	font-size:40px;
	}
.payroll_dl{width:1145px;margin:0 auto}
.payroll_dl dd{
	display:inline;
	float:left;
	margin-left:40px;
	}
.payroll_dl dd .spanT{
	line-height:32px;
	color:#333333;
	font-size:18px;
	}
.payroll_dl dd input{
	border:none;
	width:190px;
	height:31px;
	line-height:31px;
	border-bottom:1px solid #bfbfbf;
	text-align:left;
	padding:0 5px;
	color:#333333;
	font-size:18px;
	}
.payroll_dl dd input.w_110{width:110px;}
/*slelect.demo样式start*/
.demo{width:90px; height:30px; position:relative; padding-right:30px; border-bottom:1px solid #dddddd;}
.demo1{width:60px; height:24px; position:relative; padding-right:24px; border:1px solid #dddddd;}

.seljg{ padding-left:10px; line-height:30px; color:#333333; font-size:18px; cursor:pointer;}
.demo1 .seljg{line-height:24px;}
.demo i{ display:block; width:30px; height:30px; background:url(../images/typ.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.demo1 i{ display:block; width:24px; height:24px; background:url(../images/typ.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.selTj{ width:100%; overflow:hidden; border:1px solid #dddddd; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:-1px; top:31px; background:#FFF; display:none;}
.demo1 .selTj{top:25px}
.selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.selTj a:hover{ background:#f8f8f8; color:#f70000;}
.selTj a.hover{background:#f8f8f8; color:#f70000;}
/*slelect.demo样式end*/
.payroll_dl dd em{color:#333333;padding:0 5px;}

.payrollBox{
	width:2912px;
	clear:both;
	}
.payroll_table tr{height:64px;}
.payroll_table tr.bg{background:#f8f8f8}
.payroll_table .tr1{background:#0068b6 !important;} 
.payroll_table .tr1 td{
	color:#ffffff;
	font-size:16px;
	}
.payroll_table tr td{
	text-align:center;
	font-size:16px;
	color:#666666;
	padding:0 5px;
	}
.payroll_table tr td span{
	display:inline-block;
	width:18px;
	text-align:center;
	padding:10px 20px;
	}
.payroll_table .tr2{
	padding-left:30px;
	background:#fff0d2 !important;
	}
.payroll_table .tr2 td{color:#ff0000;padding:0 5px;}
/**********员工查询 end***********/
/*******发展历程*******/
.courseT{
	clear:both;
	height:120px;
	position:relative;
	background:url(../images/curBg.jpg) repeat-x left center;
	}
.img_hd2 {
	width:1050px;
	margin:0 auto;
	overflow: hidden;
	height:120px;
	position:relative;
}
.img_hd2 ul {
	position:absolute;
	z-index: 1
}
.img_hd2 ul li{
	display:inline;
	float:left;
	width:263px;
	height:120px;
	position:relative;
	background:url(../images/curBg2.jpg) no-repeat center center;
	cursor:pointer;
	}
.img_hd2 ul li span{
	display:block;
	width:263px;
	height:120px;
	line-height:213px;
	color:#828385;
	font-size:20px;
	text-align:center;
	}
.img_hd2 ul li.on span{color:#fff; background:url(../images/curBg3.png) no-repeat center center;line-height:120px;}
.img_hd2 ul li:hover span{color:#fff; background:url(../images/curBg3.png) no-repeat center center;line-height:120px;}

.courseT .bottom_a {
	width:24px;
	height:45px;
	display: block;
	cursor: pointer;
	z-index: 10;
	position:absolute;
	top:50%;
	margin-top:-24px;
	}
.courseT .prev_a{left:0;background:#fff url(../images/curBg4.png) no-repeat left center;padding-right:40px;}
.courseT .next_a{right:0;background:#fff url(../images/curBg5.png) no-repeat right center;padding-left:40px;}

.courseDl{display:none}
.courseDl.show{display:block}
.courseDl .pic{
	width:580px;
	height:505px;
	overflow:hidden;
	}
.courseDl .pic img{
	display:block;
	width:580px;
	height:505px;
	}
.courseDlR{
	overflow:hidden;
	padding-left:55px;
	}
.courseDlR_t{
	clear:both;
	height:40px;
	line-height:40px;
	text-align:left;
	color:#61a3de;
	font-size:26px;
	line-height:40px;
	margin-bottom:27px;
	}
.courseDlR .divC{
	clear:both;
	overflow:hidden;
	height:440px;
	width:100%;
	}
.curTxtDl{
	font-size:14px;
	color:#828385;
	text-align:left;
	line-height:30px;
	padding-right:20px;
	}
.curTxtDl dd{
	clear:both;
	overflow:hidden;
	font-size:14px;
	color:#828385;
	text-align:left;
	line-height:30px;
	margin-bottom:30px;
	}
.curTxtDl dd .spanT{color:#61a3de}
/**/
.codeBox{
	width:100px;
	height:55px;
	padding-left:5px;
	}
.codeBox input{
	display:block;
	clear:both;
	width:88px;
	height:23px;
	line-height:25px;
	text-align:left;
	padding:0 5px;
	border:1px solid #cbcbcb;
	color:#828385;
	}
.codeBox .code{
	display:block;
	clear:both;
	width:100px;
	height:30px;
	border:none;
	margin-left:0;
	}
.codeBox .code:hover{border:none;margin-left:0; background:none}
.codeBox .code img{
	display:block;
	width:100px;
	height:30px;
	}
.newsAllImg11Slide{
	clear:both;
	overflow:hidden;
	}
.newsAllImg11Slide .bd{
	clear:both;
	overflow:hidden;
	height:700px;
	}
.newsAllImg11Slide .bd ul li{
	height:700px;
	overflow:hidden;
	}
.newsAllImg11Slide .hd {
	width: 100%;
	height: 20px;
	text-align: center;
}
.newsAllImg11Slide .hd ul {
	display: inline-block;
}
.newsAllImg11Slide .hd ul li {
	display: inline;
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	overflow: hidden;
	line-height: 99999999px;
	border: 1px solid #fff;
	margin: 3px 8px;
	background: #828385;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.newsAllImg11Slide .hd ul li.on {
	width: 16px;
	height: 16px;
	border: 1px solid #2c8bd7;
	margin: 0px 8px;
	background: #fff;
}

.satDl dd{
	display:inline;
	float:left;
	width:25%;
	overflow:hidden;
	cursor:pointer;
	}
.satDl dd .divC{margin:0 17px;position:relative;}
.satDl dd .pic{
	width:100%;
	padding-top:88.6%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}
.satDl dd span{
	display:block;
	clear:both;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
	}
/*弹窗*/
.aboutPW{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999999999;
	display:none;
	}
.aboutPWBg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.8);
	}
.aboutPWImg{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	max-width:90%;
	max-height:90%;
	z-index:11
	}
.pic_bt1{
	width:24px;
	height:45px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:15%;
	margin-top:-24px;
	z-index:99999;
	background:url(../images/curBg4.png) no-repeat left bottom;
	}
.pic_bt2{
	width:24px;
	height:45px;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:15%;
	margin-top:-24px;
	z-index:99999;
	background:url(../images/curBg5.png) no-repeat right bottom;
	}
.aboutPWBt{
	width:30px;
	height:30px;
	cursor:pointer;
	position:absolute;
	top:5%;
	right:5%;
	z-index:9999;
	background:url(../images/btt.png) no-repeat center center;
	}
.aboutPW .spanT{
	display:block;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:18px;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	}
/**/
.sousuoBox{
	width:770px;
	height:43px;
	overflow:hidden;
	background:#fff;
	border:1px solid #c2c2c2;
	position:absolute;
	top:58px;
	right:70px;
	z-index:99999;
	display:none;
	}
.sousuoBox a{
	display:inline;
	float:left;
	width:53px;
	height:43px;
	background:url(../images/spch5555.png) no-repeat center center;
	}
.sousuoBox input{
	display:inline;
	float:left;
	width:717px;
	height:43px;
	background:none;
	border:none;
	line-height:43px;
	text-align:left;
	color:#999999;
	font-size:14px;
	font-family:"microsoft yahei";
	}
/**/
.articleSlide{overflow:hidden}
#imageUploadify{margin:0 auto !important}
/**/
.prPwBox{
	width:400px;
	height:345px;
	overflow:hidden;
	position:fixed;
	top:50%;
	left:50%;
	z-index:99999999;
	margin:-173px 0 0 -200px;
	background:#fff;
	border:3px solid #bfbfbf;
	border-radius:5px;
	display:none;
	}
.prPwBoxC{
	padding:15px;
	overflow:hidden;
	}
.prPwBox .bt{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:20px;
	font-family:"宋体";
	color:#666;
	position:absolute;
	top:0;
	right:0;
	font-weight:bold;
	cursor:pointer;
	}
/**/
.pyrTop{
	clear:both;
	height:36px;
	background:#f0f0f0;
	line-height:36px;
	}
.pyrTop .a1{
	height:36px;
	padding-left:23px;
	color:#666666;
	font-size:14px;
	margin-right:30px;
	background:url(../images/pr_icon1.png) no-repeat left center;
	}
.pyrTop .a2{
	height:36px;
	padding-left:23px;
	color:#666666;
	font-size:14px;
	margin-right:30px;
	background:url(../images/pr_icon2.png) no-repeat left center;
	}
.pyrTop .a3{
	height:36px;
	color:#e70300;
	font-size:14px;
	}/**/
/******/
.articleList{margin-left:8px;}
.list1{width:27.14%;}
.list2{width:44.57%}
.list3{width:22%}
.articleList dd{
	display:block;
	overflow:hidden;
	margin-bottom:8px;
	}
.articleList dd a{
	display:block;
	position:relative;
	}
.articleList dd a div{position:relative}	
.articleList dd.dd1 a{padding-top:66.84%}
.articleList dd.dd2 a{padding-top:62.5%}
.articleList dd.dd3 a div{padding-top:121.5%}
.articleList dd a img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
.articleList dd.dd3{
	display:inline;
	float:left;
	width:50%;
	padding-bottom:8px;
	}
.articleList dd.dd3 a{margin-right:4px;}
.articleList dd a span{
	display:block;
	color:#fff;
	width:100%;
	height:50px;
	background:rgba(0,0,0,0.8);
	line-height:50px;
	text-align:center;
	font-size:16px;
	position:absolute;
	left:0;
	bottom:0;
	}
/**/
.articleSlide2{
	width:100%;
	position:relative;
	padding-top:42.14%;
	}
.articleSlide2 .bd{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	}
.articleSlide2 .bd dl dd{
	width:100%;
	overflow:hidden;
	}
.articleSlide2 .bd dl dd img{
	display:block;
	width:100%;
	}
.articleSlide2 .bt{
	display:block;
	width:71px;
	height:71px;
	position:absolute;
	top:50%;
	z-index:9999;
	margin-top:-35px;
	cursor:pointer;
	}
.articleSlide2 .bt.prev{left:0;background:url(../images/slideBt22.png) no-repeat left center;}
.articleSlide2 .bt.next{right:0;background:url(../images/slideBt22.png) no-repeat right center;}
/*海磷公告*/
.announcement{
	height:0px;
	position: relative;
	z-index: 999;
}
.announcementC{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 66px;
	background:rgba(0,0,0,0.5);
}
.announcementCT{
	height: 66px;
	overflow: hidden;
	line-height: 66px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 16px;
	background:url(../images/amtIcon1.png) no-repeat left center;
}
.announcementC .bd{
	width: 1070px;
	overflow: hidden;
	height: 66px;
	margin-left: 25px;
}
.announcementC .bd dl{width: 1150px;}
.announcementC .bd dl dd{
	width: 1150px;
	overflow: hidden;
	height: 66px;	
}
.announcementC .bd dl dd div{
	width:450px;
	height: 66px;
	overflow: hidden;
	margin-right: 95px;
}
.announcementC .bd dl dd div a{
	display: inline;
	float: left;
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #ffffff;
	background:url(../images/dian666.png) no-repeat left center;
	padding-left: 14px;
}
.announcementC .bd dl dd div a:hover{color: #f4a000}
.announcementC .bd dl dd div span{
	display: inline;
	float: left;
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #ffffff;
	padding-left: 10px;
}
.announcementC .btBox .bt{
	display:block;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background-image: url(../images/ct9999.png);
	background-repeat: no-repeat;
	position: relative;
}
.announcementC .btBox .bt.prev{top:5px;background-position:left top}
.announcementC .btBox .bt.next{top:-5px;background-position:left bottom}
.announcementC .btBox .bt.prev:hover{background-position:right top}
.announcementC .btBox .bt.next:hover{background-position:right bottom}

/* 招标start by:fpx */
.table{ display: table; width: 100%; height: 100%;table-layout:fixed}/* 设置表格方式垂直居中 */
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}/* 设置表格方式垂直居中 */

.inviteLoginBg{position: relative; width: 100%; height: 100%;}
.inviteLoginBg .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.inviteLoginBg .bd .slick-list,.inviteLoginBg .bd .slick-track{height: 100%;}
.inviteLoginBg.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.inviteLoginBg .myslide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.inviteLoginBg .myslide a{display: block;height: 100%;width: 100%;}

.inviteLogin{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%;}
.inviteLogo{ padding-top: 18px;}
.inviteLogo img{ height: 75px;}

.inviteLoginFormBox{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%;}
.inviteLoginForm{ width: 480px; background: #fff;}
.inviteLoginForm .con{ padding: 50px 80px;}
.inviteLoginFormTitle{ min-height: 30px; line-height: 30px; color: #333333; font-size: 20px; padding-bottom: 14px; text-align: center; position: relative; margin-bottom: 40px;}
.inviteLoginFormTitle:after{ display: block; content: ''; width: 30px; height: 4px; border-radius: 4px; left: 50%; bottom: 0; margin-left: -15px; background: #0088ff; position: absolute;}
.inviteLoginFormList .item{ border: 3px solid #f2f4f9; background: #f2f4f9; min-height: 48px; margin-bottom: 20px; border-radius: 3px;}
.inviteLoginFormList .item .itemC:after{ display: block; content: ''; clear: both; visibility: hidden;}
.inviteLoginFormList .item .icn{ width: 54px; background-repeat: no-repeat; background-position: center center; height: 48px; float: left; display: inline;}
.inviteLoginFormList .item .icn.account{ background-image: url(../images/invite/icn1.png);}
.inviteLoginFormList .item .icn.password{ background-image: url(../images/invite/icn2.png);}
.inviteLoginFormList .item .icn.yzm{ background-image: url(../images/invite/icn3.png);}
.inviteLoginFormList .item .yzmImg{ float: right; display: inline; width: 110px; height: 44px; margin:2px 2px 0 0; cursor: pointer;}
.inviteLoginFormList .item .yzmImg img{ display: block; width: 100%; height: 100%;}
.inviteLoginFormList .item .input{ overflow: hidden; padding-right: 15px;}
.inviteLoginFormList .item .input input{ display: block; width: 100%; height: 48px; border: none; background: none; color: #333; font-size: 16px;}
.inviteLoginFormList .item .input input::-webkit-input-placeholder{ font-size: 16px; color: #989ea7;}
.inviteLoginFormBtn{ overflow: hidden;}
.inviteLoginFormBtn a{ display: block; height: 55px; line-height: 55px; border-radius: 3px; background: #0088ff; color: #FFF; font-size: 16px; text-align: center;}
.inviteLoginFormBtn a:hover{ background: rgb(0 136 255 / 90%);}

.inviteTopBox{ height: 110px;}
.inviteTop{ position: fixed; height: 110px; top: 0; left: 0; width: 100%; z-index: 100; background: #FFF;}
.inviteSc{float:left;margin-top: 30px;height:50px;line-height:50px;padding-left:25px;background:url(../images/invite/sc.png) no-repeat left center;margin-right:20px;}
.inviteSc a{font-size: 16px; color: #666666;}
.inviteSc a:hover{color:#0088ff}
.inviteTopUser{ float: left; display: inline; font-size: 0; margin-top: 30px;position: relative;cursor: pointer;}
.inviteTopUser .icn{ width: 50px; height: 50px; border-radius: 50px; overflow: hidden; background: #adcef4; display: inline-block; margin-right: 10px;}
.inviteTopUser .icn img{ display: block; width: 100%; height: 100%;}
.inviteTopUser .name{ height: 50px; line-height: 50px; overflow: hidden;  display: inline-block; font-size: 16px; color: #666666;}
.inviteTopUser .icnDown{width: 50px; height: 50px; display: inline-block; background: url("../images/typ.png") no-repeat center center / 15px;}
.inviteTopUser .changePasswordBox{padding-top: 15px;display: none; position: absolute;left: 0;top: 100%;width: 100%;}
.inviteTopUser .changePassword{background-color: #ffffff;box-shadow: 0px 0px 12px rgba(0,0,0,.1);border-radius: 5px;}
.inviteTopUser .changePassword .change{padding:10px 30px;line-height: 30px;text-align: center;}
.inviteTopUser .changePassword .change a{font-size: 16px;color: #333;display: block;}
.inviteTopBtn{ float: left; display: inline; font-size: 0; margin: 38px 0 0 40px;}
.inviteTopBtn a{ border:1px solid #e6e6e6; display: inline-block; height: 32px; line-height: 32px; border-radius: 36px; padding: 0 16px; font-size: 14px; color: #666666;}
.inviteTopBtn a:hover{ background: #0088ff; color: #FFF; border-color: #0088ff;}

/* 修改密码表单start */
.messageOne{padding: 0 40px !important;background: #fff !important;box-sizing: border-box !important;-webkit-box-sizing: border-box !important;}
.messageOne .layui-layer-setwin{top: 23px !important;}
.messageOne .layui-layer-btn{padding: 0px 0px 30px !important;}
.messageOne .layui-layer-btn a{line-height: 45px !important;height: 45px !important;width: 100% !important;text-align: center !important;margin: 0 !important;}
.messageOne .layui-layer-title{text-align: center;border-bottom: 2px solid #0088ff !important;padding: 0 !important;height: 60px !important;line-height: 60px !important;background-color: #fff !important;font-size: 16px !important;color: #454545 !important;font-weight: bold !important;}
.changePasswordBoxC{overflow: hidden;}
.changePasswordBoxCon{padding: 30px;overflow: hidden;background-color: #fff;}
.changePasswordBoxCon .item{width: 100%;float: left;display: inline;}
.changePasswordBoxCon .item .con{background-color: #fff;margin-bottom: 30px;overflow: hidden;position: relative;border: 1px solid #d8d5de;}
.changePasswordBoxCon .item .con.conC{border: none;padding: 0;}
.changePasswordBoxCon .item .con.conC a.formBtn{margin:0 20px 0 0;border-radius: 10px;line-height: 50px;height: 50px;padding: 0 20px;font-size: 24px;color: #fff;}
.changePasswordBoxCon .item .label{float: left;height: 45px;width: 45px;}
.changePasswordBoxCon .item.item1 .label{background:#d8d5de url("../images/changePassword1.png") no-repeat center center;}
.changePasswordBoxCon .item.item2 .label{background:#d8d5de url("../images/changePassword2.png") no-repeat center center;}
.changePasswordBoxCon .item.item3 .label{background:#d8d5de url("../images/changePassword3.png") no-repeat center center;}
.changePasswordBoxCon .item.item4 .label{background:#d8d5de url("../images/changePassword3.png") no-repeat center center;}
.changePasswordBoxCon .item .label span{color: #e00006;margin-right: 10px;padding-top: 10px;}
.changePasswordBoxCon .item .itemC{overflow: hidden;}
.changePasswordBoxCon .item .input{padding: 0 10px;border: none;}
.changePasswordBoxCon .item input{width: 100%;line-height: 45px;height: 45px;font-size: 14px;color: #75737b; border: none;background: none;z-index: 1;position: relative;}
.changePasswordBoxCon .item.itemB .label{margin-right: 50px;}
.changePasswordBoxCon .item.flexC{clear: both;min-height: 76px;}
.changePasswordBoxCon .item.itemA em{font-size: 32px;bottom: 20px;} 
.changePasswordBoxCon .item.itemD input{width: 100%;}
.changePasswordBoxCon .item.itemD .itemDUp{overflow: hidden;float: right;}
.changePasswordBoxCon .item.itemD .itemDC{text-align: center;float: right;display: inline;margin-right: 24px;padding-top: 14px;}
.changePasswordBoxCon .item.itemD .itemDC a{display: block;width: 100%;height: 100%;}
.changePasswordBoxCon .item.itemD .yzm{float:right;display: inline;width: 110px;height: 45px;border: 1px solid #d8d5de;cursor: pointer;}
.changePasswordBoxCon .item.itemD .yzm img{display: block;width: 100%;height: 100%;}
.changePasswordBoxCon .item.itemD .con{overflow: hidden;width: 68%;}
.changePasswordBoxCon {overflow: hidden;padding: 30px 0 0 ;display: inline-block;}
.changePasswordBoxCon .formBtn{text-align: center;}
.changePasswordBoxCon .item.itemD .itemDUp.itemBox{margin-right: 30px;}
/* 修改密码表单end */

.inviteBanner{position: relative;overflow: hidden;width: 100%;}
.inviteBanner:before{display: block;content: '';padding-top: 31.25%;}
.inviteBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.inviteBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.inviteBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.inviteBanner .wrap{height: 100%;}
.inviteBanner .textC{position: relative;text-align: left;}
.inviteBanner .textC .title{font-size: 40px;color: #ffffff;line-height: 92px;font-weight: 500;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
.inviteBanner .textC .info{font-size: 18px;color: #FFF;line-height: 48px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}

.inviteFooter{ padding: 25px 0; background: #FFF;}
.inviteFooterC{ line-height: 50px; min-height: 50px; color: #666666; font-size: 14px; text-align: center;}
.inviteFooterC .icpBa{ margin: 0 20px;}
.inviteFooterC .gaba img{ height: 20px; vertical-align: middle; margin-right: 8px;}
.inviteFooterC  a:hover{ color:#0088ff}

.inviteView{ background: #FFF;}
.inviteView1{ padding: 45px 30px 30px;}
.inviteViewT{ line-height: 60px; min-height: 60px; color: #021349; font-size: 30px; text-align: center; padding: 18px 0; margin-bottom: 8px;}
.inviteArtT{ font-size: 20px; font-weight: bold; color: #333333; line-height: 30px; padding-bottom: 28px; border-bottom: 1px dotted #d1d1d1; margin-bottom: 30px;}
.inviteArt{ color: #555555; font-size: 14px; line-height: 30px;}
.inviteArt img{ height: auto !important; max-width: 100%;}
.inviteArtTable{ border: 1px solid #dee6f2; width: 100%;}
.inviteArtTable tr{ border: 1px solid #dee6f2; height: 40px;}
.inviteArtTable tr td{ border: 1px solid #dee6f2; padding: 0 15px; text-align: center; color: #666666; font-size: 14px;}
.inviteArtTable tr td.l{ text-align: left;}
.inviteArtFile{/* height: 50px; */line-height: 50px;}
.inviteArtFileL{ float: left; display: inline; font-size: 0;}
.inviteArtFileL span{ display: inline-block; font-size: 16px; color: #3a89ec; padding-left: 26px; background: url(../images/invite/down.png) no-repeat left center; vertical-align: middle;}
.inviteArtFileL a{display: block;/* width: 30px; */height: 30px; background-repeat:no-repeat;background-position:left center;vertical-align: middle;margin: 0 0 10px 0;color: #333;font-size: 14px;line-height: 30px;padding-left: 40px;}
.inviteArtFileL a.word{ background-image: url(../images/invite/word.png);}
.inviteArtFileL a.excel{ background-image: url(../images/invite/excel.png);}
.inviteArtFileL a.zip{ background-image: url(../images/invite/zip.png);}
.inviteArtFileL a.pdf{ background-image: url(../images/invite/pdf.png);}
.inviteArtFileL a:hover{ opacity: .9;}
.inviteArtFileR{float: right;display: inline;margin-top: 10px;}
.inviteArtFileR a{ display: block; height: 50px; padding: 0 20px 0 48px; color: #ffffff; font-size: 16px; background:#0088ff url(../images/invite/btn1.png) no-repeat 20px center; border-radius: 3px;}
.inviteView2{ padding: 20px 30px 40px;}
.inviteView2T{ height: 40px; line-height: 40px; padding-left: 10px; position: relative; color: #333333; font-size: 20px; font-weight: bold;}
.inviteView2T::before{ display: block; width: 4px; height: 100%; content: ''; background: url(../images/invite/icn4.png) no-repeat center center; position: absolute; left: 0; top: 0;}
.inviteView2C{ max-height: 710px; overflow: hidden; overflow-y: auto;}

.inviteBox{ background: #FFF; margin-top: -70px; position: relative; z-index: 1; padding: 10px 0 60px;}
.inviteForm{ width: 660px; margin: 0 auto;}
.inviteForm .item{ margin-bottom: 23px;}
.inviteForm .item .label{ line-height: 50px; color: #333333; font-size: 16px;}
.inviteForm .item.item1{ border: 1px solid #dee2ed; }
.inviteForm .item.item1 .label{ height: 48px; line-height: 48px; border-right: 1px solid #dee2ed; width: 158px; background: #f2f4f9; text-align: center; float: left; display: inline;}
.inviteForm .item.item1 .itemC{ overflow: hidden; padding: 0 22px;}
.inviteForm .item.item1 .itemC .input input{ border: none; background: none; height: 48px; line-height: 48px; width: 100%; color: #333; font-size: 14px;}
.inviteForm .item.item1 .itemC .input input::-webkit-input-placeholder{ font-size: 14px; color: #999999;}
.inviteForm .item .uploader-img-list{ padding-top:20px;}
.inviteUpload a{float: left;display: inline;height: 45px;line-height: 45px;color: #ffffff;width: 162px; background:#00b7ee;border-radius: 3px;margin-right: 20px;}.inviteUpload .upText{ line-height: 45px; padding-left: 20px; background: url(../images/invite/icn5.png) no-repeat left center; color: #999999; font-size: 14px;}
.inviteUpload a .webuploader-pick{
	display: block;
    padding: 0;
    background: none;
}
.inviteFormNotice{ overflow: hidden;}
.inviteFormNotice .label{ line-height:30px; color: #f30b0b; font-size: 14px;}
.inviteFormNotice .text{ line-height: 25px; color: #999999; font-size: 14px;}
.inviteFormBtn{ text-align: center;}
.inviteFormBtn a{ display: inline-block; height: 55px; line-height: 55px; padding: 0 65px; border-radius: 3px; background: #f2f4f9; color: #999999; font-size: 16px; margin: 0 10px;}
.inviteFormBtn a.submit{ background: #0088ff; color: #FFF;}
.inviteFormBtn a:hover{ opacity: .9;}
.inviteForm .item .itemC .inputText{ color: #021349; font-size: 16px;}

.inviteSucess{ height: 530px;}
.inviteSucess .icn{ margin-bottom: 25px;}
.inviteSucess .icn img{ display: block; height: 180px; margin: 0 auto;}
.inviteSucess .text{ height: 60px; line-height: 60px; color: #333333; font-size: 22px; font-weight: bold; margin-bottom: 35px; text-align: center;}
/* 招标end by:fpx */
.inviteResult-list{overflow:hidden}
.inviteResult-list dd{display:block;position:relative;line-height:21px;width:220px;float:left;}
.inviteResult-list div.imgWrap{
	width:120px;
	height:120px;
	border:1px solid #dce3ed;
	padding:5px;
	}
.inviteResult-list dd:hover div.imgWrap{ border:1px solid #e9bc1f;}
.inviteResult-list div.imgWrap p{
	width:120px;
	height:120px;
	background:#f5f5f5;
	display:block;
	vertical-align:middle;
	text-align:center;
	}
.inviteResult-list div.imgWrap p img{
	width:120px;
	height:120px;
	}
.inviteResult-list .info{
	width:120px;
    position: absolute;
    left:6px;
    bottom:6px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
    font-size: 12px;
    z-index: 10;
}