@charset "UTF-8";

.wrap{width:1200px;clear: both;margin:0 auto;}
.bg1{background:#fff;}
.bg2{background:#f4f4f4;}
.bg3{background:#fff; }
.mainCon{
	padding:15px;
	overflow:hidden;
	background:#fff;
}

.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
}
	
.headBox{
    clear:both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    background: none;
	background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: 0.4s ease;
}
.headBox.hover{
    background: none;
    box-shadow: none;
}
.headBox1{
	clear: both;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.indTop{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.bgRelative{
	position: relative;
	overflow: hidden;
}
.layerBg{
	position: absolute !important;
	top: -2.5% !important;
	left: -2.5% !important;
	width: 105%;
	height: 105%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* fullPage start */
.fp-tableCell{position: relative;height: 0px; overflow: hidden;}
.section{height: 0px; overflow: hidden; background: #fff;}
#fullpage{
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.4s !important;
}
.floLeftBox{
    position: fixed;
    top: 50%;
    right: 30px;
    height: 150px;
    overflow: hidden;
    transform: translateY(-50%);
    margin-top: -75px\9;
    z-index: 9;
}
.floLeft{
    position: relative;
    transition: 0.4s ease;
}
.floLeft dd{
    height: 30px;
    position: relative;
    transition: 0.4s ease;
	cursor: pointer;
}
.floLeft i{
    float: right;
    width: 50px; 
    height: 30px;
    position: relative;
}
.floLeft i:after{
    content: '';
    border-top: 1px solid #fff;
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.4s ease;
}
.floLeft dd:hover i:after{
	width: 100%;
}
.floLeft.hover i:after{
    border-color: #999;
}
.floLeft span{
    float: left;
    position: relative;
    top: 0;
    width: 112px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    height: 30px;
    line-height: 30px;
    padding-right: 8px;
    opacity: 0;
    filter: alpha(opacity= 0);
    transition: 0.4s ease;
}
.floLeft.hover span{
    color: #666;
}
.floLeft dd.active i:after{
    width: 100%;
}
.floLeft dd.active span{
    opacity: 1;
    filter: alpha(opacity= 100);
}
.floRight{
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -80px\9;
}
#fp-nav li{
    font-size: 0;
    position: relative;
    margin: 5px auto;
    width: 20px;

}
#fp-nav li a{
    display: block;
    border: 1px solid;
    width: 18px;
    height: 18px;
    border-color: transparent;
    position: relative;
    z-index: 9;
    border-radius: 50%;
    transition: 0.4s ease;
}
#fp-nav li:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    transition: 0.4s ease;
}
#fp-nav li.active a{
    border-color: #fff;
}

.pageNum{
    padding-top: 50px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    height: 20px;
}
.pageNum:after{
    content: '';
    border-left: 1px solid #d1d1d1;
    position: absolute;
    bottom: 30px;
    height: 40px;
    left: 50%;
}
.pageNum em{
    font-size: 20px;
}
.pageNum span{
    font-size: 14px;
}
.floRight.hover #fp-nav li.active a{
    border-color: #888;
}
.floRight.hover #fp-nav li:after{
    background: #888;
}
.floRight.hover .pageNum {
    color: #666;
}
/* fullPage end */
/*logo */
.logo,.subLogo{
	overflow: hidden;
	margin-top:13px;
	margin-left: 30px;
}
.logo a img,.subLogo a img{display:block;height:54px;}
.logo,
.headBox.hover .subLogo{
    display: none;
}
.headBox.hover .logo{
    display: block;
}
.topSearch{
	display: block;
	width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
	background: url(../images/search_1.png) no-repeat center right;
}
.headBox.hover .topSearch{
    border-color: #fff;
    background: url(../images/search.png) no-repeat center right;
}
.topSearch:hover{
	background: url(../images/search_1h.png) no-repeat center right !important;
}
.searchBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.searchBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7) url(../images/searchClose.png) right 79px no-repeat;
    
}
.searchMain{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -25px;
}
.searchMain .inpBox{
    border: 2px solid #1d6ea6;
    border-radius: 2px 0 0 2px;
    width: 360px;
    padding: 0 10px;
    background: #fff;
}
.searchMain .inpBox input{
    line-height: 46px;
    height: 46px;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #666;
}
.searchBtn{
    height: 50px;
    line-height: 50px;
    border-radius: 0 2px 2px 0;
    background: #1d6ea6;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
/*导航*/
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{ z-index: 9; position: relative;}
.menuLine{
    position: absolute;
    display: block;
    height: 4px;
    background: #1d6ea6;
    top: 76px;
    left: 0;
    transition:height 0.5s ease-out,left 0.4s  linear;
}
.menuDl{
    position: relative;
}
.menuDl dd{
	display: inline;
	float:left;
    position: relative;
    z-index: 3;
	transition: 0.3s linear;
}
.menuDl dd:hover{
	background: rgba(255,255,255,0.5);
}
.menuDl dd span a{
	display: block;
	height:80px;
	overflow: hidden;
	line-height: 80px;
	color: #666;
	font-size: 14px;
	position: relative;
    padding: 0px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.headBox.hover .menuDl a{
    color: #fff;
}
.headBox.hover .menuLine{display: none;}
.menuDl dd span a:hover{
    color: #f99c17 !important;
}
.menuDl dd.hover span a{color: #1d6ea6 !important}
.menuDl dd span a i{
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.menuDl dd.hover span a i{
    display: block;
}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 99;
	background:#fff;
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
.menuDl dt {
    width: 0px;
    height: 3px;
    overflow: hidden;
    background: #1d6ea6;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
/* 二级标题 start */
.titCh{
    overflow: hidden;
    font-size: 30px;
    color:#333;
    padding-bottom: 32px;
    position: relative;
	text-align: center;
}
.titCh em{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
	background: url(../images/titChIco.png) center center no-repeat;
}
.titCh.c_fff{
    color:#fff;
}
/* 二级标题 end */
/* subMenu start */
.subMenuDiv{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 80px;
	z-index: 1;
    visibility: hidden;

}
.menuDl dd:hover .subMenuDiv{
    visibility: visible;
}
.subMenu {
    width: 1500px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 3;
}
.subMenu li {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.subMenu a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #ccc;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.subMenu li a:hover{
    color:#fff;
}
.menuDl dd:hover .subMenu li:nth-of-type(2) a{transition-delay: 0.1s;}
.menuDl dd:hover .subMenu li:nth-of-type(3) a{transition-delay: 0.2s;}
.menuDl dd:hover .subMenu li:nth-of-type(4) a{transition-delay: 0.3s;}
.menuDl dd:hover .subMenu li:nth-of-type(5) a{transition-delay: 0.4s;}
.menuDl dd:hover .subMenu li:nth-of-type(6) a{transition-delay: 0.5s;}
.menuDl dd:hover .subMenu li:nth-of-type(7) a{transition-delay: 0.6s;}
.menuDl dd:hover .subMenu li:nth-of-type(8) a{transition-delay: 0.7s;}
.menuDl dd:hover .subMenu li:nth-of-type(9) a{transition-delay: 0.8s;}
.menuDl dd:hover .subMenu li:nth-of-type(10) a{transition-delay: 0.9s;}
.menuDl dd:hover .subMenu li:nth-of-type(11) a{transition-delay: 1s;}
.menuDl dd:hover .subMenu li:nth-of-type(12) a{transition-delay: 1.1s;}
.menuDl dd:hover .subMenu li:nth-of-type(13) a{transition-delay: 1.2s;}
.menuDl dd:hover .subMenu li:nth-of-type(14) a{transition-delay: 1.3s;}
.menuDl dd:hover .subMenu li:nth-of-type(15) a{transition-delay: 1.4s;}
.menuDl dd:hover .subMenu li:nth-of-type(16) a{transition-delay: 1.5s;}
.menuDl dd:hover .subMenu li:nth-of-type(17) a{transition-delay: 1.6s;}
.menuBg {
    display: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1;
    background: rgba(0,0,0,0.6);
}
.menuDl dd.hover .subMenu li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menuDl dd.hide .subMenu li {
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}

/* subMenu end */
.topR{
    padding-right: 80px;
    position: relative;
}
.languageBox{
    font-size: 14px;
    color:#666;
    height: 30px;
    line-height: 30px;
    padding: 25px 0px;
    position: relative;
    margin: 0px 15px;
}
a.lang_a{font-size: 15px; color:#666;}
.headBox.hover a.lang_a{color: #fff}
.languageBox .lang_a:hover{
    color:#f99c17 !important;
}
.lang_dl{
    overflow: hidden;
    margin-right: 15px;
    color: #666;
    font-size: 15px;
}
.lang_dl a{
    color: #666;
}
.headBox.hover .lang_dl a{
    color: #fff;
}
.lang_dl span{
    color: #f7941d;
}
.lang_dl a:hover span{
    color: #666;
}
.lang_dl a:hover em{
    color: #f7941d;
}
.headBox.hover .lang_dl a:hover em{
    color: #fff;
}
.topSeaBox{
    position: relative;
    padding: 25px 0px;
    border-left: 1px solid #f2f2f2;
}
.topSeaInp{
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    overflow: hidden;
    padding: 10px 0px;
}
.topSeaBox input{
    height: 30px;
    overflow: hidden;
    background: none;
    border:1px solid rgba(255,255,255,0.2);
    outline: none;
    z-index: 2;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    font-family: 'microsoft yahei';
    border-radius: 3px;
}
.topSeaBox:hover input{
    display: block;
}
.headBox.hover .topSeaBox{
    border: none;
}
.fixedMenu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
}

/**
 * banner
 */
.banner{
	background: #1d6ea6;
}
.banner,
.bannerList,
.banner .slick-list,
.banner .slick-track,
.banner .mySlide{
    height: 100%;
    position: relative;
	overflow: hidden;
}
.banner .mySlide a{
    display: block;
    height: 105%;
	width: 105%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	top: -2.5% !important;
	left: -2.5% !important;
}

.banner .banTxt1{
	position: absolute !important;
	left: 50% !important;
	top: 43% !important;
	width: 542px;
	height: 256px;
	margin: -128px 0 0 -271px;
}
.banner .mySlide .banTxt1{
	/* -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1); */
	display: none;
}
.banner .mySlide.slick-active .banTxt1{
	/* -webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1); */
	display: block;
}
.banner .banTxt2{
	position: absolute;
	left: 300px;
	top: 0;
}
.banner .banTxt4{
	position: absolute;
	top: 150px;
    left: 137px;
}
.banner .banTxt5{
	position: absolute;
	top: 150px;
    left: 65px;
}
.banner .slick-dots{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner .slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	vertical-align: middle;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	background: #fff;
}
.banner .slick-dots li:after{
	content: '';
	transition: all .3s ease;
	top: -5px;
    left: -5px;
    width: 16px;
    height: 16px;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.banner .slick-dots li.slick-active{
	/* background: #f99c17; */
	border-color: transparent;
}
.banner .slick-dots li.slick-active:after{
	-webkit-transform: scale(1);
    transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.banner .slick-track {
	-webkit-perspective: 1600px;
	perspective: 1600px;
	transition-timing-function: cubic-bezier(0.215,.610,.355,1.000) !important;
}

.banner .banOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}

.banner .banInNext {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: rotateInFromLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}

.banner .banOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: slideOutScaleLeft 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}

.banner .banInPrev {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateInFromRight 1.2s forwards cubic-bezier(.7, 0, .3, 1);
	animation: rotateInFromRight 1.2s forwards cubic-bezier(.7, 0, .3, 1)
}
@keyframes slideOutScaleRight {
	from {
		
		transform: translateX(0) scale(1);
		opacity: 1;
	}

	to {
		
		transform: translateX(100%) scale(.9);
		opacity: 0;
	}
}
@keyframes rotateInFromLeft {
	from {
		
		transform: translateX(-100%) rotateY(-55deg);
		opacity: 0;
	}

	to {
		
		transform: translateX(0) rotateY(0deg);
		opacity: 1
	}
}
@keyframes slideOutScaleLeft {
	from {}

	to {
		-webkit-transform: translateX(-100%) scale(.9);
		transform: translateX(-100%) scale(.9);
		opacity: 0
	}
}
@keyframes rotateInFromRight {
	from {
		-webkit-transform: translateX(100%) rotateY(55deg);
		transform: translateX(100%) rotateY(55deg)
	}

	to {
		-webkit-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
		opacity: 1
	}
}
/* suabBanner */
.subBanner{
    clear: both;
    width: 100%;
    height: 475px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*banner2*/
.banner2 a{
    display: block;
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner2 .slick-dots{
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.banner2 .slick-dots li{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: 0.4s ease;
    margin: 0 9px;
    cursor: pointer;
}
.banner2 .slick-active{
    background: #fff;
}
/**
 * footer
 * @author 杨朝杰
 * @return
 */
.footer {
	clear:both;
	background:#fff;
	padding:30px 0px;
	font-size:14px;
	border-top: 1px solid #e6e6e6;
    position: relative;
    z-index: 1;
}
.footerLeft{
    overflow: hidden;
}
.footNav_dl{
    float: left;
    margin-right: 65px;
    display: inline;
    overflow: hidden;
}
.footNav_dl dt{
    overflow: hidden;
    line-height: 40px;
}
.footNav_dl dt a{
    color:#333333;
    font-size: 16px;
}
.footNav_dl a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footNav_dl a:hover{
    color:#efa041;
}
.footNav_dl dd{
    height: 34px;
    overflow: hidden;
    line-height: 34px;
}
.footNav_dl dd a{
    font-size: 14px;
    color:#666;
}
.footLink a{
	color: #333333;
    font-size: 16px;
	line-height: 40px;
	display: block;
}
.footLink a:hover{
	color: #efa041;
}
.footerRight{
    /*overflow: hidden;*/
    margin-top: 10px;
    border-left: 1px solid #d1d1d1;
}
.footCode{
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 10px;
}

.footSpan{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#333;
    text-align: right;
}

.footCode span{ display: block; width: 108px; height: 108px;padding:0 8px;}
.footCode span img{ width: 100% }
.footCode p{ display: block; font-size:12px; color: #999; text-align: center;padding-top:5px;}
.copyrightInfo{
	clear:both;
	line-height:30px;
	text-align:left;
}
.footer2{
    overflow: hidden;
    background: #0c4372;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 14px;
    color:#7b9bb6;
}
.copyrightInfo a,
.footer2 a{
    font-size: 14px;
    color:#7b9bb6;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyrightInfo a:hover,
.footer2 a:hover{
    color:#fff;
}
.foot2R i{
    color:#7b9bb6;
    padding: 0px 10px;
}
.footer2 #cnzz_stat_icon_1276510207{
	margin-left: 10px;
}
/* 网站地图 bergin */
.oh{
    overflow: hidden;
}
.webMapBt{
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 25px;
    height: 55px;
    width: 80px;
    z-index: 995;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #1d6ea6;
}
.webMapBt span{
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headBox.hover .webMapBt{
    background: none;
}
/*.headBox.hover .webMapBt span{
    background: #333;
}*/
.webMapBt.hover span.span1{
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.webMapBt.hover span.span2{
    opacity: 0;
}
.webMapBt.hover span.span3{
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);

}
.webMap{
    width: 670px;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 999;
}
.webMapBg{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 998;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}
.webMapCont{
    position: relative;
    overflow: hidden;
}
.webMapScroll{
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 80px);
    background: #fff;
}
.webMapTop{
    padding: 0px 20px;
    overflow: hidden;
    height: 80px;
}
.closeMap{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../images/close_h.png) no-repeat center center;
    background-size: 25px auto;
    margin-top: 20px;
}
.webMapTit{
    padding: 25px 50px 0 50px;
    color:#fff;
    overflow: hidden;
    background: #fff;
}
.webMapTit .titEn{
    height: 38px;
    background: url(../images/webMapTit.png) left center no-repeat;
}
.webMapTit .titCn{
    border-bottom: 1px solid #cdcdcd;
    font-size: 16px;
    color: #333;
    padding: 10px 0 30px 0;
}
.webMapMenu{
    overflow: hidden;
    margin: 0px 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cdcdcd;
}
.webMapMenuBox{
    padding: 7px 0px;
    overflow: hidden;
}
.webMap_dl{
    overflow: hidden;
    padding-left: 30px;
    margin-right: -15px;
}
.webMapMenuBox:last-child{
    border-bottom: none;
}
.webMapTopMenu{
    overflow: hidden;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color:#333;
    font-weight: bold;
}
.webMapIcon1 a{
    background: url(../images/webMapIcon.png) no-repeat left top;
}
.webMapIcon1 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -29px;
}
.webMapIcon2 a{
    background: url(../images/webMapIcon.png) no-repeat left -62px;
}
.webMapIcon2 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -91px;
}
.webMapIcon3 a{
    background: url(../images/webMapIcon.png) no-repeat left -131px;
}
.webMapIcon3 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -160px;
}
.webMapIcon4 a{
    background: url(../images/webMapIcon.png) no-repeat left -201px;
}
.webMapIcon4 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -230px;
}
.webMapIcon5 a{
    background: url(../images/webMapIcon.png) no-repeat left -294px;
}
.webMapIcon5 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -323px;
}
.webMapIcon6 a{
    background: url(../images/webMapIcon.png) no-repeat left -366px;
}
.webMapIcon6 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -395px;
}
.webMapIcon7 a{
    background: url(../images/webMapIcon.png) no-repeat left -436px;
}
.webMapIcon7 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -465px;
}
.webMapTopMenu a{
    color:#333;
    padding-left: 30px;
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.webMap_dl dd{
    float: left;
    display: inline;
    margin-right: 15px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
.webMap_dl dd a{
    font-size: 14px;
    color:#999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webMapTopMenu a:hover,
.webMap_dl dd a:hover{
    color:#f99c17;
}

.webMapOther{
    overflow: hidden;
    padding: 20px 50px;
}
.groupSite,
.groupTell{
    font-size: 14px;
    color: #888;
    line-height: 22px;
    padding-left: 50px;
} 
.groupSite{
    margin-bottom: 15px;
    background: url(../images/site.png) left center no-repeat;
}
.groupTell{
    background: url(../images/tell.png) left center no-repeat;
}
/* 网站地图 end */
/*
* 二级导航 kis2
*/
.locationBox{
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.02);
    position: relative;
    z-index: 6;
}
.subMenu_dl{
    overflow: hidden;
	position: relative;
}
.subMenu_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0px 8px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_dl dd .subMenu_a:hover,
.subMenu_dl dd.hover .subMenu_a{
    color:#1d6ea6;
}
.navLine{
	background: #1d6ea6;
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 0;
}
/*
* location kis2
*/
.location{
    line-height: 50px;
    overflow: hidden;
}
.location a{
    font-size: 13px;
    color:#999;
    overflow: hidden;
    padding-left: 15px;
}
.location a~a{
	background: url(../images/trangleRight.png) no-repeat 5px center;
}
.location a:hover{
	color:#1d6ea6;
}
.location a.hover,
.location a+a+a:hover{
    color:#1d6ea6;
    background: url(../images/trangleRight_h.png) no-repeat 5px center;
}
a.locIndex {
	background: url(../images/home.png) no-repeat left center;
	width: 60px;
	height: 50px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
/* 
 * 三级
 */
.three_dl{
	font-size: 0;
	text-align: center;
}
.three_dl dd{
	display: inline-block;
	margin: 0 6px;
	position: relative;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
} 
.three_dl a{
	display: block;
	height: 42px;
	padding: 0 15px;
	line-height: 42px;
	border: 1px solid #dddddd;
	font-size: 13px;
	color: #666;
	position: relative;
	z-index: 1;
	transition: 0.4s ease;
	border-radius: 2px;
}
.three_dl dd:after{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #1d6ea6;
    transition: 0.4s ease;
}
.three_dl a:hover{
	color: #fff;
	border-color: #1d6ea6;
}
.three_dl dd:hover:after{
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.three_dl dd.hover:after{
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.three_dl dd.hover a{
	color: #fff;
	border-color: #1d6ea6;
}
/*右侧菜单 start */
.subPage{
    margin-top: -115px;
    position: relative;
    z-index: 2;
    
}
.pageBox{
    padding: 30px 40px;
    clear: none;
    overflow: hidden;
}
.pageLeft{
    width: 240px;
    margin-left: 30px;
    min-height: 75px;
}
.pageFix.fixde{
    width: 240px;
    position: fixed;
    top: 90px;
}
.subMenuTit{
    color: #fff;
    height: 75px;
    background: #1e6fa6 url(../images/jt1.png) right 20px center no-repeat;
    padding: 0 40px;
}
.subMenuCn{
    font-size: 18px;
    padding-top: 25px;
}
.subMenuEn{
    font-size: 13px;
    display: block;
    font-weight: normal;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.subMenu1{
    background: #fff;
    box-shadow: 6px 6px 0px rgba(0,0,0,.02);
}
.subMenu1 dd{
    line-height: 50px;
    padding: 0 40px;
    position: relative;
}
.subMenu1 dd:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    background: #f9f9f9;
    transition: 0.4s ease;
}
.subMenu1 dd:hover:after{
    width: 100%;
    opacity: 1;
}
.subMenu1 dd.hover:after{
    width: 100%;
    opacity: 1;
}
.subMenu1 dd+dd{
    border-top: 1px solid #eee;
}
.subMenu1 a{
    display: block;
    color: #555;
    font-size: 14px;
    position: relative;
    z-index: 9;
    transition: 0.3s ease;
    background-position: right center;
    background-image: none;
}
.subMenu1 a:hover{
    color: #006db8;
}
.subMenu1 dd:hover a{
    color: #006db8;
}
.subMenu1 dd.hover a{
    color: #006db8;
    
}
.subTitle{
    height: 45px;
    border-bottom: 1px #e6e6e6 solid;
}
.subTitle1{
    font-size: 18px;
    line-height: 45px;
    border-bottom: 3px #1e6fa6 solid;
    color: #333;
    position: relative;
    font-weight: bold;
    margin-top: -2px;
}
.subTitle .location{
    height: auto;
    background: url(../images/home1.png) no-repeat 5px center;
    padding-left: 15px;
}
.subTitle .location a{
    line-height: 40px;
    height: 40px;
    
}
.subTitle .location a+a{
    background: url(../images/trangleRight.png) no-repeat 5px center;
}
.textImg1{
    overflow: hidden;
    padding:0;
    border: none;
}
.textImg1 dd{
    border: none;
}
.textImg1 dd+dd{
    border-top: 1px solid #e6e6e6;
}
.subPage .textImg1 .listInfo{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*右侧菜单 end */
/********************************  框架 end  ***************************************/
/*
* 首页内容
*/
.aboutGroup{
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -602px;
    width: 1204px;
    z-index: 9;
	display: none;
}
.aboutGroup dd{
    float: left;
    display: inline;
    width: 33.333333%;
    padding: 5px 0;
}
.aboutGroup dd:nth-of-type(1){animation-delay: 0;}
.aboutGroup dd:nth-of-type(2){animation-delay: 0.3s;}
.aboutGroup dd:nth-of-type(3){animation-delay: 0.6s;}
.aboutGroup a{
    display: block;
    margin: 0 2px;
    background: #fff;
    position: relative;
    padding: 20px 0 15px 22px;
    transition: 0.8s ease;
}
.aboutGroup a:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #f99c17;
    transition: 0.4s ease;
}
.aboutGroup .listTit{
    font-size: 20px;
    color: #444;
    position: relative;
    z-index: 9;
    transition: 0.4s ease;
}
.aboutGroup .listInfo{
    width: 270px;
    white-space: normal;
    overflow: hidden;
    color: #777;
    font-size: 14px;
    text-overflow: ellipsis;
    padding-top: 5px;
    position: relative;
    z-index: 9;
    transition: 0.4s ease;
    height: 20px;
}
.aboutGroup .listIco{
    position: absolute;
    top: 0;
    right: 35px;
    width: 38px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    transition: 0.4s ease;
}
.aboutGroup .listIco.ico1{background-image: url(../images/aboutIco1.png);}
.aboutGroup .listIco.ico2{background-image: url(../images/aboutIco2.png);}
.aboutGroup .listIco.ico3{background-image: url(../images/aboutIco3.png);}
.aboutGroup a:hover{
    background: rgba(0,0,0,0);
}
.aboutGroup a:hover:after{
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.aboutGroup a:hover .listTit,
.aboutGroup a:hover .listInfo{
    color: #fff;
}
.aboutGroup a:hover .listIco.ico1{background-image: url(../images/aboutIco1_h.png); right: 45px;}
.aboutGroup a:hover .listIco.ico2{background-image: url(../images/aboutIco2_h.png); right: 45px;}
.aboutGroup a:hover .listIco.ico3{background-image: url(../images/aboutIco3_h.png); right: 45px;}
/*集团概括 start*/
.h25Bf{
    height: 25%;
}
@media screen and (max-height: 770px) {
   .h25Bf{
        height: 18%;
    } 
}
.groupBox{
    overflow: hidden;
    padding-right: 75px;
}
.groupTit span{
    font-size: 22px;
    color: #186fb0;
    display: block;
}
.groupTit em{
    font-size: 26px;
    color: #ccc;
}
.groupImg{
    width: 555px;
	position: relative;
}
.groupImg a{
    display: block;
	position: relative;
}
.groupImg a:after{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4) url(../images/play1.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.groupImg a:hover .jqthumb{
    transform: scale(1.05);
}
.groupInfo1{
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    margin: 30px 0 45px 0;
}
.groupMore{
    width: 150px;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    transition: 0.8s ease;
}
.groupMore a{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.groupMore i{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=100);
    background: #f99c17;
    transition: 0.4s ease;
}
.groupMore:hover{
    background: none;
}
.groupMore:hover a{
    color: #fff;
}
.groupMore:hover i{
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.groupData{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 20%;
}
.dataList{
    padding: 30px 0 35px 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    overflow: hidden;
    margin-top: -60px;
    background: #fff;
    animation-delay: 0.5s;
}
.dataList dd{
    float: left;
    display: inline;
    width: 25%;
    position: relative;
    text-align: center;
    transition: 0.4s ease;
}
.dataList dd+dd:after{
    content: '';
    display: block;
    height: 46px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
    border-left: 1px solid #e5e5e5;
}
.dataNum span{
    font-size: 35px;
}
.dataNum em{
    font-size: 13px;
}
.dataText{
    font-size: 14px;
}
.dataList dd:hover{
    transform: translateY(-4px);
}
/*集团概括 end*/

/*集团业务 start*/
.inliner-bannerBox{ width: 100%; height: 100%; z-index: 1;overflow: hidden;}
.inliner-banner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 5;
}
.inliner-banner ul{
    width: 100%;
    height: 100%;
}
.inliner-banner li{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 100%;
    text-align: center;
    transform: scale(0.8);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inliner-banner li.index{
    z-index: 2;
}
.inliner-banner li:first-child{
    left: 0;
    transform: scale(1);
}
.inliner-banner li a{
    display: block;
    width: 100%;
    height: 100%;
}
.inliner-banner li .con{
    display: block;
    width: 606px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -145px 0 0 -303px;
    transform: scale(1);
}
.inliner-banner li h3{
    font-size: 28px;
    color: #ffffff;
    line-height: 40px;
    font-weight: normal;
}
.inliner-banner li h2{
    font-size: 45px;
    color: #fff;
    line-height: 51px;
    font-weight: normal;
    margin:5px 0 30px 0;
    padding-top: 30px;
}
.inliner-banner li .font{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    width: 72%;
    margin: 0 auto;
    display: none;
}
.inliner-banner li .more{
    width: 178px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #efa041;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    margin: 60px auto 0;
}
.inliner-list{ width: 666px; height: 666px; position: absolute; left: 50%; margin-left: -333px; top: 50%; margin-top: -333px; z-index: 11;}
.inliner-list a{ display: block; position: absolute; left: 0px; top: 0px; width:100%; height: 100%; z-index: 20}
.inliner-list li{
    width: 8px;
    height: 8px;
    position: absolute;
    background: url(../images/c3_dot.png) no-repeat center;
    transition:all 0.3s;
    background-size: 100% 100%;
    z-index: 10;
    cursor: pointer;
}
.inliner-list li.on{
    background: url(../images/c3_dot_h.png) no-repeat center;
    background-size: 100% 100%;
}
.circle{
    width: 666px; height: 666px; position: absolute; left: 50%; margin-left: -333px; top: 50%; margin-top: -333px; z-index: 10;
}
.circle-bg{ width: 666px; height: 666px; position: absolute; left: 50%; margin-left: -333px; top: 50%; margin-top: -333px; z-index: 10;}
.circle-bg-hui{ border: 1px solid #FFF; position: absolute; left: 0px; top: 0px; width:100%; height:100%; border-radius: 666px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.circle-bg .progress-left{ position: absolute; left: 0px; top: 0px; width: 50%; height: 100%; overflow: hidden; z-index: 1;}
.circle-bg .progress-left .progress-bar{box-sizing: border-box; -webkit-box-sizing: border-box; width:100%; height: 100%; left: 100%;border: 1px solid #efa041; top: 0px; position: absolute; border-radius:0 600px 600px 0; transform-origin: left center; border-left: none;}
.circle-bg .progress-right{ position: absolute; right: 0px; top: 0px; width: 50%; height: 100%; overflow: hidden; z-index: 1;}
.circle-bg .progress-right .progress-bar{box-sizing: border-box; -webkit-box-sizing: border-box; width:100%; height: 100%; right: 100%;border: 1px solid #efa041; top: 0px; position: absolute; border-radius:600px 0 0 600px; transform-origin: right center; border-right: none;}
@media (max-width: 1660px){
    .inliner-bg{ width: 500px; height: 500px; margin: -250px 0 0 -250px;}
    .circle-bg{ width: 500px; height: 500px; margin: -250px 0 0 -250px;}
    .inliner-list{ transform: scale(0.75); -webkit-transform: scale(0.75)}
}
/*集团业务 end*/

/*新闻动态 start*/
.news{
    height: 100%;
}
.newsTitle{
    margin:0 10% 0 14%;
    height: 100%;
    
}
.newsTitEn{
    font-size: 45px;
    width: 320px;
    color: #333;
}
.newsTitCn{
    color: #333;
    font-size: 22px;
    padding-top: 20px;
}
.newsInfo{
    font-size: 14px;
    color: #777;
    margin: 20px 0;
}
.newsArrow{
    overflow: hidden;
    margin-bottom: 65px;
}
.newsPrev,
.newsNext{
    height: 28px;
    width: 25px;
    float: left;
    cursor: pointer;
    transition: 0.2s ease;
}
.newsPrev{
    background: url(../images/prev1.png) center center no-repeat;
}
.newsNext{
    background: url(../images/next1.png) center center no-repeat;
    border-left: 1px solid #dadada;
}
.newsPrev:hover{
    background: url(../images/prev1_h.png) center center no-repeat;
}
.newsNext:hover{
    background: url(../images/next1_h.png) center center no-repeat;
}
.newsMore{
    position: relative;
     width: 155px;
}
.newsMore a{
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    border: 3px solid #efa041;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 9;
    transition: 0.4s ease;
}
.newsMore:after{
    content: '';
    display: block;
    background: #efa041;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transition: 0.3s ease;
}
.newsMore:hover:after{
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
}
.newsMore:hover a{
    color: #efa041;
}
.newsRight{
    padding-right: 160px;
    overflow: hidden;
    height: 100%;
}
.newsList,.newsList .slick-track,.newsList .slick-list{
    height: 100%;
}
.newsList .mySlide{
    float: left;
    display: inline;
    width: 33.33333%;
    position: relative;
    height: 100%;
}

.newsList .mySlide:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #eaeaea;
}
.newsList a{
    height: 100%;
    display: block;
    margin: 0 20px;
}
.newsList .timeDay{
    color: #e0e0e0;
    font-size: 78px;
}
.newsList .listTime{
    font-size: 16px;
    color: #666;
    margin-bottom: 0.5rem;
}
.newsList .listTit{
    color: #444;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    transition: 0.4s ease;
}
.newsList .listImg{
    margin: 15px 0;
}
.newsList .imgDiv{
    padding-top: 66.66666%;
}
.newsList .listInfo{
    font-size: 14px;
    color: #888;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    margin-bottom: 25px;
}
.newsList .listInfo img{
    display: none;
}
.newsList .listArrow{
    background: url(../images/arrow1.png) left center no-repeat;
    height: 18px;
}
.newsList a:hover .listTit{
    color: #efa041;
}
.newsList a:hover .jqthumb{
    transform: scale(1.05);
}
.newsList a:hover .listArrow{
    -webkit-animation: arrowRight 1.4s infinite linear;
}
@-webkit-keyframes arrowRight {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(6px,0);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(-6px,0);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
/*新闻动态 end*/
/******************************* 首页 end *************************************/
/* 联系我们 start */
.contactBox{
    padding: 40px 0px;
    overflow: hidden;
}
.contactMap{
    overflow: hidden;
    width: 750px;
    height: 345px;
    background: #fff;
    padding: 15px;
}
.contactDeta{
    overflow: hidden;
    height: 295px;
    background: #f99c17;
    padding: 40px 50px;
}
.contactDetaTit{
    overflow: hidden;
    font-size: 24px;
    color:#fff;
    line-height: 40px;
}
.contactDeta_ul{
    overflow: hidden;
}
.contactDeta_ul li{
    line-height: 30px;
    font-size: 14px;
    color:#fff;
    padding: 10px 0px 10px 25px;
}
.li1{
    background: url(../images/contactAdd.png) no-repeat left center;
}
.li2{
    background: url(../images/contactTel.png) no-repeat left center;
}
.li3{
    background: url(../images/contactFax.png) no-repeat left center;
}
.li4{
    background: url(../images/contactFile.png) no-repeat left center;
}
.li5{
    background: url(../images/contactFax.png) no-repeat left center;
}
.contact_dl{
    overflow: hidden;
    margin: 0px -15px;
}
.contact_dl dd{
    width: 50%;
    float: left;
    display: inline;
    padding-bottom: 55px;
}
.contact_dl .list_a{
    margin: 0px 10px;
    position: relative;
    height: 300px;
    text-align: center;
    overflow: visible;
	display: block;
}
.contactRow2Tit{
    overflow: hidden;
    font-size: 24px;
    color:#f5f5f5;
}
.contactRow2Intr{
    padding-top: 10px;
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    line-height: 30px;
}
.contactCricle{
    overflow: hidden;
    width: 105px;
    height: 105px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: -52px;
    margin-left: -52px;
}
.contact_dl dd.dd1 .list_a{
    background: url(../images/contactBg1.jpg) repeat;
}
.contact_dl dd.dd1 .contactCricle{
    background: #fff url(../images/contactIcon1.png) no-repeat center center;
}
.contact_dl dd.dd2 .list_a{
    background: url(../images/contactBg2.jpg) repeat;
}
.contact_dl dd.dd2 .contactCricle{
    background: #fff url(../images/contactIcon2.png) no-repeat center center;
}
.contact_dl dd.dd3 .list_a{
    background: url(../images/contactBg3.jpg) repeat;
}
.contact_dl dd.dd3 .contactCricle{
    background: #fff url(../images/contactIcon3.png) no-repeat center center;
}
/* 联系我们 end */

/* 产业地图 start */
.mapBox{
	position: relative;
}
.mapBg1{
	position: relative;
	background: url(../images/mapBg.png) center center no-repeat;
	height: 560px;
	margin: 0 -30px;
}
.mapMask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	background: rgba(0,0,0,0.5);
}
.mapBg2{
	position: absolute;
    top: 69.9%;
    left: 48.92%;
    /* background: url(../images/mapBg2_h.png) center center no-repeat; */
    background-size: 100%;
    width: 65px;
    height: 75px;
    z-index: 3;
	transition: 0.4s ease;
	cursor: pointer;
	opacity: 0;
	animation-delay: 0.4s;
}
.mapBg2.hover{
	top:50%;
	left: 50%;
	margin:-240px 0 0 -272px;
	background-image: url(../images/mapBg2.png);
	background-size: 100%;
	width: 480px;
	height: 545px;
	
}
.mapBg2.hover+.mapMask{
	opacity: 1;
	visibility: visible;
}
.mapBg3{
	background: url(../images/chinaMap.png) center center no-repeat;
	width: 180px;
	height: 131px;
	position: absolute;
	top: 165px;
    left: 290px;
    background-size: 180px;
	transition: 0.6s ease;
}
.mapBg3.hover{
	width: 523px;
	background-size: 523px;
	height: 381px;
	top: 118px;
	left: 419px;
}
.dotList{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.4s ease;
}
.dotList dd{
	position: absolute;
	color: #000;
	font-weight: bold;
	width: 71px;
	font-size: 12px;
	cursor: pointer;
	transition: 0.4s ease;
	left: 834px;
	top: 224px;
}
.dotList dd.hide{
	opacity: 0;
	visibility: hidden;
}
.dotList dd.hover{
	opacity: 1;
	visibility: visible;
}
.flagBox{
	height: 45px;
	background: url(../images/flaggan.png) 5px bottom no-repeat;
	position: relative;
	top: -5px;
}
/* .flagBox i{
	display: block;
	height:21px ;
	background: url(../images/flagani.png) 100% center no-repeat;
	width: 26px;
	position: absolute;
	top: 0;
	left: 10px;
	transition: 0.4s linear;
} */
.dotList dd:hover .flagBox i{
	animation:flag 0.9s linear infinite ;
}

.dotList dd.list1{top: 305px;left: 150px;}
.dotList dd.list2{top: 237px;left: 322px;}
.dotList dd.list3{top: 260px;left: 353px;}
.dotList dd.list4{top: 277px;left: 373px;}
.dotList dd.list5{top: 308px;left: 354px;}
.dotList dd.list6{top: 341px;left: 390px;}
.dotList dd.list7{top: 285px;left: 422px;}
.dotList dd.list8{top: 365px;left: 1079px;}
.dotList dd.list8{top: 365px;left: 1079px;}
.dotList dd.list10{top: 238px;left: 755px;}
.dotList dd.list11{top: 249px;left: 767px;}
.dotList dd.list12{top: 268px;left: 809px;}
.dotList dd.list13{top: 328px;left: 797px;}
.dotList dd.list14{top: 340px;left: 810px;}
.dotList dd.list15{top: 399px;left: 760px;}
.dotList dd.list16{top: 406px;left: 765px;}
.mapBg2 dd{display: none;}
.dotList dd span{ position: relative; top: -6px; left: -10px; color:#fff;text-shadow:#000 1px 1px 2px}
.dotList dd.list17{top: 1px;left: 18px; display: block; animation:flag 0.9s linear infinite ;}
.dotList dd.list18{top: 51px;left: 349px;}
.dotList dd.list19{top: 161px;left: 304px;}
.dotList dd.list20{top: 214px;left: 277px;}
.dotList dd.list21{top: 130px;left: 75px;}
.dotList dd.list22{top: 179px;left: 127px;}
.dotList dd.list23{top: 353px;left: 171px;}

.dotList dd.list17 i{
	animation:flag 0.9s linear infinite ;
	display: none;
}
@keyframes flag{
	0%{background-position: 100% center;}
	100%{background-position: 0 center;}
}
.dotList .ripple{
	position: absolute;
	top: 24px;
    left: 4px;
	width: 12px;
	height: 12px;
}
.dotList .ripple i{
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: -1;
}
.dotList .ripple i:nth-of-type(1){
	animation: 2s scaleToggle cubic-bezier(.25, .46, .45, .94) infinite;
	animation-delay: 0.4s;
}
.dotList .ripple i:nth-of-type(2){
	animation: 2s scaleToggle cubic-bezier(.25, .46, .45, .94) infinite;
	animation-delay: 0.8s;
}
.mapBg2.hover .dotList dd{
	display: block;
}
.mapBg2.hover .dotList dd.list17{
	display: none;
}
@keyframes scaleToggle {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	80% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(2.2);
		-webkit-transform: scale(2.2);
		opacity: 0;
		
	}
}
.mapInfo1{
	width: 550px;
	min-height: 100px;
	display: none;
}
.mapInfoBox{
	padding:0 100px 0 0;
	overflow: hidden;
	display: none;
}
.mapInfoBox.hover{
	display: block;
}
.mapInfoBox .title{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.mapInfoBox .contont{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.mapList{
	overflow: hidden;
	padding-top: 40px;
	width: 1000px;
	margin: 0 auto;
}
.mapList dd{
	float: left;
	display: inline;
	width: 228px;
	margin: 0 42px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	transition: 0.4s ease;
	pointer-events: none;
	color: #999999;
}
.mapList dd i{
	display: block;
	height: 14px;
	width: 14px;
	background: #dddddd;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -7px;
	transition: 0.4s ease;
}
.mapList dd.hover{
	color: #debe61;
}
.mapList dd.hover i{
	background: #debe61;
}
.industryList{
	text-align: center;
	font-size: 0;
}
.industryList2{
	position: relative;
	top: -87px;
}
.industryList dd{
	display: inline-block;
	width: 193px;
	height: 193px;
	font-size: 14px;
	/* transform: rotate(45deg); */
	
	overflow: hidden;
	transition: 0.4s ease;
	position: relative;
}
.industryList dd:after{
	display: block;
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	transition: 0.4s ease;
	background: rgba(255,255,255,0.3);
	opacity: 0;
	visibility: hidden;
}

.industryList dd>div{
	position: relative;
	z-index: 1;
}
.industryList a{
	display: block;
	height: 100%;
	/* transform: rotate(-45deg); */
	background: url(../images/cyBtn1.png) center center;
	
}
.industryList2 a{
	background: url(../images/cyBtn2.png) center center;
}
.industryList .icon{
	height: 95px;
	background-position:center bottom;
	background-repeat: no-repeat;
}
.industryList span{
	color: #fff;
	font-weight: bold;
	display: block;
	padding-top: 8px;
}
.industryList1 dd.dd1 .icon{background-image: url(../images/industryIco1.png);}
.industryList1 dd.dd2 .icon{background-image: url(../images/industryIco2.png);}
.industryList1 dd.dd3 .icon{background-image: url(../images/industryIco4.png);}
.industryList1 dd.dd4 .icon{background-image: url(../images/industryIco3.png);}

.industryList2 dd.dd1 .icon{background-image: url(../images/industryIco6.png);}
.industryList2 dd.dd2 .icon{background-image: url(../images/industryIco7.png);}
.industryList2 dd.dd3 .icon{background-image: url(../images/industryIco5.png);}


.industryClass{
	margin-top: -30px;
}
.industryClass span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 72px;
	color: #debe61;
	margin-bottom: 10px;
}
.industryClass span:after{
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background: #debe61;
	border: 3px solid #f8f2df;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -6px;
}
.industryClass span.class2{
	color: #9e733a;
}
.industryClass span.class2:after{
	background: #9e733a;
	border: 3px solid #ece3d8;
}

.industryMore a{
	display: block;
	font-size: 16px;
	color: #333;
	width: 85px;
	margin: 0 auto;
	/* border-bottom: 2px solid #333; */
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.industryList dd:hover{
	transform: translateY(-5px);
}
/* 浮窗  */
.induFlot{
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	padding: 10px;
}
.induFlot img{
	height: 80px;
	width: 130px;
	object-fit: contain;
}
.flotList a{
	display: block;
	text-align: center;
	font-size:14px ;
	color: #666;
	line-height: 30px;
	font-weight: normal;
}

/* 产业地图 end */
/* 关于星耀 start */
/*公司简介*/
.channelBoxT{
	clear:both;
	height:90px;
	overflow: hidden;
	line-height:90px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	background:url(../images/ct_Icon1.png) no-repeat center bottom;
}
.channelBoxT.typ{color:#ffffff;background:url(../images/ct_Icon2.png) no-repeat center bottom;}
.channelBoxT.typ a{color: #fff;}
.channelBoxT a{transition: 0.4s ease;color: #333;}
.channelBoxT a:hover{color: #1d6ea6;}
.channelText{
	line-height: 28px;
    font-size: 14px;
    color: #666;
	width: 900px;
	margin: 0 auto;
}
.channelMore {
    display: block;
    overflow: hidden;
    width: 120px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* background: url(../images/channelMore.png) no-repeat center center; */
	border-radius: 5px;
	overflow: hidden;
}
.channelMore:after{
	content: 'MORE+';
	border: 1px solid #e5e5e5;
	color: #a6a6a6;
	border-radius: 5px;
	font-size: 14px;
    display: block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
	height:35px ;
	line-height: 35px;
	text-align: center;
	-webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	
}
.channelMore:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	
}
.channelMore:hover::before {
    opacity: 1;
    background-color: #1d6ea6;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.channelMore:hover::after {
    /* background: url(../images/channelMore_h.png) no-repeat center center; */
	color: #fff;
	border-color: #1d6ea6;
}
.groupDl{
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.groupDl dd{
    display: inline-block;
    margin: 0 54px;
    min-width: 110px;
    text-align: center;
}
.groupDl dd .title{
    overflow: hidden;
    min-width: 110px;
    text-align: center;
}
.groupDl dd .title .titleCon{
    display: inline-block;
}
.groupDl dd .title span{
    float: left;
    font-size: 48px;
    color: #1d6ea6;
    font-weight: bold;
    display: inline;  
}
.groupDl dd .title em{
    font-size: 16px;
    color: #1d6ea6;
    font-style: normal;
    float: left;
    margin-top: 6px;
    display: inline;
}
.groupDl dd .text{
    font-size: 18px;
    color: #666;
}
.groupText{
    line-height: 26px;
    font-size: 14px;
    color: #666;
	height: 130px;
	overflow: hidden;
}
.groupText img{
	display: none;
}

/*董事长致辞*/
.speechCon{
    position: relative;
}
.speechCon .pic{
    overflow: hidden;
    position: absolute;
    top:-77px;
    width: 345px;
}
.speechCon .pic:after{
    display: block;
    content: "";
    padding-top: 134.3023%;
}
.speechCon .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.speechCon .text{
    width:900px;
    padding: 29px 39px 33px 95px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.speechCon .text .tabUl{
    overflow: hidden;
}
.speechCon .text .tabUl li{
    float: left;
    display: inline;
    width: 150px;
    height: 41px;
    text-align: center;
    line-height: 41px;
}
.speechCon .text .tabUl li a{
    display: block;
    background: #f5f5f5;
    color: #666;
    font-size: 18px;
}
.speechCon .text .tabUl li.hover a{
    background: #1d6ea6 url(../images/wicon1.png) bottom center no-repeat;
    color: #fff;
} 
.speechCon .text .textBox{
    height: 298px;
    overflow: hidden;
}
.speechCon .text .textBox dd .txtUl{
    overflow: hidden;
}
.speechCon .text .textBox dd .txtUl li{
    float: left;
    display: inline;
    width: 110px;
    height: 37px;
    line-height: 37px;
    margin-left: 32px;
    border-bottom: 1px solid #999;
    text-align: center;
    transition: all .3s linearl
    -webkit-transition: all .3s linearl
}
.speechCon .text .textBox dd .txtUl li a{
    position: relative;
    font-size: 18px;
    display: block;
    color: #999; 
    padding-right: 12px;
    transition: all .3s linearl
    -webkit-transition: all .3s linearl
}
.speechCon .text .textBox dd .txtUl li a:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 11px;
    top: 50%;
    margin-top: -6px;
    right: 7px;
    background: url(../images/wicon3.png) right center no-repeat;
}
.speechCon .text .textBox dd .txtUl li.hover a:after{
    background: url(../images/wicon2.png) right center no-repeat;
}
.speechCon .text .textBox dd .txtUl li.hover{
    border-color: #1d6ea6;
}
.speechCon .text .textBox dd .txtUl li.hover a{
    color: #1d6ea6;
}
.speechCon .text .textBox dd .txtUl li:hover a:after{
    background: url(../images/wicon2.png) right center no-repeat;
}
.speechCon .text .textBox dd .txtUl li:hover{
    border-color: #1d6ea6;
}
.speechCon .text .textBox dd .txtUl li:hover a{
    color: #1d6ea6;
}
.speechCon .text .textBox dd .textConB{
    height: 240px;
    overflow: hidden;
}
.speechCon .text .textBox dd .textCon .title{
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    color: #000;
}
.speechCon .text .textBox dd .textCon em{
    display: block;
    line-height: 36px;
    font-style: normal;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    display: none;
}
.speechCon .text .textBox dd .textCon .txt{
    line-height: 22px;
    font-size: 12px;
    color: #999;
}

/*发展历程*/
.history{
	background: url(../images/eventBg.jpg) center center no-repeat;
}
.historyDl{
    overflow: hidden;
    height: 348px;
    margin-right: -1px;
}
.historyDl dd{
    float: left;
    display:inline;
    width: 184px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.historyDl a{
	display: block;
}
.historyDl dd .con{
    margin-right: 1px;
}
.historyDl dd .con .pic{
    position: relative;
    overflow: hidden;
}
.historyDl dd .shade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
	transition: 0.3s ease;
}
.historyDl dd.hover .shade{
    background: rgba(0,0,0,0.3);
}
.historyDl dd .con .pic .shade .title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-top: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.historyDl dd .con .pic .shade .text{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.historyDl dd .more{
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(../images/yj.png) center center no-repeat;
}
.historyDl dd.hover{
    width: 465px;
}
.historyDl dd:hover{
    width: 465px;
}
/*企业荣誉*/
.slider{
    position: relative;
    width:700px;
    margin: 0px auto;
    height: 350px;
}
.slider .bt{
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.slider .prev{
    left: -190px;
    background: url(../images/Wprev.png) no-repeat center center;
}
.slider .prev:hover{
    background: url(../images/wprev_h.png) no-repeat center center;
}
.slider .next{
    right: -190px;
    background: url(../images/Wnext.png) no-repeat center center;
}
.slider .next:hover{
    background: url(../images/wnext-h.png) no-repeat center center;
}
#img-slider{
    height: 365px;
}
#img-slider li{
    width:565px;
    height:365px;
    position:relative;
}
#img-slider a{
	display: block;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
#img-slider span{
	overflow: hidden;
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-top: 10px;
	display: none;
}
#img-slider .roundabout-in-focus span{
	display: block;
}
#img-slider li img{
    display:block;
    width: 100%;
	height: 100%;
}
.roundabout-in-focus .honorName{
    display: block;
}
.honorName{
    display: none;
    overflow: hidden;
    font-size: 16px;
    color:#666;
    text-align: center;
    padding-top: 10px;
}

.dhjd_dl{
    overflow: visible !important;
}

#articleContent .center{
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/*星耀文化*/
.cultureList{
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}
.cultureList dd{
    width: 280px;
    height: 315px;
    font-size: 14px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
	margin-left: 10px;
	float: left;
	display: inline;
}
.cultureList a{
	display: block;
	position: relative;
	height: 100%;
}
.cultureList dd.dd1{
    width: 620px;
	margin: 0;
	background: url(../images/wh1.jpg) center center no-repeat;
} 
.cultureList dd.dd2{
	background: url(../images/wh2.jpg) center center no-repeat;
}
.cultureList dd.dd3{
	background: url(../images/wh3.jpg) center center no-repeat;
}
.cultureList .picBox{
	height: 100%;
}
.cultureCon{
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: 0.4s ease-in-out;
	height: 100%;
	
}
.cultureList dd.dd1 .cultureCon{
	background: #1d6ea6\9;
	background: rgba(29,110,166,0.8);
}
.cultureList dd.dd2 .cultureCon{
	background: #d1201b\9;
	background: rgba(209,32,27,0.8);
}
.cultureList dd.dd3 .cultureCon{
	background: #f7941d\9;
	background: rgba(247,148,29,0.8);
}
.cultureList dd .picBg{
    position: relative;
	top: 115px;
    margin: 0 auto;
    width: 70px;
    height: 78px;
	background: center center no-repeat;
}
.cultureList dd.dd1 .picBg{
    background-image: url(../images/wicon7.png);
}
.cultureList dd.dd2 .picBg{
    background-image: url(../images/wicon8.png);
}
.cultureList dd.dd3 .picBg{
    background-image: url(../images/wicon9.png);
}
.cultureList dd .cultureTxt1{
	position: absolute;
	left: 15px;
	bottom: 20px;
	font-size: 24px;
	color: #fff;
	transition: 0.4s ease-in-out;
}
.cultureList dd .cultureTxt2{
    display: block;
    position: relative;
    height: 58px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
	top: 115px;
}
.cultureList a:hover .cultureTxt1{
	left: 50%;
	bottom: 50%;
	opacity: 0;
	visibility: hidden;
}
.cultureList a:hover .cultureCon{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0.3s;
}
/* 关于星耀 end */

/*招聘页start*/
.rmtBox{
	clear: both;
	overflow: hidden;
}
/*1*/
.rmtBox1Dl{margin:0 -10px}
.rmtBox1Dl dd{
	float: left;
	width:25%;
}
.rmtBox1Dl dd a{
	display: block;
	overflow: hidden;
	margin:0 10px;
	background:#fff;
	height:345px;
	position: relative;
	transition-duration: 0.3s;
	top: 0;
}
.rmtBox1Dl dd a:hover{top:-10px;}
.rmtBox1Dl dd a:after{
	content: "";
	display: block;
	width:100%;
	height:5px;
	position:absolute;
	top: 0;
	left: 0;
}
.rmtBox1Dl dd.dd1 a:after{background:#ffbe21}
.rmtBox1Dl dd.dd2 a:after{background:#3297fe}
.rmtBox1Dl dd.dd3 a:after{background:#ff7289}
.rmtBox1Dl dd.dd4 a:after{background:#40c973}
.rmtBox1Dl dd a .icon{
	clear: both;
	height:68px;
	background-position: center center;
	background-repeat: no-repeat;
}
.rmtBox1Dl dd.dd1 a .icon{background-image:url(../images/r_Icon1.png)}
.rmtBox1Dl dd.dd2 a .icon{background-image:url(../images/r_Icon2.png)}
.rmtBox1Dl dd.dd3 a .icon{background-image:url(../images/r_Icon3.png)}
.rmtBox1Dl dd.dd4 a .icon{background-image:url(../images/r_Icon4.png)}
.rmtBox1Dl dd a .divT{
	clear: both;
	height:55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	color: #333333;
	font-size: 24px;
}
.rmtBox1Dl dd a .txt{
	clear: both;
	height:90px;
	overflow: hidden;
	padding:0 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}
.recruitType{
	margin: 0 -15px;
}
.recruitType .type{
	width: 50%;
}
.recruitType a{
	display: block;
	margin: 0 15px;
	background: #6583b6;
	height: 300px;
	border-radius: 2px;
	position: relative;
}
.recruitXy a{
	background: #f4c664;
}
.recruitType .text{
	font-size: 24px;
	color: #fff;
	width: 320px;
	padding-top: 155px;
	text-align: right;
}
.recruitType .text1{padding-right: 25px;}
.recruitType .text2{
	padding-right: 25px;
	background:url(../images/eventArrow.png) no-repeat right center ;
}
.recruitType img{
	position: absolute;
	top: -75px;
	right: 25px;
	transition: 0.4s ease;
}
.recruitType a:hover img{
	transform: translateX(-5px);
}
/*2*/
.rmtBox.bg2{background:url(../images/r_bg2.jpg) no-repeat center /*center*/-23px}
.rmtBox2T{
	clear:both;
	overflow:hidden;
	height:40px;
	line-height:40px;
	text-align:center;
	color: #f7941d;
	font-size:20px;
}
.rmtBox2C{
	position: relative;
	z-index: 9;
}
.rmtBox2C .bg1{
	width:1920px;
	height:627px;
	position: absolute;
	top:-115px;
	left:50%;
	margin-left:-960px;
	z-index: -1;
	background:url(../images/r_Icon5.png) no-repeat left top;
}
@-webkit-keyframes slideWidth {
  0% {
    width:0;
  }

  100% {
    width:1920px;
  }
}

@keyframes slideWidth {
  0% {
    width:0;
  }

  100% {
    width:1920px;
  }
}

.slideWidth {
  -webkit-animation-name: slideWidth;
          animation-name: slideWidth;
}
.rmtBox2C .bg2{
	width:1920px;
	height:627px;
	position: absolute;
	top:-33px;
	left:50%;
	margin-left:-960px;
	z-index: -1;
	background:url(../images/r_Icon6.png) no-repeat left top;
}
.rmtBox2C .txt{
	height:64px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color:#fff;
}
.rmtBox2Dl dd{
	float: left;
	width:79px;
	height:79px;
	background:url(../images/r_Icon7.png) no-repeat center center;
	position: relative;
	top: 0;
	transition-duration: 0.3s;
}
.rmtBox2Dl dd:hover{top:-5px;}
.rmtBox2Dl dd span{
	display: block;
	overflow: hidden;
	font-size:16px;
	line-height: 18px;
	text-align: center;
}
.rmtBox2Dl dd.dd1{margin-top: 186px;margin-left: 115px;}
.rmtBox2Dl dd.dd2{margin-top: 162px;margin-left: 74px}
.rmtBox2Dl dd.dd3{margin-top: 82px;margin-left: 55px}
.rmtBox2Dl dd.dd4{margin-top: 25px;margin-left: 60px}
.rmtBox2Dl dd.dd5{margin-top:20px;margin-left: 122px}
.rmtBox2Dl dd.dd6{margin-top: -35px;margin-left: 64px}
.rmtBox2Dl dd.dd7{margin-top:-128px;margin-left: 58px}
.rmtBox2Dl dd.dd1 span{margin-top: 30px;}
.rmtBox2Dl dd.dd2 span{margin-top: 30px;}
.rmtBox2Dl dd.dd3 span{margin-top: 30px;}
.rmtBox2Dl dd.dd4 span{
	width: 52px;
    margin: 0 auto;
    margin-top: 20px;
}
.rmtBox2Dl dd.dd5 span{
	width: 52px;
    margin: 0 auto;
    margin-top: 20px;
}
.rmtBox2Dl dd.dd6 span{
	width: 52px;
    margin: 0 auto;
    margin-top: 30px;
}
.rmtBox2Dl dd.dd7 span{margin-top: 30px;}
.rmtBoxImg{
	margin:0 20px 0 80px;
}
.rmtBoxText{
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.rmtBoxText .text span{
	display: block;
}
.rmtBoxText .ico{
	height: 60px;
	margin-bottom: 10px;
	position: relative;
}
.rmtBoxText .ico i{
	display: block;
	height: 60px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: url(../images/r_Icon19.png) center bottom no-repeat;
}
.slideHeight {
	-webkit-animation: slideHeight 1s 0.1s both;
    animation: slideHeight 1s 0.1s both;
}
@-webkit-keyframes slideHeight {
  0% {
    height:0;
	opacity: 0;
  }

  100% {
    height:70px;
	opacity: 1;
  }
}

@keyframes slideHeight {
  0% {
    height:0;
	opacity: 0;
  }

  100% {
    height:70px;
	opacity: 1;
  }
}
/*3*/
.rmtBox.bg3{background:url(../images/r_bg3.jpg)}
.rmtBox3Pic{
	float: left;
	width: 576px;
	height:432px;
	overflow: hidden;
	margin-right: 105px;
}
.rmtBox3Pic{
	display: block;
	width: 576px;
	height:432px;
	margin-top: 15px;
}
.rmtBox3R{
	overflow:hidden; 
}
.rmtBox3RDl dd{
	clear: both;
	overflow: hidden;
}
.rmtBox3RDl dd .icon{
	float: left;
	width:53px;
	height:53px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
.rmtBox3RDl dd .icon.icon1{background-image: url(../images/r_Icon8.png)}
.rmtBox3RDl dd .icon.icon2{background-image: url(../images/r_Icon9.png)}
.rmtBox3RDl dd .icon.icon3{background-image: url(../images/r_Icon10.png)}
.rmtBox3RDl dd .icon.icon4{background-image: url(../images/r_Icon11.png)}
.rmtBox3RDl dd .icon.icon5{background-image: url(../images/r_Icon12.png)}
.rmtBox3RDl dd .divR{
	overflow: hidden;
	padding-left: 17px;
}
.rmtBox3RDl dd .divR .divT{
	clear: both;
	height:30px;
	overflow: hidden;
	line-height: 30px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-left: 2px;
}
.rmtBox3RDl dd .divR ul li{
	clear: both;
	height:22px;
	overflow: hidden;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}
.rmtBox3RDl dd .divR ul li span{color:#b9b9b9}
.rmtBox3RDl dd .divR ul.typ li{
	clear:none;
	width: 166px;
	float: left;
}
/*4*/
.rmtBox.bg4{background:url(../images/r_bg5.jpg) no-repeat center center}
.rmtBox4Slide .bd{
	clear: both;
	width: 1200px;
	overflow: hidden;
}
.rmtBox4Slide .bd dl dd{
	width: 1200px;
	margin-right:30px;
}
.rmtBox4Ul li{
	float: left;
	width: 33.333%;
	overflow: hidden;
	margin-bottom: 20px;
}
.rmtBox4Ul li a{
	display: block;
	height:198px;
	overflow: hidden;
	margin: 0 10px;
	border:1px solid #e5e5e5;
	background:#fff;
	transition-duration: 0.3s;
}
.rmtBox4Ul li a:hover{
	border:1px solid #1d6ea6;
	background:#1d6ea6;
}
.rmtBox4Ul li a .divT{
	margin:25px;
	margin-bottom: 0;
	height:40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 22px;
	color: #333333;
}
.rmtBox4Ul li a:hover .divT{color:#fff}
.rmtBox4Ul li a .txt{
	height:90px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin:0 25px;
}
.rmtBox4Ul li a:hover .txt{color:#fff}
.rmtBox4Slide .hd{
	clear: both;
	text-align: center;
}
.rmtBox4Slide .hd ul{display:inline-block}
.rmtBox4Slide .hd ul li{
	float: left;
	width:42px;
	height:4px;
	overflow: hidden;
	line-height: 999px;
	background:#fff;
	margin-right:18px;
	transition-duration: 0.3s;
	cursor:pointer;
}
.rmtBox4Slide .hd ul li.on{background:#f7941d}
/*招聘页end*/

/*新闻begin*/
.newsBox{
	clear: both;
	overflow: hidden;
}
.newsBox1Slide{
	overflow: hidden;
	width:600px;
	height:420px;
	margin-right:35px;
}
.newsBox1Slide .bd{
	width:600px;
	height:360px;
	overflow: hidden;
}
.newsBox1Slide .bd dl dd{
	width:600px;
	height:360px;
}
.newsBox1Slide .bd dl dd img{
	display: block;
	width:600px;
	height:360px;
	object-fit: cover;
	object-position: center center;
}
.newsBox1Slide .hd{
	height:60px;
	background:#f6f6f6;
	overflow: hidden;
}
.newsBox1Slide .hd div.fl{
	width:395px;
	height:60px;
	line-height: 60px;
	color: #666666;
	font-size: 16px;
}
.newsBox1Slide .hd ul{margin-right:24px;margin-top:24px;}
.newsBox1Slide .hd ul li{
	float: left;
	width:14px;
	height:14px;
	overflow: hidden;
	line-height:9999px;
	border-radius:100%;
	border:1px solid #c6c6c6;
	margin-left: 12px;
	cursor: pointer;
}
.newsBox1Slide .hd ul li.on{border:1px solid #1d6ea6;background:#1d6ea6}
.newsBox1R{
	overflow: hidden;
}
.newsBox1R .newsList1{height:415px;overflow: hidden}
.newsList1 dd{
	overflow: hidden;
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px solid #dddddd;
}
.newsList1 dd .divT{
	clear: both;
	height:26px;
	overflow: hidden;
}
.newsList1 dd .divT a{
	line-height: 26px;
	color: #222222;
	font-size: 16px;
}
.newsList1 dd .divT a:hover{color:#1d6ea6}
.newsList1 dd .divT2{
	clear: both;
	height:20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.newsList1 dd .txt{
	clear: both;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
    height: 50px;
}
.newsList1 dd .txt img{
    display: none;
}
/*2*/
.newsBox.bg2{background:url(../images/r_bg6.jpg) no-repeat center center}
.newsBox2Slide{
	height:420px;
	position: relative;
}
.newsBox2Slide .bt{
	display:block;
	width:25px;
	height:44px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top:-22px;
	z-index:999;
	background-repeat: no-repeat;
	background-image: url(../images/r_Icon13.png);
	opacity:0;
	transition-duration: 0.3s;
}
.newsBox2Slide .bt.prev{
	left:0;
	background-position:left center;
}
.newsBox2Slide .bt.next{
	right:0;
	background-position:right center;
}
.newsBox2Slide:hover .bt{opacity:1}
.newsBox2Slide .bd{
	height:420px;
	overflow: hidden;
}
.newsBox .newsBox2Dl dd{margin-top:10px;}
.newsBox2Dl{margin:0 -10px !important}
.newsBox2Dl dd{
	float:left;
	width:33.333%;
	margin-bottom:20px;
}
.newsBox2Dl dd a{
	display:block;
	overflow:hidden;
	padding:20px;
	margin:0 10px;
	background:#ffffff;
	position: relative;
	top: 0;
	transition-duration:0.3s;
	border-radius: 3px;
}
.newsBox2Dl dd a:hover{top:-10px}
.newsBox2Dl dd a .divT{
	overflow: hidden;
	height: 60px;
	font-size:16px;
	line-height: 30px;
	color: #222222;
}
.newsBox2Dl dd a:hover .divT{color: #1d6ea6}
.newsBox2Dl dd a .divT2{
	overflow: hidden;
	height: 40px;
	font-size:14px;
	line-height: 40px;
	color: #999999;
}
.newsBox2Dl dd a:hover .divT2{color: #1d6ea6}
.newsBox2Dl dd a .pic{
	width:100%;
	padding-top:62.289%;
	position: relative;
}
.newsBox2Dl dd a .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.newsBox2Dl dd a .divT3{
	overflow: hidden;
	height: 30px;
	font-size:14px;
	line-height: 30px;
	color: #999999;
	text-align: center;
}
.newsBox2Dl dd a:hover .divT3{color: #1d6ea6}
/*3*/
.newsBox3Slide{
	position: relative;
	overflow: hidden;
}
.newsBox3Slide .bd{
	width: 1200px;
	height:300px;
	padding:10px;
}
.newsBox3Dl dd{
	float: left;
	width: 386px;
	height:300px;
	overflow: hidden;
	position: relative;
	z-index: 11;
	margin-right:20px;
	transition-duration: 0.3s;
}
.newsBox3Dl dd:before{
	content: "";
	display: block;
	width: 100%;
	height:20%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition-duration: 0.3s;
	background:#fff
}
.newsBox3Dl dd:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.newsBox3Dl dd:hover:before{height:100%;background:#1d6ea6}
.newsBox3Dl{width:110%}
.newsBox3Dl dd:after{
	content: "";
	display: block;
	height:1px;
	background:#dedede;
	position:absolute;
	left:34px;
	right:34px;
	bottom: 80px;
	transition-duration: 0.3s;
}
.newsBox3Dl dd:hover:after{
	left:0;
	right:0;
}
.newsBox3Dl dd .divT{
	clear: both;
	overflow: hidden;
	height:40px;
	color: #333333;
	line-height: 40px;
	font-size: 16px;
	margin:40px 0 0 0;
	padding:0 34px;
	transition-duration: 0.3s;
}
.newsBox3Dl dd:hover .divT{color:#fff}
.newsBox3Dl dd .divT2{
	clear: both;
	overflow: hidden;
	height:35px;
	color: #999999;
	line-height: 35px;
	font-size: 14px;
	padding:0 34px;
	transition-duration: 0.3s;
}
.newsBox3Dl dd:hover .divT2{color:#fff}
.newsBox3Dl dd .txt{
	overflow: hidden;
	clear: both;
	height:60px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 8px;
	padding:0 34px;
	transition-duration: 0.3s;
}
.newsBox3Dl dd:hover .txt{color:#fff}
.newsBox3Dl dd .divT3{
	width: 33px;
	height:33px;
	background: url(../images/r_Icon14.png) no-repeat center center;
	margin-top: 57px;
	margin-right: 34px;
}
.newsBox3Dl dd:hover .divT3{background: url(../images/r_Icon15.png) no-repeat center center;}
.newsBox3Slide .bt{
	display:block;
	width:25px;
	height:44px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top:-22px;
	z-index:999;
	background-repeat: no-repeat;
	background-image: url(../images/r_Icon13.png);
	opacity:0;
	transition-duration: 0.3s;
}
.newsBox3Slide .bt.prev{
	left:0;
	background-position:left center;
}
.newsBox3Slide .bt.next{
	right:0;
	background-position:right center;
}
.newsBox3Slide:hover .bt{opacity:1}
/*4*/
.newsBox.bg4{background:url(../images/r_bg7.jpg) no-repeat center center}
.newsBox4Slide{
	position: relative;
	overflow: hidden;
}
.newsBox4Slide .bd{
	height:390px;
	overflow: hidden;
}
.newsBox4Slide .bt{
	display:block;
	width:25px;
	height:44px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top:-54px;
	z-index:999;
	background-repeat: no-repeat;
	background-image: url(../images/r_Icon13.png);
	opacity:0;
	transition-duration: 0.3s;
}
.newsBox4Slide .bt.prev{
	left:0;
	background-position:left center;
}
.newsBox4Slide .bt.next{
	right:0;
	background-position:right center;
}
.newsBox4Slide:hover .bt{opacity:1}
.newsBox4Dl dd{
	float: left;
	width: 50%;
	overflow: hidden;
}
.newsBox4Dl{margin:0 -13px !important;}
.newsBox4Dl dd a{
	display: block;
	overflow: hidden;
	margin:0 13px;
}
.newsBox4Dl dd a .pic{
	position: relative;
	overflow: hidden;
	padding-top:56.218%;
}
.newsBox4Dl dd a .pic img{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.newsBox4Dl dd a .pic i{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../images/r_Icon16.png) no-repeat center center;
}
.newsBox4Dl dd a span{
	display: block;
	height:52px;
	border-bottom:1px solid #ffffff;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.newsBox4Dl dd a span:after{
	content: '';
	display: block;
	border-bottom: 1px solid #1d6ea6;
	left: 35%;
	width: 0;
	position: absolute;
	bottom: -1px;
	transition: 0.4s ease;
}
.newsBox4Dl dd a:hover span:after{
	left: 0;
	width: 100%;
}
/*新闻end*/

/*社会责任开始*/
.f7{
    background:#f7f7f7;
}
#sliderUl li .shade{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
	transition: 0.3s ease-in-out;
}
.slider1{
    position: relative;
    width:1200px;
    margin: 0px auto;
    height: 450px;
}
.slider1 .bt{
    display: block;
    width: 33px;
    height: 57px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 200;
}
.slider1 .prev{
    left: 102px;
    background: url(../images/wicoprev.png) no-repeat center center;
}
.slider1 .prev:hover{
    background: url(../images/wicoprev.png) no-repeat center center;
}
.slider1 .next{
    right: 102px;
    background: url(../images/wiconext.png) no-repeat center center;
}
.slider1 .next:hover{
    background: url(../images/wiconext.png) no-repeat center center;
}
#sliderUl{
    height: 450px;
    overflow: hidden;
}

#sliderUl li{
    width:700px;
    height:450px;
    position:relative;
	perspective: 800px;
}
#sliderUl li img{
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
}
#sliderUl li .honorName{
    position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    background: rgba(10,102,165,0.9);
    overflow: hidden;
    font-size: 16px;
    color:#666;
    z-index: 11;
    color: #fff;
    padding:10px 30px;
	transition: 0.4s ease-in-out;
	display: none;
	animation:roundabout .5s;
	transform-origin: center bottom; 
	
}
#sliderUl li.roundabout-in-focus .shade{
    background: rgba(0,0,0,0);
}
#sliderUl li.roundabout-in-focus .honorName{
    display: block;
}
@keyframes roundabout{
	0%{
		opacity:0; 
		bottom: -112px;
		
	}
	40%{
		transform:rotateX(60deg) ;
	}
	100%{
		opacity:1; 
		bottom: 0;
		transform:rotateX(0deg) ;
	}
}
#sliderUl li .honorName .title{
    text-align: left;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sliderUl li .honorName .text{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #e7e7e7;
	text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
/*光彩事业*/
.gloriousDl{
    overflow: hidden;
}
.gloriousDl dd{
    float: left;
    display: inline;
    width: 33.333%;
    position: relative;
    height: 480px;
}
.gloriousDl dd .pic{
    position: relative;
}
.gloriousDl dd .pic .ico{
	display: block;
	height: 60px;
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/newIco.png) center center;
	transition: 0.3s ease;
}
.gloriousDl dd:hover .ico{
	background: url(../images/oldIco.png) center center;
}
.gloriousDl dd .pic:after{
    content: "";
    display: block;
    padding-top: 60%;
}
.gloriousDl dd .pic:before{
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 21px;
    bottom: 0px;
    left: 50%;
    z-index: 5;
    margin-left: -12px;
    background: url(../images/wicon11.png)center center no-repeat;
}
.gloriousDl dd .pic img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
}
.gloriousDl dd:hover .pic img+img{
	opacity: 0;
	visibility: hidden;
}
.gloriousDl dd .text{
    background: #f7f7f7;
    height: 240px;
    text-align: center;
    position: relative;
}
.gloriousDl dd .text .title{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 95px 10px 0 10px;
}
.gloriousDl dd .text .txt{
    overflow: hidden;
    font-size: 0;
}
.gloriousDl dd .text .txt span{
    margin: 0 22px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.gloriousDl dd.odd .pic{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.gloriousDl dd.odd .pic:before{
     top: 0;
     background: url(../images/wicon12.png) center center no-repeat;
}
.gloriousDl dd:hover .text .title{
    color: #1d6ea6;
}
/* 社會責任 end */
/* shMask start */
.shMask{
	display: block;
	height: 34px;
	line-height: 40px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #1d6ea6;
	font-size: 14px;
	text-align: center;
	background: url(../images/shehuiMask.png) center center no-repeat;
}


/* shMask end */
  
/* 公司榜单 start */
.subRank{
    display: none;
}
.rankList{
	margin: 0 -12px;
	position: relative;
	z-index: 1;
}
.rankList dd{
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 24px;
}
.rankList a{
	display: block;
	margin: 0 12px;
	transition: 0.4s ease;
}
.rankList dd .imgBox{display:block; padding-top: 54.8051%; overflow:hidden; position:relative; background: #f2f2f2;}
.rankList dd .imgBox img{
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	object-fit: cover;
}	
.rankList dd .listTit{
    padding:15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	font-size:15px;
	display:block;
	color: #333;
	text-align:center;
	transition: 0.4s ease;
	background: #d2e2ed;
}
.rankList a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.rankList a:hover .listTit{
	background: #1d6ea6;
	color: #fff;
}
.rankList .hd ul{
	padding-top: 45px;
	text-align: center;
}
.rankList .hd li{
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border: 1px solid #1d6ea6;
	border-radius: 10px;
	margin: 0 5px;
	cursor: pointer;
}
.rankList .hd li.on{
	background: #1d6ea6;
}
/* 公司榜单 end */
  
  
  