/* jxd  */
@charset "UTF-8";

.wrap{width:1200px;clear: both;margin:0 auto;}
.bg1{background:#fff;}
.bg2{background:#f7f5f4;}
.bg3{background:#e4e6e9; }
.imgBox{position: relative; overflow: hidden;}
.imgBox:after{content: '';display: block;padding-top: 66.66667%;}
.imgBox img{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.mainCon{
	padding:15px;
	overflow:hidden;
	background:#fff;
	}

.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
}
	
.headBox{
    clear:both;
    position: relative;
    background: #fff;
    z-index: 97;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.headBox1{
	clear: both;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.top1{
    height: 39px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}
.welcome{
    line-height: 40px;
    margin-right: 30px;
}
.topWeather{
    padding-top: 8px;
    width: 320px;
     margin-left: 7.5%;
}
.top2{
    position: relative;
}
.topShare a{
	width: 5px !important;
    height: 26px !important;
	line-height: 26px !important;
}
.topShare .bds_weixin{background: url(../images/icon1.png) no-repeat left center !important}
.topShare .bds_tsina{background: url(../images/icon1.png) no-repeat -29px center !important}
.topShare .bds_tqq{background: url(../images/icon1.png) no-repeat -59px center !important}
.topShare .bds_qzone{background: url(../images/icon1.png) no-repeat -86px center !important}
.indTop{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 97;
}
/* subPage */
.subPage{
	position: relative;
	z-index: 2;
	
}
.pageLeft{
	width: 240px;
	display: none;
	margin-right: 30px;
}
.subMenuTit{
	font-size: 18px;
	color: #fff;
	line-height: 75px;
	height: 75px;
	background: #3b60b5 url(../images/jt1.png) right 20px center no-repeat;
	padding: 0 40px;
}
.subMenu{
	padding: 10px 20px;
	background: #fff;
	box-shadow: 6px 6px 0px rgba(0,0,0,.03);
}
.subMenu dd{
	line-height: 50px;
	padding: 0 20px;
}
.subMenu dd+dd{
	border-top: 1px solid #eee;
}
.subMenu a{
	display: block;
	color: #555;
	font-size: 16px;
	
}
.subMenu a:hover{
	color: #cf261f;
}
.subMenu dd.hover a{
	color: #cf261f;
	background: url(../images/jt2_h.png) right center no-repeat;
}
.subTitle{
	height: 45px;
	display: none;
	border-bottom: 1px #e6e6e6 solid;
}
.subTitle1{
	font-size: 22px;
	line-height: 45px;
	border-bottom: 3px #cf261f solid;
	color: #333;
	position: relative;
	font-weight: bold;
	margin-top: -2px;
}
.subTitle .location{
	height: auto;
}
.subTitle .location a{
	line-height: 40px;
	height: 40px;
}
.textImg1{
	overflow: hidden;
	padding:0;
	border: none;
}
.textImg1 dd{
	border: none;
}
.textImg1 dd+dd{
	border-top: 1px solid #e6e6e6;
}
.subPage .textImg1 p{
	height: 90px;
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/**/
.logo{
	height:55px;
	overflow: hidden;
	margin:25px 0 0 7%;
}
.logo a img{display:block;height:35px;}

.topSearch{
	display: block;
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
	background: url(../images/search.png) no-repeat center 20px;
}
.topSearch span{
	display: block;
    padding-top: 50px;
    text-align: center;
    color: #333;
    font-size: 12px;
}
/*导航*/
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{z-index: 9;position: relative;}
.menuDl{
    position: relative;
}
.menuDl dd{
	display: inline;
	float:left;
    padding: 0 5px;
    position: relative;
    z-index: 3;
}
.menuDl dd span a{
	display: block;
	height:80px;
	overflow: hidden;
	line-height: 80px;
	color: #454545;
	font-size: 15px;
	position: relative;
    font-weight: bold;
    padding: 0px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (max-width:1640px) {
	.menuDl dd span a{
		padding: 0 10px;
	}
	.logo{
		margin-left: 3%;
	}
    .topWeather{
        margin-left: 3.5%;
    }
}
@media screen and (max-width:1430px) {
	.menuDl dd span a{
		padding: 0 5px;
	}
}
.menuDl dd.hover span a{color: #cf261f}
.menuDl dd span a i{
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #cf261f;
	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}
.subMenuDiv{
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	/*left: 0px;*/
	top: 80px;
	/*opacity: 0;*/
	z-index: 1;
}
.menuDl dd.hover .subMenuDiv{
	z-index: 3;
}
.menuDl dt{
    width: 0px;
    /*height: 2px;*/
    height:100%;
    overflow: hidden;
    background: #cf261f;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
}
/*.subMenu_ul:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/
.subMenu_ul 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);
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.subMenu_ul li.hover a{
	color: #cf261f;
}
.menuDl dd.hover .subMenu_ul 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_ul 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_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#fff;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}


.subMenu_ul li a span em{
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #cf261f;
}
.subMenuR{
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}
.menuTop{
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color:#555;
	padding-left: 50px;
}
.subMenuCont{
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.listBg{
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 0px;
	top: 0px;
}
.subMenuTop{
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color:#888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}
.half{
	float: left;
	display: inline;
	width: 50%;
}
/*.subMenuR.half{
	width: 66.6666666%;
}
.subMenuR.half{
	padding-left: 33.3333333%
}*/
.half .subMenuTop{
	display: block;
}
.subMenuL{
    width: 50%;
    padding: 20px 0px;
}
.subMenuTxt{
    height: 250px;
	overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}
.subMenuLTop{
	display: none;
	text-align: center;
	font-size: 34px;
	color:#333;
	overflow: hidden;
}
.subMenuIntr{
    display: none;
	overflow: hidden;
	font-size: 14px;
	color:#404040;
	line-height: 25px;
}
.menuBg{
	display: none;
	width: 100%;
    height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 120px;
    z-index: 1;
	background: rgba(0,0,0,0.6);
}
.subMenuDiv.showMenu{
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}
@keyframes showMenu{
	0%  {opacity: 0.5}
	100%{opacity: 1}
}
.subMenuDiv.hideMenu{
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}
@keyframes hideMenu{
	0%  {opacity: 0.2}
	100%{opacity: 0}
}
.topR{
    margin-right: 210px;
}
@media screen and (max-width: 1700px) {
    .topR{
        margin-right: 160px;
    }
}
.languageBox{
    font-size: 14px;
    color:#666;
    height: 20px;
    line-height: 20px;
    padding: 30px 0px;
    position: relative;
    margin: 0px 15px;
}
a.lang_a{font-weight: bold;color:#888;}
.languageBox:hover .lang_a{
    color:#cf261f;
}
.lang_dl{
    display: none;
    width: 270px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -135px;
}
.lang_dl dd{
    overflow: hidden;
    float: left;
    display: inline;
    font-size: 14px;
    color:#333;
    position: relative;
}
.lang_dl dd:nth-child(1){
    animation-delay: 0s;
}
.lang_dl dd:nth-child(2){
    animation-delay: 0.12s;
}
.lang_dl dd:nth-child(3){
    animation-delay: 0.18s;
}
.languageBox.show .lang_dl dd{
    opacity: 0;
    -webkit-animation: languaShow 0.3s linear forwards;
    -o-animation: languaShow 0.3s linear forwards;
    animation: languaShow 0.3s linear forwards;
}
@keyframes languaShow{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.languageBox.hide .lang_dl dd{
    opacity: 1;
    -webkit-animation: languaHide 0.3s linear forwards;
    -o-animation: languaHide 0.3s linear forwards;
    animation: languaHide 0.3s linear forwards;
}
@keyframes languaHide{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.lang_dl dd a{
    display: block;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lang_dl dd em{
    display: block;
    width: 1px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    background: rgba(255,255,255,0.2);
}
.lang_dl dd a:hover{
    color:#fff;
}
.topSeaBox{
    position: absolute;
	right: 80px;
    height: 80px;
	width: 80px;
	background: #f5f5f5;
	top: 0;
}
.topSeaInp{
	opacity: 0;
	visibility: hidden;
    position: absolute;
    right: 0px;
    top: 85px;
    overflow: hidden;
	background: #fff;
    padding: 5px;
	border-radius: 5px;
	white-space: nowrap;
	transition: 0.4s ease;
}
.topSeaBox input{
    height: 30px;
    overflow: hidden;
    background: none;
    border:1px solid #ddd;
    outline: none;
    z-index: 2;
    font-size: 14px;
    color:#333;
    line-height: 30px;
    font-family: 'microsoft yahei';
    border-radius: 3px;
	padding: 0 5px;
}
.topSeaBox input::-webkit-input-placeholder{
	color: #ddd;
}
.searchBtn{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	background: url(../images/search1.png) no-repeat center center;
}
.topSeaBox:hover .topSeaInp{
    opacity: 1;
	visibility: visible;
}

.fixedMenu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
}


/**
 * banner
 * @author 杨朝杰
 * @return
 */
a.jumpto {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width:81px;
	height:81px;
	background:url(../images/mouse_guide.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 100;
	right:0;
	bottom:0;
	z-index:99;
	-webkit-animation: jumpto 1.5s linear infinite;
	animation: jumpto 1.5s linear infinite;
	-moz-animation: jumpto 1.5s linear infinite;
	-o-animation: jumpto 1.5s linear infinite;
	-ms-animation: jumpto 1.5s linear infinite;
	opacity: .8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
}
.banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
    width:100%;
    /*-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;*/
	padding-top: 120px;
}
.banner .bd{
    /*visibility: visible;*/
    overflow: hidden;
    /*height: 860px;*/
}
.banner .bt{
    display: none;
    width: 25px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    opacity: 0.5;
}
.banner .bt:hover{
    opacity: 1;
}
.banner .prev{
    left: 50px;
    background: url(../images/banBt.png) no-repeat left top;
}
.banner .next{
    right: 50px;
    background: url(../images/banBt.png) no-repeat right top;
}
.banner .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left:0;
    bottom: 150px;
    text-align: right;
    z-index: 9999;
    text-align: center;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 12px;
    height:12px;
    overflow: hidden;
    float: left;
    display: inline;
    text-indent: 99em;
    
    margin-left: 10px;
    cursor: pointer;
	border: 1px solid #cf261f;
	border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .hd ul li.on{
    background: #cf261f;
}
#banImg1{
    background: #fff;
    overflow: hidden;
}
.banImgDiv{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0px;
}
.bannerMenu{
	height: 110px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.bannerMenu dd{
	width:16.666666666% ;
	float: right;
	display: inline;
	height: 110px;
	transition: 0.4s ease;
}
.bannerMenu dd.style1{background: #0599d9;background: rgba(5, 153, 217, 0.8);}
.bannerMenu dd.style2{background: #1a56ce;background: rgba(26, 86, 206, 0.8);}
.bannerMenu dd.style3{background: #cd2f2f;background: rgba(205, 47, 47, 0.8);}
.bannerMenu dd.style4{background: #ba23d0;}
.bannerMenu dd.style5{background: #59b713;}
.bannerMenu dd.style6{background: #e79c0d;background: rgba(230, 199, 27, 0.8);}
.bannerMenu a{display: block; margin: 0 auto; width: 155px;}
.bannerMenu dd.style1 a{color: #3ec5ff;}
.bannerMenu dd.style2 a{color: #316dcf;}
.bannerMenu dd.style3 a{color: #ec5959;}
.bannerMenu dd.style4 a{color: #d04ee3;}
.bannerMenu dd.style5 a{color: #4ca609;}
.bannerMenu dd.style6 a{color: #fece73;}
.bannerMenu span{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	
	padding-top: 18px;
}
.bannerMenu em{
	font-size: 17px;
	color: #fff;
	display: block;
	padding-top: 8px;
}


/**
 * footer
 * @author 杨朝杰
 * @return
 */
.footer {
	clear:both;
	/*overflow:hidden;*/
	color:#888;
	background:#404040;
	font-size:14px;
	border-top: 1px solid #e6e6e6;
    position: relative;
    z-index: 9;
    padding: 30px 7.5%;
}

.footerLeft{
    overflow: hidden;
}
.footNav_dl{
    float: left;
    margin-right: 60px;
    display: inline;
    overflow: hidden;
}
.footNav_dl dt{
    overflow: hidden;
    line-height: 40px;
	color:#e5e5e5;
	font-size: 14px;
}
.footNav_dl dt a{
    color:#e5e5e5;
    font-size: 14px;
}
.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:#cf261f;
}
.footNav_dl dd{
    height: 26px;
    overflow: hidden;
    line-height: 26px;
	font-size: 12px;
	color:#b1b2b2;
}
.footNav_dl dd a{
    font-size: 12px;
    color:#b1b2b2;
}
.footerRight{
    /*overflow: hidden;*/
}
.footCode{
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 10px;
}
.footContactType{
   /* overflow: hidden;*/
}
.footSpan{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#333;
    text-align: right;
}
.footType_dl dd{
    position: relative;
    margin-left: 12px;
    float: left;
    display: inline;
}
.footTypeDiv{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding-bottom: 10px;
}
.footType_dl dd:hover .footTypeDiv{
    -webkit-animation: footTypeDiv 0.3s linear forwards;
    -o-animation: footTypeDiv 0.3s linear forwards;
    animation: footTypeDiv 0.3s linear forwards;
}
@keyframes footTypeDiv{
    0%  {transform: translateY(-30px);}
    100%{transform: translateY(0px);}
}
.footContactType a{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.qq .footTypeDiv{
    margin-left: -50px;
}
.footTypeCont{
    width: 90px;
    height: 90px;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
}
.footTypeCont img{
    display: block;
    width: 90px;
    height: 90px;
}
.trangleDown{
    width: 14px;
    height: 8px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin-left: -7px;
    z-index: 3;
    background: url(../images/trangleDown.png) no-repeat center center;
}
.tel a{
    background: url(../images/tel.png) no-repeat center center;
}
.add a{
    background: url(../images/add.png) no-repeat center center;
}
.sina a{
    background: url(../images/share/shareBt1.png) no-repeat center center;
    background-size: auto 30px;
}
.qq a{
    background: url(../images/share/shareBt6.png) no-repeat center center;
    background-size: auto 30px;
}
.footCode span{ display: block; width: 100px; height: 100px;}
.footCode span img{ width: 100% }
.footCode p{ display: block; font-size:14px; color: #999; text-align: center;padding-top:15px;}
.copyrightInfo{
	clear:both;
	line-height:30px;
	text-align:left;
}
.footer2{
    overflow: hidden;
    background: #323238;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 12px;
    color:#adadaf;
    position: relative;
    z-index: 9;
    padding: 0 7.5%;
}
@media screen and (max-width: 1640px) {
    .footer2{
        padding: 0 3.5%;
    }
    .footer{
        padding: 30px 3.5%;
    }

}
.copyrightInfo a,
.foot2R a{
    font-size: 12px;
    color:#adadaf;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyrightInfo a:hover,
.foot2R a:hover{
    color:#fff;
}
.foot2R i{
    color:#adadaf;
    padding: 0px 10px;
}


/*内页banner*/
.subBanner{
	clear: both;
	width: 100%;
    height:440px;
	/*padding-top:18%;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
	transition: all 1.5s cubic-bezier(0.215,.61,.215,1);
    -webkit-transition: all 1.5s cubic-bezier(0.215,.61,.215,1);
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}
.subBanner.hover{
	transform: scale(1);
	-webkit-transform: scale(1)
}
.channelBanner{
	clear: both;
	width: 100%;
	height:500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
}
.bannerLine{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/lineShadow.png) repeat;
    opacity: 0.1;
	display: none;
}

/*当前位置*/
.locationBase{
	width: 100%;
	height: 60px;
	clear:both;
}
.locationBox.fixed{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 995;
}
.locationBox{
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow:0 1px 10px rgba(0,0,0,0.05);
}
.location{
	height: 60px;
	overflow: hidden;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
    background-size: auto 17px;
}
.location a{
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/trangleRight.png);
	color: #a3a3a3;
	font-size: 14px;
}
.location a:hover{color:#cf261f;background: url(../images/trangleRight_h.png) no-repeat left center;}
.location a.hover{color:#cf261f;background: url(../images/trangleRight_h.png) no-repeat left center;}

/*内页导航*/
.nav{margin-right:-15px;height: 60px;position: relative;}
.nav a{
	display: inline;
	float: left;
	line-height: 60px;
	height:57px;
	color: #666666;
	font-size: 14px;
	padding:0 20px;

}
.nav a.hover{color: #cf261f}
.nav a:hover{color: #cf261f}
.navLine{
    display: block;
    width: 0px;
    height: 3px;
    background: #cf261f;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/**
 * 新闻上下页
 * @author 杨朝杰
 * @return
 */
.moreBt3{width:100%; height:30px; text-align:center;}
.moreBt3 button{width:30px; height:30px; display:inline-block; border:1px solid #e6e6e6; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; outline:none; cursor:pointer;}
.moreBt3 .works_prev{background:#fff url(../images/works_arr.png) no-repeat -11px -10px;}
.moreBt3 .works_prev:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -63px -10px;}
.moreBt3 .works_next{background:#fff url(../images/works_arr.png) no-repeat -63px -60px;}
.moreBt3 .works_next:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -11px -60px;}
.works_prev, .works_next,{border-radius:2px; vertical-align:middle;}

.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#cf261f}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

.pageBoxC2{
	padding:20px 40px;
	overflow: hidden;
	background: #fff;
}

.titleBox{ width:1200px; text-align:center; margin:0 auto; overflow:hidden;padding:10px 0;}
.titleBox h1{ font-size:22px; color:#333; line-height:20px;float:left; font-weight:normal;}
.titleBox h1 em{ font-size:16px; color:#888; padding:0 0 0 10px;}
.titleBox span{ font-size:14px; color:#666; float:right; line-height:20px;}
.titleBox span a{
	background: #bebebe;
    border-radius: 35px;
    padding: 5px 20px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
	}
.titleBox span a:hover{ color:#fff; background:#d61f19}

/*招聘列表*/
.rmtT{
	clear: both;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.rmtT.cf{color: #fff}
.rmtBox{
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.rmtBoxL{
	width: 420px;
	position: relative;
	z-index:-1;
}
.rmtBoxL img{
	display: block;
	max-width:650px;
}
.rmtBoxR{
	overflow: hidden;
	font-size:16px;
	line-height:36px;
	padding-left:25px;
	margin-top: 55px;
	color:#666;
}
.rmtBox2{
	height: 750px;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.rmtSlide{position: relative}
.rmtSlide .bd{
	width: 1200px;
	height: 425px;
	overflow: hidden;
}
.rmtSlide .bd dl{width: 1300px}
.rmtSlide .bd dl dd{
	display: inline;
	float: left;
	width: 375px;
	height: 426px;
	overflow: hidden;
	background: #fff;
	margin-right: 36px;
}
.rmtSlide .bd dl dd .divT{
	clear: both;
	height: 58px;
	overflow: hidden;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
}
.rmtSlide .bd dl dd .txtBox{
	height: 330px;
	overflow: hidden;
	margin: 0 10px 0 20px;
}
.rmtSlide .bd dl dd .txtBox .txtBoxC{
	width:344px;
	height: 335px;
	padding-right:15px;
	overflow: hidden;
	overflow-y: auto;
	color: #666666;
	font-size: 14px;
	line-height:30px;
}
.rmtSlide .bt{
	display: block;
	width: 17px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background-image: url(../images/icon19.png);
	background-repeat: no-repeat;
	display: none;
}
.rmtSlide .bt.prev{left:-38px;background-position:left top}
.rmtSlide .bt.next{right:-38px;background-position:right top}
.rmtSlide .bt.prev:hover{background-position:left bottom}
.rmtSlide .bt.next:hover{background-position:right bottom}
.rmtForm{
	width:890px;
	margin: 0 auto;
	overflow: hidden;
}
.rmtForm dd{clear: both}
.rmtForm dd .inputT{
	width: 402px;
	height: 50px;
	border: 1px solid #e6e6e6;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right:5px;
}
.rmtForm dd .inputT::-webkit-input-placeholder{color:#cccccc}    /* 使用webkit内核的浏览器 */
.rmtForm dd .inputT:-moz-placeholder{color:#cccccc}                  /* Firefox版本4-18 */
.rmtForm dd .inputT::-moz-placeholder{color:#cccccc}                  /* Firefox版本19+ */
.rmtForm dd .inputT:-ms-input-placeholder{color:#cccccc}  
.rmtForm dd textarea{
	width:853px;
	height:240px;
	border: 1px solid #e6e6e6;
	line-height:24px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.rmtForm dd textarea::-webkit-input-placeholder{color:#cccccc}    /* 使用webkit内核的浏览器 */
.rmtForm dd textarea:-moz-placeholder{color:#cccccc}                  /* Firefox版本4-18 */
.rmtForm dd textarea::-moz-placeholder{color:#cccccc}                  /* Firefox版本19+ */
.rmtForm dd textarea:-ms-input-placeholder{color:#cccccc}           /* IE浏览器 */
.rmtForm dd .bt{
	display: block;
	width: 150px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	background: #cf261f;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtForm dd .bt:hover{background: #f6c016;}
/*
首页内容
*/
.syMain{
    position: relative;
    z-index: 9;
}
/*
* 首页第一通栏
*/
.newsScroll{
	width: 380px;
	margin-right: 20px;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.newsScroll .bd a{
	display: block;
	position: relative;
}
.newsScroll .bd a:hover .jqthumb{
	transform: scale(1.05);
}
.newsScroll .imgBox:after{
	padding-top:73.6842% ;
}
.newsScroll .listTit{
	position: absolute;
	height:40px ;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	bottom: 0;
}
.newsScroll .listTit span{
	width: 270px;
	padding-left: 20px;
	display: block;
	color: #fff;
}
.newsScroll .hd{
	position: absolute;
	width: 100px;
	bottom: 0;
	right: 0;
	height: 40px;
}
.newsScroll .hd ul{
	width: 100%;
	text-align:center ;
	padding-top: 15px;
	font-size: 0;
}
.newsScroll .hd li{
	height: 10px;
	display: inline-block;
	width: 10px;
	background: #e6e6e6;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}
.newsScroll .hd li.on{
	background-color: #e42412;
}
.newsBox{
	width: 480px;
	margin-right: 20px;
}
.boxTitle{
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
}
.boxTitle .title{
	padding: 0 8px;
	line-height: 32px;
	height: 38px;
	border-bottom: 2px solid #cf261f;
	color: #cf261f;
	font-size: 16px;
}
.tabsul{
	overflow: hidden;
	position: relative;
	top: 1px;
}
.tabsul li{
	float: left;
	display: inline;
	padding-right: 10px;
	font-size: 16px;
}
.tabsul a{
	padding: 0 8px;
	display: block;
	height: 38px;
	line-height: 32px;
}
.tabsul li.hover a{
	color: #cf261f;
	border-bottom: 2px solid #cf261f;
}
.boxMore{
	line-height: 36px;
}
.boxMore a{color: #999;transition: 0.1s ease;}
.boxMore a:hover{color: #cf261f;}
.newsTabC{
	padding-top: 5px;
}
.newsList{
	height: 240px;
	overflow: hidden;
}
.newsList dd{
	height: 40px;
	line-height: 40px;
	
}
.newsList a{
	font-size: 15px;
	color: #333;
	display: block;
	overflow: hidden;
	position: relative;
	padding:0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsList a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #bababa;
}
.newsList a:hover{
	color: #cf261f;
}
.newsList span{
	float: right;
	font-size: 14px;
	color: #999;
}
.syVideo{
	overflow: hidden;
	background: #fff;
}
/* 工程案例 start  */
.caseList{
	position: relative;
	overflow: hidden;
}
.caseList .bd{
	margin: 0 -15px;
}
.caseList .bd dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 5px 0;
}
.caseList .bd a{
	margin:0 15px;
	display: block;
	transition: 0.4s ease;
}
.caseList .bd .listTit{
	color: #333;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.2s ease;
}
.caseList .bd a:hover{
	background: #fff;
	box-shadow: 0 0px 10px 0 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);
}
.caseList .bd a:hover .listTit{
	color: #cf261f;
}
.caseList .prev,
.caseList .next{
	display: block;
	position: absolute;
	top: 42%;
	height: 40px;
	width: 30px;
	margin-top: -20px;
	transition: 0.4s ease;
}
.caseList .prev{ left: 0; background: url(../images/prev1.png);}
.caseList .prev:hover{ background: url(../images/prev1_h.png);}
.caseList .next{ right: 0; background: url(../images/next1.png);}
.caseList .next:hover{ background: url(../images/next1_h.png);}
/* 工程案例 end  */

/************************* 首页 end **************************/
/*
* 业务频道页
*/
.businessBox{
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background: url(../images/busineBg.jpg) repeat;*/
}
.busine_dl{
    width: 3000px;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.busine_dl dd{
    height: 100%;
    width: 0px;
    overflow: hidden;
    float: left;
    display: inline;
    position: relative;
    text-align: center;
    font-size: 0px;
    margin-right: 0px;
}
.busineDiv{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.busine_dl .center{
    display: inline-block;
}
.busine_dl .tableCell{
    z-index: 3;
    position: relative;
}
.busiShadow{
    display: none\9;
    display: none\9\0;
    width: 1080px;
    height: 1080px;
    overflow: hidden;
    background: rgba(25,72,136,0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -540px 0px 0px -540px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;

}
.busine_dl dd:hover .busiShadow{
    display: block\9;
    display: block\9\0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.busiBg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    /*transition: all 0.3s linear;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
}
.busiIcon{
    display: block;
    width: 128px;
    height: 128px;
    overflow: hidden;
    margin: 0px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgba(25,72,136,0.8);
}
.busiIcon em{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 3;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.busine_dl dd.dd1 .busiIcon em{
    background: url(../images/busiChannelIcon1.png) no-repeat center center;
}
.busine_dl dd.dd2 .busiIcon em{
    background: url(../images/busiChannelIcon2.png) no-repeat center center;
}
.busine_dl dd.dd3 .busiIcon em{
    background: url(../images/busiChannelIcon3.png) no-repeat center center;
}
.busine_dl dd.dd4 .busiIcon em{
    background: url(../images/busiChannelIcon4.png) no-repeat center center;
}
.busine_dl dd.dd5 .busiIcon em{
    background: url(../images/busiChannelIcon5.png) no-repeat center center;
}
.busine_dl dd.dd6 .busiIcon em{
    background: url(../images/busiChannelIcon6.png) no-repeat center center;
}
.busine_dl dd:hover .busiIcon em{
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*.busiIcon i{
    display: block;
    display: none\9;
    display: none\0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background: #cf261f;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.busine_dl dd:hover .busiIcon i{
    display: block\9;
    display: block\0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}*/
.busine_dl dd:hover .busiIcon{
    border-color:#cf261f;
}
.busiName{
    font-size: 18px;
    color:#333;
    line-height: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.busiIntr{
    font-size: 14px;
    color:#999;
    line-height: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*.busine_dl dd.dd2:hover .busiName,
.busine_dl dd.dd2:hover .busiIntr,
.busine_dl dd.dd6:hover .busiName,
.busine_dl dd.dd6:hover .busiIntr{
    color:#333;
}*/
.busine_dl dd:hover .busiBg{
    /*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);*/
}
.busiTxtCont{
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
    text-align: center;
    padding: 15px 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.busine_dl dd.dd1 .busiTxtCont{
    background: #fdf4f9;
}
.busine_dl dd.dd2 .busiTxtCont{
    background: #edeffb;
}
.busine_dl dd.dd3 .busiTxtCont{
    background: #edf6fb;
}
.busine_dl dd.dd4 .busiTxtCont{
    background: #f8ecfd;
}
.busine_dl dd.dd5 .busiTxtCont{
    background: #fcfaec;
}
.busine_dl dd.dd6 .busiTxtCont{
    background: #fdf0e9;
}
.busine_dl dd:hover .busiTxtCont{
    background: #cf261f;
}
.busine_dl dd:hover .busiName,
.busine_dl dd:hover .busiIntr{
    color:#fff;
}
.busiMore{
    display: none\9;
    display: none\9\0;
    width: 130px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    margin: 0px auto;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.busine_dl dd:hover .busiMore{
    display: block\9;
    display: block\9\0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
/*
* 网站地图 bergin
* kis2
*/
.oh{
    overflow: hidden;
}
.webMapBt{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    background: #cf261f url(../images/groupOf.png) no-repeat center 20px;
    z-index: 995;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webMapBt span{
	display: block;
	padding-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.webMapBt:hover{
    
}
.webMap{
    width: 405px;
    height: 100%;
    overflow: hidden;
    background: #fff;
    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);
}
.webMapTop{
    background: #cf261f;
    padding: 0px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.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{
    font-size: 18px;
    color:#fff;
    overflow: hidden;
    line-height: 80px;
}
.webMapMenu{
    overflow: hidden;
    padding: 0px 30px;
}
.webMapMenuBox{
    padding: 7px 0px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.webMap_dl{
    overflow: hidden;
    padding-left: 20px;
    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/linkIco1.png) no-repeat left center;
}
.webMapIcon1 a:hover{
    background: url(../images/linkIco1_h.png) no-repeat left center;
}
.webMapIcon2 a{
    background: url(../images/webMapIcon.png) no-repeat left -65px;
}
.webMapIcon2 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -100px;
}
.webMapIcon3 a{
    background: url(../images/webMapIcon.png) no-repeat left -136px;
}
.webMapIcon3 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -171px;
}
.webMapIcon4 a{
    background: url(../images/webMapIcon.png) no-repeat left -207px;
}
.webMapIcon4 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -242px;
}
.webMapIcon5 a{
    background: url(../images/webMapIcon.png) no-repeat left -274px;
}
.webMapIcon5 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -309px;
}
.webMapIcon6 a{
    background: url(../images/webMapIcon.png) no-repeat left -336px;
}
.webMapIcon6 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -371px;
}
.webMapIcon7 a{
    background: url(../images/webMapIcon.png) no-repeat left -407px;
}
.webMapIcon7 a:hover{
    background: url(../images/webMapIcon.png) no-repeat left -442px;
}
.webMapTopMenu a{
    color:#333;
    padding-left: 20px;
    /*-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:#cf261f;
}
.busineDiv .banShadow{opacity:0.5;}
.webMapOther{
    overflow: hidden;
    border-top: 5px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    font-size: 0px;
}
.webGroupTit{
    padding-left: 20px;
    background: url(../images/webGroup.png) no-repeat left center;
}
.webGroup{
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color:#666;
    padding-left: 20px;
    margin-right: -15px;
}
.webGroup a{
    color:#666;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webGroup a:hover{
    color:#cf261f;
}
.webMapOther .webCenter{
    display: inline-block;
    overflow: hidden;
}
.webMapOther .webMapMenuBox{
    border:none;
}
/*
* 招聘
*/
.join_dl{overflow: hidden;}
.join_dl dt{
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding-bottom: 10px;
}
.join_dl dt .joinTit{
    font-size: 16px;
    color:#333;
    overflow: hidden;
    font-weight: bold;
}
.join_dl dt .joinTit span{
    float: left;
    width: 23%;
}
.join_dl dd{overflow: hidden;margin-bottom: 20px;padding-bottom: 2px;}
a.joinTit{display: block;height:60px;overflow: hidden;line-height:60px;font-size:16px;color:#666;padding: 0px 30px;background: #f5f5f5; border-radius:3px;}
.joinTit span{float: left; width:23%}
.join_dl dd.hover .joinTit{background: #4b9ddc;-webkit-box-shadow: none;box-shadow: none;}
.join_dl dd.hover .joinTit span{color:#ffffff;}
.joinTit em{display: block;width:30px;height:60px;overflow: hidden;float: right;background: url(../images/jia.png) no-repeat center center;}
.join_dl dd.hover .joinTit em{background: url(../images/jian.png) no-repeat center center;}
.joinDeta{overflow: hidden;padding: 10px 30px;position: relative;font-size: 14px;color:#888;line-height:26px;display: none;}
a.goJoin{display: block;width: 140px;height: 40px;overflow: hidden;background: #da0100;font-size: 16px;color:#fff;text-align: center;line-height: 40px;position: absolute;left: 20px;bottom:0px;}
