/*
 ===============================
 * @authro      : kis2
 * @created     : 2018-05-26
 * @content     : 
 ===============================
 */
@charset "UTF-8";

.wrap{width:1200px;clear: both;margin:0 auto;}
.indexWrap {
	width: 1680px;
	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;
}

/*
* 内容垂直居中
*/
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 3;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    z-index: 3;
}
.tableCell{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

/*
* 列表公共部分
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgDiv{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.66666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName{
    font-size: 14px;
    color:#666;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .listName,
.list_a:hover .listTit{
    color:#c52520;
}
.listIntr{
    height: 50px;
    font-size: 14px;
    color:#999;
    line-height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listTime{
    font-size: 13px;
    color:#999;
    overflow: hidden;
}
.listTime i{
    color:#999;
}
.listDeta{
    overflow: hidden;
}

.channelTitBox{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.titCh{
    overflow: hidden;
    font-size: 30px;
    color:#333;
    padding-bottom: 18px;
    position: relative;
}
.titCh em{
    display: block;
    overflow: hidden;
    width: 20px;
    height: 3px;
    background: #d6000f;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -10px;
}
.titCh.c_fff{
    color:#fff;
}
.channelMore{
    display: block;
    overflow: hidden;
    width: 41px;
    height: 41px;
    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(/subsiteSrc/jfjtPC/images/channelMore.png) no-repeat center center;
}
.channelMore:hover{
    background: url(/subsiteSrc/jfjtPC/images/channelMore_h.png) no-repeat center center;
}

/*
* top
*/

.headBox{
    clear:both;
    position: relative;
    height: 80px;
    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;
}
.topShare a{
	width: 5px !important;
    height: 26px !important;
	line-height: 26px !important;
}
.topShare .bds_weixin{background: url(/subsiteSrc/jfjtPC/images/icon1.png) no-repeat left center !important}
.topShare .bds_tsina{background: url(/subsiteSrc/jfjtPC/images/icon1.png) no-repeat -29px center !important}
.topShare .bds_tqq{background: url(/subsiteSrc/jfjtPC/images/icon1.png) no-repeat -59px center !important}
.topShare .bds_qzone{background: url(/subsiteSrc/jfjtPC/images/icon1.png) no-repeat -86px center !important}
.indTop .headBox{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 97;
}
.indTop{
    position: relative;
    height: 80px;
    z-index: 97;
}
/**/
.logo{
	height:40px;
	overflow: hidden;
	margin-top:22px;
	margin-left: 30px;
}
.logo a img{display:block;height:40px;}

.topSearch{
	display: block;
	width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
	background: url(/subsiteSrc/jfjtPC/images/search.png) no-repeat center center;
}
.topSearch:hover{
	background: url(/subsiteSrc/jfjtPC/images/search_h.png) no-repeat center center;
}
/*
* 主导航
*/
.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:14px;
	font-weight:bold;
	position: relative;
    padding: 0px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuDl dd.hover span a{color: #fff}
.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}
.subMenuDiv{
	display: none;
	width: 100%;
	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: #d6000f;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 3;
}
.subMenuShadow{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}
/*.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;*/
}
.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: #d6000f;
}
.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: 80px;
    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{
    /*clear:both;*/
}
.languageBox{
    position: relative;
	z-index: 3;
}
/* a.lang_a{font-weight: bold;color:#888;}
.languageBox:hover .lang_a{
    color:#d6000f;
} */
.lang_dl{
    /* display: none;
    width: 270px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -135px; */
	
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
	z-index: 2;
}
/* .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; */
	
	display: block;
	padding: 8px 5px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s ease;
}
.lang_dl dd a:hover {
    background: rgba(197, 0, 12, 0.5);
    color: #fff;
}
.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: relative;
    padding: 23px 0px;
}
.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;
}
.fixedMenu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
}
/**
 * banner
 * @author kis2
 * @return
 */
.ivideo_banner {
	text-align:center;
}
.ivideo_banner,.ivideo_banner li {
	height:100%;
	position:relative;
	overflow:hidden;
}
.ivideo_banner video,.ivideo_banner .cover {
	position:absolute;
	left:0;
	top:0;
}
.ivideo_banner video {
	height:100%;
	width:100%;
	z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.ivideo_banner .cover {
	width:100%;
	height:100%;
	background:url(/subsiteSrc/jfjtPC/images/video_cover.png);
	color:#fff;
	text-align:center;
	z-index: 3;
}
.guide {
	width:81px;
	height:81px;
	background:url(/subsiteSrc/jfjtPC/images/mouse_guide.png) no-repeat;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:10;
	cursor:pointer;
}
.ivideo_banner .cover .text1 {
	font-size:48px;
	margin-top:21%;
	line-height:1;
	font-weight:bold;
}
.ivideo_banner .cover .text2{
	font-size:26px;
	margin-top:20px;
	line-height:40px;
	font-weight:bold;
}

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(/subsiteSrc/jfjtPC/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);
}
@keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-webkit-keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-moz-keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-ms-keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
.banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;*/
}
.banner .bd{
    /*visibility: visible;*/
    overflow: hidden;
    height: 820px;
}
.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(/subsiteSrc/jfjtPC/images/banBt.png) no-repeat left top;
}
.banner .next{
    right: 50px;
    background: url(/subsiteSrc/jfjtPC/images/banBt.png) no-repeat right top;
}
.banner .hd{
    width: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 90px;
    text-align: right;
    z-index: 9999;
    margin-left: -600px;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 40px;
    height: 4px;
    overflow: hidden;
    float: left;
    display: inline;
    text-indent: 99em;
    background: #e0e0e0;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .hd ul li.on{
    background: #d6000f;
}
.banner_ul{
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner_ul li{
    width: 100%;
    left: 0px;
    top: 0px;
    height:100%;
    z-index: 1;
    position: absolute;
    /*display: none;*/
    /*visibility: hidden;*/
    /*-webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;*/
}
.banner_ul li.show{
    /*left: 0px !important;*/
    display: block !important;
    /*visibility: visible !important;*/
    -webkit-animation: banner 0.8s linear;
    -o-animation: banner 0.8s linear;
    animation: banner 0.8s linear;
}
.banner_ul li.left{
    left: -100px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bannerDeta{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 100%;
    top: 0px;
    /*visibility: hidden;*/
    /*-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;*/
}
/*.banner_ul li.on .bannerDeta{
    left: 0px;
}*/
#banImg1{
    background: #fff;
    overflow: hidden;
}
.banTxt1{
    position: absolute;
    left: 50% !important;
    margin-left: -600px !important;
    top: 33.6956522% !important;
    z-index: 10;
}
.banTxt_1_1{
    font-size: 40px;
    color:#222;
    overflow: hidden;
}
.banTxt_1_2{
    font-size: 24px;
    color:#333;
    overflow: hidden;
    padding-top: 10px;
}
.banImg1_1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.banImgDiv{
    width: 110%;
    height: 105%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: 0px;
}
.wowDiv2,
.wowDiv{
  width: 100%;
   height: 100%;
   position: absolute;
   right: 0px;
   top: 0px;  
}
.wowDiv{
    transform-style: preserve-3d;
    backface-visibility: hidden;
    perspective: 800px;
}
.wowDiv .banImgDiv{
    left: auto;
}
.banImg1_1 .banImgDiv{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: -5%;
}
.banImg1_2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
	display:none;
}

.banImg1_2 .banImgDiv{
    width: 250px;
    height: 30px;
    position: absolute;
    left: 50% !important;
    top: 25.5813953% !important;
    z-index: 2;
    margin-left: -125px;
    transform-style: preserve-3d;

}
.banImg1_3{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.banImg1_3 .banImgDiv{
    width:610px;
    height: 80px;
    position: absolute;
    left: 50% !important;
    top: 34.0697674% !important;
    z-index: 3;
    margin-left: -305px;
    transform-style: preserve-3d;

}
.banImg1_4{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
.banImg1_5{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
}
.banImg1_6{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
}
.cloud1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35.8306189% !important;
    overflow: hidden;
    -webkit-animation: cloud1 20s linear;
    -o-animation: cloud1 20s linear;
    animation: cloud1 20s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; /* Safari 鍜?Chrome */
}
@keyframes cloud1{
    0%  {transform: translateX(0px) scale(0.8);opacity: 0;}
    50% {transform: translateX(10%) scale(1);opacity: 0.8;}
    100% {transform: translateX(15%) scale(1);opacity: 0;}
    /*100%{transform: translateX(0px);opacity: 0;}*/
}
.cloud2{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 33.3333333333% !important;
    -webkit-animation: cloud2 100s linear;
    -o-animation: cloud2 100s linear;
    animation: cloud2 100s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; /* Safari 鍜?Chrome */
}
.cloud2_1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cloud2_2{
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@keyframes cloud2{
    0%  {transform:translateX(0px);opacity: 0.5;}
    50% {transform:translateX(50%);opacity: 0.8;}
    100%{transform: translateX(100%);opacity: 1;}
}
.banShadow{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	opacity:0.2;
    background: url(/subsiteSrc/jfjtPC/images/lineShadow.png) repeat;
}










.banImg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    backface-visibility: hidden;
}
.banImg2_1{
   width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 1; 
    backface-visibility: hidden;
}
.banImg2_1 div{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: -5%;
    backface-visibility: hidden;
}
.banImg2Cont{
    position: relative;
    top: 50% !important;
    left: 50% !important;
    margin-left: -600px !important;
    margin-top: -245px !important;
    z-index: 3;
    height: 490px;
    width: 1200px;
}
.banImg2Cont div{
    position: relative;
    display: inline;
    width: 370px;
    height: 490px;
    opacity: 1;
    float: left; 
}
.banImg2_2_2{
    left: 50% !important;
    margin-left: -185px;
}
.banImg2_2_3{
    left: 100% !important;
    margin-left: -370px;
}
.banImg2Cont p img{
    max-width: 100%;
    display: block;
}
.tableCont{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.tableCell{
    display: table-cell;
    vertical-align: middle;
}
.cover .wrap{
    position: relative;
    height: 100%;
}
.banTxt3_2,
.banTxt3_3,
.banTxt3_1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.banTxt3_1_1{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -120px;
}
.banTxt3_1_1 img{
    display: block;
    max-width: 100%;
}
.banTxt3_2_1{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    color:#fff;
    overflow: hidden;
    text-align: left;
}
.banTxt3_3_1{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: 40px;
    width: 580px;
    font-size: 14px;
    color:#fff;
    overflow: hidden;
    line-height: 25px;
    text-align: left;
}

.banImg4_1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    backface-visibility: hidden;
}
.banImg4_1 div{
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    right: -5%;
    overflow: hidden;
}
.banImg4_2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    backface-visibility: hidden;
}
.banImg4_2 div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    backface-visibility: hidden;
}
.banImg4_3{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    backface-visibility: hidden;
}
.banImg4_3Div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.banImg4_4{
    position: absolute;
    left: 50% !important;
    top: 10.8695652% !important;
    margin-left: -600px;
    z-index: 4;
}
.banImg4_logo{
    overflow: hidden;
}
.banImg4_logo img{
    display: block;
    width: 113px;
}
.banTxt4_1{
    position: absolute;
    left: 50% !important;
    top: 38.5869565% !important;
    margin-left: -600px;
    z-index: 5;
}
.banTxt4_1 span{
    display: block;
    overflow: hidden;
    font-size: 40px;
    color:#eab618;
}
.banTxt4_2{
    position: absolute;
    left: 50% !important;
    top: 45.1086957% !important;
    margin-left: -600px;
    z-index: 6;
}
.banTxt4_2 span{
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#ad8303;
    padding-top: 20px;
}
.banTxt4_3{
    position: absolute;
    left: 50% !important;
    top: 62.5% !important;
    margin-left: -600px;
    z-index: 6;
}
.banTxt4_3 span{
    display: block;
    width: 135px;
    height: 47px;
    overflow: hidden;
    border: 1px solid #ad8303;
    font-size: 22px;
    color:#ad8303;
    text-align: center;
    line-height: 47px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*
* window 1366px
*/
@media screen and (max-width:1367px){
    .banImg2Cont.wrap_1200{width: 1000px !important;}
    .banImg2Cont{
        position: relative;
        top: 50% !important;
        left: 50% !important;
        margin-left: -500px !important;
        margin-top: -192px !important;
        z-index: 3;
        height: 384px;
    }
    .banImg2Cont div{
        position: relative;
        display: inline;
        width: 300px;
        height: 384px;
        opacity: 1;
        float: left; 
    }
    .banImg2_2_2{
        left: 50% !important;
        margin-left: -150px;
    }
    .banImg2_2_3{
        left: 100% !important;
        margin-left: -300px;
    }
    .banImg4_3Div{
        background-size: auto 90% !important;
    }

    .banImg4_4{
        position: absolute;
        top: 20.8695652% !important;
    }
    .banTxt4_1{
        top: 50.5869565% !important;
    }
    .banTxt4_2{
        top: 57.1086957% !important;
    }
    .banTxt4_3{
        top: 75.5% !important;
    }
}


/**
 * footer
 * @author kis2
 * @return
 */
.footer {
	clear:both;
	/*overflow:hidden;*/
	color:#888;
	background:#fff;
	padding:30px 0px;
	font-size:14px;
	border-top: 1px solid #e6e6e6;
    position: relative;
    z-index: 9;
}
.footerLeft{
    overflow: hidden;
}
.footNav_dl{
    float: left;
    margin-right: 60px;
    display: inline;
    overflow: hidden;
}
.footNav_dl dt{
    overflow: hidden;
    line-height: 40px;
}
.footNav_dl dt a{
    color:#333333;
    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:#d6000f;
}
.footNav_dl dd{
    height: 26px;
    overflow: hidden;
    line-height: 26px;
}
.footNav_dl dd a{
    font-size: 12px;
    color:#666;
}
.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(/subsiteSrc/jfjtPC/images/trangleDown.png) no-repeat center center;
}
.tel a{
    background: url(/subsiteSrc/jfjtPC/images/tel.png) no-repeat center center;
}
.add a{
    background: url(/subsiteSrc/jfjtPC/images/add.png) no-repeat center center;
}
.sina a{
    background: url(/subsiteSrc/jfjtPC/images/share/shareBt1.png) no-repeat center center;
    background-size: auto 30px;
}
.qq a{
    background: url(/subsiteSrc/jfjtPC/images/share/shareBt6.png) no-repeat center center;
    background-size: auto 30px;
}
.footCode span{ display: block; width: 93px; height: 93px; border:1px solid #ededed;padding: 4px;}
.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: #323238;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 12px;
    color:#adadaf;
} */
.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;
}

/*
* 首页
*/
.ixBox1{
	clear: both;
	height: 450px;
	overflow: hidden;
}
.ixBox1Pic{
	width: 800px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.ixBox1Pic i{
	display: block;
	width: 12px;
	height: 31px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	background-image: url(/subsiteSrc/jfjtPC/images/icon2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.ixBox1Pic img{
	display: block;
	width: 800px;
	height: 450px;
}
.ixBox1Slide{
	width: 400px;
	height: 450px;
	overflow: hidden;
	background-color: #0078c3;
	background-image: url(/subsiteSrc/jfjtPC/images/icon3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.ixBox1Slide .bd{
	height: 166px;
	overflow: hidden;
}
.ixBoxT{
	clear: both;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-weight: bold;
}
.ixBoxT span{
	display: inline;
	float: left;
	color: #fefefe;
	font-size: 22px;
	font-family: "Arial";
	padding-right: 10px;
}
.ixBoxT em{
	display: inline;
	float: left;
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	line-height: 37px;
}
.ixBox1Dl dd{
	overflow: hidden;
	padding: 0 40px;
}
.ixBox1Dl dd .divT{
	clear: both;
	height: 34px;
	overflow: hidden;
}
.ixBox1Dl dd .divT a{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 34px;
}
.ixBox1Dl dd .divT a:hover{color:#ffc20f}
.ixBox1Dl dd .divT .txt{
	overflow: hidden;
}
.ixBox1Dl dd .divT2{
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #e5e5e5;
	font-size: 14px;
}
.ixBox1Dl dd .txt{
	clear: both;
	height: 90px;
	overflow: hidden;
	line-height: 30px;
	color: #e5e5e5;
	font-size: 14px;
	margin-top: 12px;
}
.more{
	width: 98px;
	height: 36px;
	border: 1px solid #c9e4f5;
	border-radius:3px;
	margin-left: 40px;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: linear;
}
.more:hover{background: #ffc20f;border: 1px solid #ffc20f;}
.more a{
	display: block;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	font-family: "Arial"
}
.ixBox1Slide .btBox{
	width: 60px;
	height: 20px;
	margin-right:40px;
}
.ixBox1Slide .btBox .bt{
	width: 11px;
	height: 20px;
	cursor: pointer;
	background-image: url(/subsiteSrc/jfjtPC/images/icon4.png);
	background-repeat: no-repeat;
}
.ixBox1Slide .btBox .bt.prev{background-position: left top}
.ixBox1Slide .btBox .bt.next{background-position: right top}
.ixBox1Slide .btBox .bt.prev:hover{background-position: left bottom}
.ixBox1Slide .btBox .bt.next:hover{background-position: right bottom}
/*2*/
.ixBox2{
	clear: both;
	overflow: hidden;
	height: 400px;
}
.ixBox2L{
	width: 400px;
	height: 400px;
	overflow: hidden;
	background-color: #0078c3;
	background-image: url(/subsiteSrc/jfjtPC/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
.ixBox2L .txt{
	clear: both;
	height: 120px;
	overflow: hidden;
	line-height: 30px;
	color: #e5e5e5;
	font-size: 14px;
	margin-top: 10px;
	margin: 0 38px 0 40px;
}
.ixBox2R{
	width: 800px;
	height: 400px;
	overflow: hidden;
	background-image: url(/subsiteSrc/jfjtPC/images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
.ixBox2R .divT1{
	clear: both;
	height:30px;
	overflow: hidden;
	color: #fefefe;
	font-size: 22px;
	font-family: "Arial";
	text-align: center;
	line-height:30px; 
}
.ixBox2R .divT2{
	clear: both;
	height:32px;
	overflow: hidden;
	color: #fefefe;
	font-size: 18px;
	text-align: center;
	line-height:32px; 
}
.ixBox2RDl{
	clear: both;
	margin-left:82px;
}
.ixBox2RDl dd{
	display: inline;
	float: left;
	width: 210px;
	overflow: hidden;
}
.ixBox2RDl dd a{
	display: block;
	overflow: hidden;
}
.ixBox2RDl dd a .icon{
	width: 96px;
	height: 96px;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius:100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox2RDl dd a .icon.icon1{background-image: url(/subsiteSrc/jfjtPC/images/icon5.png)}
.ixBox2RDl dd a .icon.icon2{background-image: url(/subsiteSrc/jfjtPC/images/icon6.png)}
.ixBox2RDl dd a .icon.icon3{background-image: url(/subsiteSrc/jfjtPC/images/icon7.png)}
.ixBox2RDl dd a span{
	display: block;
	height: 74px;
	overflow: hidden;
	line-height: 74px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox2RDl dd a:hover .icon{background-color:#ffc20f;border:2px solid #ffc20f}
.ixBox2RDl dd a:hover span{color:#ffc20f}
/*3*/
.ixBox3{
	clear: both;
	overflow: hidden;
	height: 235px;
}
.ixBox3Dl dd{
	display: inline;
	float: left;
	width: 400px;
	height: 235px;
	overflow: hidden;
}
.ixBox3Dl dd a{
	display: block;
	width: 400px;
	height: 235px;
	overflow: hidden;
	position: relative;
	z-index:1;
}
.ixBox3Dl dd a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ixBox3Dl dd .ixBoxT span{font-size: 18px;}
.ixBox3Dl dd .ixBoxT em{font-size: 16px;}

/*
* banner kis2
*/
.subBanner{
	clear: both;
	width: 100%;
    height:500px;
	/*padding-top:18%;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
}
.subBannerView{
	clear: both;
	width: 100%;
    height:260px;
	/*padding-top:18%;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
}

.channelBanner{
	clear: both;
	width: 100%;
    padding-top: 26.04166667%;
    background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
    z-index: 2;
}
.bannerLine{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/subsiteSrc/jfjtPC/images/lineShadow.png) repeat;
    opacity: 0.1;
}

/*
* 当前位置
*/
.locationBase{
	width: 100%;
	height: 60px;
	clear:both;
}
.locationBox{
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow:0 1px 10px rgba(0,0,0,0.05);
    position: relative;
    z-index: 3;
}
.locationBox.fixed{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 994;
}
.location{
	height: 60px;
	overflow: hidden;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/subsiteSrc/jfjtPC/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(/subsiteSrc/jfjtPC/images/trangleRight.png);
	color: #a3a3a3;
	font-size: 14px;
}
.location a:hover{color:#cc0000;background: url(/subsiteSrc/jfjtPC/images/trangleRight_h.png) no-repeat left center;}
.location a.hover{color:#cc0000;background: url(/subsiteSrc/jfjtPC/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: #cc0000}
.nav a:hover{color: #cc0000}
.navLine{
    display: block;
    width: 0px;
    height: 3px;
    background: #d6000f;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/**
 * 新闻详情页
 * @author 杨朝杰
 * @return
 */
.moreBt3{width:100%; height:85px; text-align:center;}
.moreBt3 button{width:52px; height:50px; display:inline-block; margin:17px 5px; border:none; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; border:none; outline:none; cursor:pointer;}
.moreBt3 .works_prev{background:#fff url(../images/works_arr.png) no-repeat 0 0;}
.moreBt3 .works_prev:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -52px 0;}
.moreBt3 .works_next{background:#fff url(../images/works_arr.png) no-repeat -52px -50px;}
.moreBt3 .works_next:hover{background:#d61f19 url(../images/works_arr.png) no-repeat 0 -50px;}
.works_prev, .works_next, .works_more{border-radius:2px; vertical-align:middle;}
.works_more{display:inline-block; width:92px; height:50px; background:#fff url(../images/works_more.png) no-repeat center -50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; vertical-align:middle;}
.works_more:hover{background:#d61f19 url(../images/works_more.png) no-repeat center 0;}


.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#cc0000}
.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}

/*招聘*/
/*
* 招聘列表页
*/
.recruitList{
    background: #fff;
    overflow: hidden;
    padding: 50px;
}
.recruitment_dl{
    margin: 0px auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #fff;
}
.recruitment_dl dt{
    overflow: hidden;
    background: #d6000f;
}
.recruitment_dl dd span,
.recruitment_dl dt span{
    display: block;
    width: 240px;
    height:50px;
    overflow: hidden;
    float: left;
    display: inline;
    font-size:15px;
    color:#fff;
    text-align: left;
    line-height:50px;
    text-align: center;
}
.recruitment_dl dd span{
    display: block;
    width: 240px;
    height:50px;
    overflow: hidden;
    float: left;
    display: inline;
    font-size:15px;
    color:#666;
    text-align: left;
    line-height:50px;
    text-align: center;
}
.recruitment_dl dd a:hover span{
    color:#d6000f;
}
.recruitment_dl dd{
    overflow: hidden;
    border-bottom:1px dotted #e1e1e1;
}
.recruitment_dl dd.hover{
    border:none;
}
.recruitment_dl dd span.span_1,
.recruitment_dl dt span.span_1{
    width: 270px;
    padding-left: 20px;
    text-align: left;
}
.recruitment_dl dd span.span_3,
.recruitment_dl dt span.span_3{
    width: 210px;
}
.recruitment_dl dd span.span_4,
.recruitment_dl dt span.span_4{
    width: 240px;
}
/*.recruitment_dl dt span.span_4{
    text-align: center !important;
}*/
.recruitment_dl dd span.span_2,
.recruitment_dl dt span.span_2{
    width: 130px;
    padding-left: 0px;
    text-align: right;
    padding-right: 20px;
}
/*
* 首页
* kis2
*/

.ind1st{
    height: 350px;
    position: relative;
    z-index: 9;
}
.ind1stCont{
    position: absolute;
    left: 0px;
    top: -75px;
    width: 100%;
    background: #fff;
}
.ind1stL{
    width: 585px;
    overflow: hidden;
    padding: 20px;
}
.titBox{
    height: 45px;
    position: relative;
    line-height: 45px;
}
.tabBd{
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #dedfe2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.tab .tabBd{
    display: block;
}
.tit_dl{
    position: relative;
    z-index: 3;
}
.tit_dl dd{
    float: left;
    overflow: hidden;
    display: inline;
    margin-right: 30px;
}
.tit_a{
    font-size: 15px;
    color:#666;
    font-weight: bold;
    padding: 0px 2px;
    position: relative;
}
.tab .tit_a{
    display: block;
}
.tit_a span{
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #d6000f;
}
.tit_dl dd.hover .tit_a span{
    display: block;
}
a.titMore{
    font-size: 12px;
    color:#999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.titMore:hover{
    color:#d6000f;
}
.tabCont{
    overflow: hidden;
    height: 315px;
}
.ind1st_dl{
    overflow: hidden;
}
.ind1st_dl dt{
    overflow: hidden;
    padding-bottom: 10px;
}
.hotImg{
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.hotImg span{
    display: block;
    width: 245px;
    height: 165px;
    overflow:hidden;
    position:relative;
}
.hotImg span img{
	display:block;
}
.hotDeta{
    overflow: hidden;
    height: 165px;
}
.hotName{
    font-size: 15px;
    color:#595554;
    line-height: 25px;
}
.hotDeta .listIntr{
    height: 75px;
    font-size: 13px;
    color:#9b9b9b;
    line-height: 25px;
    overflow: hidden;
    text-indent: 2em;
}
.ind1st_dl dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.listName{
    font-size: 13px;
    color:#666;
    padding-left: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.ind1st_dl dd .listName{
    background: url(/subsiteSrc/jfjtPC/images/trangleRight.png) no-repeat left center;
}
.listName:hover{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    color:#d6000f;
}
.ind1st_dl dd .listName:hover{
    background: url(/subsiteSrc/jfjtPC/images/trangleRight_h.png) no-repeat left center;
}
.listTime{
    font-size: 13px;
    color:#999;
    overflow: hidden;
}
.ind1stR{
    width: 575px;
    position: relative;
    background: #fcfcfc;
}
.business{
    padding: 20px 0px;
    overflow: hidden;
    position: relative;
}
.business .bd{
    height: 95px;
    overflow: hidden;
    /*margin: 0px 25px;*/
}
.business .titBox{
    padding: 0px 20px;
}
.busi_dl{
    margin: 0px 0px;
    overflow: hidden;
}
.busi_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.busi_a{
    width: 75px;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    padding: 5px 0px;
}
.busi_a:hover{
    background: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.busi_a span{
    display: block;
    height: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.busi_a i{
    height: 25px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#4c4c4c;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.busi_a:hover i{
    color:#d6000f;
}
.business .bt{
    display: none;
    width: 20px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 105px;
}
.business .prev{
    left: 20px;
    background: url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat left top;
}
.business .prev:hover{
    background: url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat left bottom;
}
.business .next{
    right: 20px;
    background: url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat right top;
}
.business .next:hover{
    background: url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat right bottom;
}
.busi_dl dd.dd1 span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon1.png) no-repeat center center;
}
.busi_dl dd.dd1 .busi_a:hover span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon1_h.png) no-repeat center center;
}
.busi_dl dd.dd2 span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon2.png) no-repeat center center;
}
.busi_dl dd.dd2 .busi_a:hover span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon2_h.png) no-repeat center center;
}
.busi_dl dd.dd3 span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon3.png) no-repeat center center;
}
.busi_dl dd.dd3 .busi_a:hover span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon3_h.png) no-repeat center center;
}
.busi_dl dd.dd4 span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon4.png) no-repeat center center;
}
.busi_dl dd.dd4 .busi_a:hover span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon4_h.png) no-repeat center center;
}
.busi_dl dd.dd5 span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon5.png) no-repeat center center;
}
.busi_dl dd.dd5 .busi_a:hover span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon5_h.png) no-repeat center center;
}
.busi_dl dd.dd6 span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon6.png) no-repeat center center;
}
.busi_dl dd.dd6 .busi_a:hover span{
    background: url(/subsiteSrc/jfjtPC/images/busiIcon6_h.png) no-repeat center center;
}
.renovation{
    position: relative;
    height: 230px;
}
.renBg{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: url(/subsiteSrc/jfjtPC/images/renBg.jpg) no-repeat left center;
}
.renovation .bd{
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 230px;
}
.renova_dl{
    overflow: hidden;
}
.renova_dl dd{
    overflow: hidden;
    width: 25%;
    float: left;
    display: inline;
}
.renova_a{
    display: block;
    height: 170px;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
}
.renovaName_Ch{
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.renovaName_En{
    font-size: 12px;
    color:#fff;
    overflow: hidden;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}
.dd1 .renovaName_Ch,
.dd1 .renovaName_En{
    color:#4d5c68;
}
.dd2 .renovaName_Ch,
.dd2 .renovaName_En{
    color:#2a5075;
}
.dd3 .renovaName_Ch,
.dd3 .renovaName_En{
    color:#e26f13;
}
.dd4 .renovaName_Ch,
.dd4 .renovaName_En{
    color:#3b904e;
}
.renovaIntr{
    width: 300px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    height: 50px;
    line-height: 25px;
    position: relative;
    z-index: 3;
}
.renovaImg{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.renova_dl dd.on .renovaImg{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.renovation .hd{
    overflow: hidden;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
}
.renovation .hd ul{
    overflow: hidden;
}
.renovation .hd ul li{
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 10px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-indent: 99em;
    cursor: pointer;
}
.renovation .hd ul li.on{
    background: #d6000f;
}

/*
* 问道手游官网业务
*/
.businessBox{
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background: url(/subsiteSrc/jfjtPC/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(/subsiteSrc/jfjtPC/images/busiChannelIcon1.png) no-repeat center center;
}
.busine_dl dd.dd2 .busiIcon em{
    background: url(/subsiteSrc/jfjtPC/images/busiChannelIcon2.png) no-repeat center center;
}
.busine_dl dd.dd3 .busiIcon em{
    background: url(/subsiteSrc/jfjtPC/images/busiChannelIcon3.png) no-repeat center center;
}
.busine_dl dd.dd4 .busiIcon em{
    background: url(/subsiteSrc/jfjtPC/images/busiChannelIcon4.png) no-repeat center center;
}
.busine_dl dd.dd5 .busiIcon em{
    background: url(/subsiteSrc/jfjtPC/images/busiChannelIcon5.png) no-repeat center center;
}
.busine_dl dd.dd6 .busiIcon em{
    background: url(/subsiteSrc/jfjtPC/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: #d6000f;
    -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:#d6000f;
}
.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: #d6000f;
}
.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: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    top: 14px;
    background: #fff url(../images/menu.png) no-repeat center center;
    z-index: 995;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.webMapBt:hover{
    background: #d6000f url(../images/menu_h.png) no-repeat center center;
}
.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: #d6000f;
    padding: 0px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.closeMap{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(/subsiteSrc/jfjtPC/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: 10px 20px 20px 20px;
}
.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(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left 4px;
}
.webMapIcon1 a:hover{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -31px;
}
.webMapIcon2 a{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -65px;
}
.webMapIcon2 a:hover{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -100px;
}
.webMapIcon3 a{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -136px;
}
.webMapIcon3 a:hover{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -171px;
}
.webMapIcon4 a{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -207px;
}
.webMapIcon4 a:hover{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -242px;
}
.webMapIcon5 a{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -274px;
}
.webMapIcon5 a:hover{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -309px;
}
.webMapIcon6 a{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -336px;
}
.webMapIcon6 a:hover{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -371px;
}
.webMapIcon7 a{
    background: url(/subsiteSrc/jfjtPC/images/webMapIcon.png) no-repeat left -407px;
}
.webMapIcon7 a:hover{
    background: url(/subsiteSrc/jfjtPC/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:#d6000f;
}
.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(/subsiteSrc/jfjtPC/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:#d6000f;
}
.webMapOther .webCenter{
    display: inline-block;
    overflow: hidden;
}
.webMapOther .webMapMenuBox{
    border:none;
}
/*
* 问道手游官网新闻
* news
* jxd
*/
/*第一通栏 start*/
.groupNews{
    position: relative;
}
.groupList{
    position: relative;
}
.groupList .bd{
    overflow: hidden;
    height: 400px;
}
.groupList .bd ul{
    margin: 0 -15px !important;
    overflow: hidden;
}
.groupList .bd ul li{
    width: 33.33333%;
    *width: 33%;
    float: left;
    display: inline;
}
.groupList .bd ul a{
    display: block;
    margin: 0 15px;
}
.groupList .bd ul .txtDiv{
    background: #fff;
    padding: 15px;
}
.groupList .bd ul .listInfr{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 49px;
    overflow: hidden;
    padding-top: 8px;
}
.groupList .bd ul .listTime{
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    overflow: hidden;
    padding-top: 5px;
}
.groupList .bt{
	display:none;
}
.groupList .prev,
.groupList .next{
    position: absolute;
    top:135px;
    display: block;
    height: 50px;
    width: 30px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}
.groupList .prev{
    background: url(/subsiteSrc/jfjtPC/images/newsPrev1.png) center center no-repeat;
    left: -50px;
}
/*.groupList:hover .prev{
    left: 0;
}*/
.groupList .next{
    background: url(/subsiteSrc/jfjtPC/images/newsNext1.png) center center no-repeat;
    right: -50px;
}
/*.groupList:hover .next{
    right: 0;
}*/
.groupList .bd ul a:hover .listTit{
	color:#d6000f;
}
/*第二通栏 start*/
.dutyNewsBox{
    position: relative;
}
.dutyNewsBg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.dutyNews{
    position: relative;
}
.dutyListBox{
    
}
.dutyList {
    margin: 0 -15px;
}
.dutyList dd{
    width: 50%;
    float: left;
    display: inline;
    padding: 15px 0px;
}
.dutyList dd a{
    display: block;
    margin: 0 15px;
    background: #e9e9ea;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.dutyList dd .listTime{
    width: 108px;
    text-align: center;
    height: 120px;
    position: relative;
}
.dutyList dd .listTime span{
    font-size: 28px;
    color: #454545;
    display: block;
    line-height: 36px;
    height: 36px;
    padding-top: 30px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.dutyList dd .listTime em{
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    display: block;
}
.dutyList dd .listTime i{
    display: block;
    position: absolute;
    height: 53px;
    border-left: 1px solid #dcdcdc;
    right: 0;
    top: 33px;
}
.dutyList dd .txtDiv{
    overflow: hidden;
    padding: 0 38px;
}
.dutyList dd .listTit{
    font-size: 18px;
    color: #333;
    padding-top: 28px;
    font-weight: bold;
}
.dutyList dd .listInfr{
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
} 
.dutyList dd a:hover{
    background: url(/subsiteSrc/jfjtPC/images/newsBg2.png);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}
.dutyList dd a:hover .listTime span,
.dutyList dd a:hover .listTime em,
.dutyList dd a:hover .listTit,
.dutyList dd a:hover .listInfr{
    color: #fff;
}
/*第三通栏 start*/
.mediaNews{
    background: #fff;
}
.linSlide{
    overflow: hidden;
    position: relative;
}
.linSlideImg{
    width: 780px;
    height: 440px;
    overflow: hidden;
}
.linSlideImg .slick .slick-slid,
.linSlideImg .slick .slick-slid a{
    display: block;
	width: 780px;
    height: 440px;
}
.linSlideImg .slick .slick-slid a div img,
.linSlideImg .slick .slick-slid a div{
	display:block;
    width: 780px;
    height: 440px;
    overflow:hidden;
    position:relative;
}
.linSlideImg .slick-dots{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}
.linSlideImg .slick-dots li{
    display: inline-block;
    margin: 0 4px;
    width: 20px;
    height: 4px;
    border-radius:4px;
    font-size: 0;
    outline: none;
    cursor: pointer;
    background: #fff;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.linSlideImg .slick-dots li.slick-active{
    background: #d4121b;
    width: 30px;
}
.linSlideTxt{
    overflow: hidden;
    position: relative;
}
.linSlideTxt .slick .slick-slid{
    height: 440px;
    background: #d4121b;
}
.linSlideTxt .slick .ddBox{
    padding: 95px 36px 0 36px;
    position: relative;
}
.linSlide .listTimeOut{
    width: 83px;
    height: 67px;
    background: url(/subsiteSrc/jfjtPC/images/newsBg3.png) center center no-repeat;
    position: absolute;
    top: 0px;
    left: 780px;
    text-align: center;
    color: #d5131c;
    z-index: 9;
}
.linSlide .listTimeOut span{
    display: block;
    font-size: 30px;
    padding-top: 5px;
}
.linSlide .listTimeOut em{
    font-size: 12px;
}
.linSlideTxt .slick .listTime{display: none;}
.linSlideTxt .slick .listTit{
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 25px;
    border-bottom: 1px solid #d92f37;
}
.linSlideTxt .slick .listTit a{
    color: #FFFFFF;
}
.linSlideTxt .slick .listInfr{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
}
.linSlideTxt .slick .listMore{padding-top: 30px;}
.linSlideTxt .slick .listMore a{
    color: #fff;
    font-size: 14px;
    padding-right: 28px;
    background: url(/subsiteSrc/jfjtPC/images/newsIco1.png) right center no-repeat;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.linSlideTxt .slick .listMore a:hover{
    padding-right: 32px;
}
.linSlideTxt .listSource{
    font-size: 14px;
    color: #fff;
    padding:15px 0 0 30px;
    height: 30px;
    line-height: 45px;
    background: url(/subsiteSrc/jfjtPC/images/newsIco2.png) left bottom no-repeat;
}
.linSlideTxt .prev,
.linSlideTxt .next{
    display: block;
    width: 11px;
    height: 20px;
    cursor: pointer;
    background:none ;
    background-image: url(/subsiteSrc/jfjtPC/images/icon4.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    font-size: 0;
    border: none;
    outline: none;
    z-index: 8;
}
.linSlideTxt .prev{
    right: 60px;
    background-position: left top;
}
.linSlideTxt .next{
    right: 30px;
    background-position: right top;
}

/*第四通栏 start*/
.periodical{
    position: relative;
    overflow: hidden;
}
.periodicalBg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.periodicalBox{
    
}
#jswbox{position:relative; clear:both;}

.periodicalBox #jswbox ul{
    position:relative; 
    z-index: 9; 
    clear:both;
    height:360px;
}
#jswbox li{
    position:absolute;
    z-index:0;
    /*overflow:hidden;*/
    top:0px;
    left:0px; 
    height:0px; 
    width:0px;
    padding-bottom: 20px;
    box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.1);
}
.periodicalBox #jswbox li a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.periodicalBox #jswbox li a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 30px rgba(0,0,0,0.2);
}
#jswbox li img{
    width:100%;
    height:100%;
    vertical-align:top;
    box-reflect:below 0 -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,.0) 93%,rgba(250,250,250,0.4));
    -webkit-box-reflect:below 0 -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,.0) 93%,rgba(250,250,250,0.4));
}
#jswbox li.li1{
    left: 62px;
    top: 100px;
    width: 166px;
    height: 219px;
}#jswbox li.li2{
    left: 250px;
    top: 52px;
    width: 205px;
    height: 277px;
}#jswbox li.li3{
    left: 475px;
    top: 0px;
    width: 250px;
    height: 335px;
}#jswbox li.li4{
    left: 745px;
    top: 52px;
    width: 205px;
    height: 277px;
}#jswbox li.li5{
    left: 970px;
    top: 100px;
    width: 166px;
    height: 219px;
}
#jswbox li a{ 
    height:100%; 
    width:100%; 
    display:block; 
    position:absolute; 
    top:0;
    left: 0;
    z-index: 1;
}
#jswbox .periodicalZz{
    position: absolute;
    top: 275px;
    left: 0;
    width: 100%;
    background: url(/subsiteSrc/jfjtPC/images/newsBg4.png) center center no-repeat;
    height: 300px;
}
/*
* 问道手游官网视频
*/
.groupVideoBox{
    overflow: hidden;
    background: #fff;
}
.groupVideo{
    overflow: hidden;
}
.groupVideo_dl{
    overflow: hidden;
}
.groupVideo_dl dt{
    overflow: hidden;
    width: 904px;
    float: left;
    padding: 12px 0px 13px 0px;
    margin-right: 24px;
}
.video_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.video_a .imgDiv{
    padding-top: 56.339581%;
}
.videoTit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 2em;
    z-index: 3;
    font-size: 14px;
    color:#fff;
}
.videoIcon{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.groupVideo_dl dt .videoTit{
    font-size: 16px;
}
.groupVideo_dl dt .videoIcon{
    background: url(/subsiteSrc/jfjtPC/images/videoBgBig.png) repeat-x left bottom;
}
.groupVideo_dl dd .videoIcon{
    background: url(/subsiteSrc/jfjtPC/images/videoBgSmall.png) repeat-x left bottom;
}
.videoIcon span{
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
}
.groupVideo_dl dt .videoIcon span{
    width: 78px;
    height: 78px;
    margin: -39px 0px 0px -39px;
    background: url(/subsiteSrc/jfjtPC/images/videoIcon_big.png) no-repeat center center;
}
.groupVideo_dl dd .videoIcon span{
    width: 38px;
    height: 38px;
    margin: -19px 0px 0px -19px;
    background: url(/subsiteSrc/jfjtPC/images/videoIcon_small.png) no-repeat center center;
}
.groupVideo_dl dd{
    overflow: hidden;
    width: 272px;
    padding: 12px 0px 13px 0px;
}

/*
* 投诉建议 lxb
*/
.lxb_msg{  background-color:#f5f5f5; width:100%;}
.lxb_msgTop{ background-color:#fff; overflow:hidden;}
.lxb_msgTop .msg_title{ font-size: 24px; color:#454545; font-weight:bold; padding: 5px 0; text-align:center}
.lxb_msgTop .msg_article{ padding: 0 100px; font-size:16px; line-height:36px; color:#555}

.msgForm{ padding: 0 100px}
.msgForm dl{ overflow:hidden;margin: 0px -35px;}
.msgForm dl dd{ float:left; width:50%; padding: 15px 0; display:block}
.msgForm dl dt{ display: block; padding: 15px 0; width:100%; float:left}
.msgForm dl dd .msgLabel, .msgForm dl dt .msgLabel{text-align: right; font-size:16px; line-height:40px; color:#555; width:100px}
.msgIcon{height:40px;line-height:40px;font-size:18px;font-family:'microsoft yahei';color:#d6000f;overflow:hidden;padding-left: 10px;}
.msg_box{overflow: hidden;margin: 0px 35px;}
.msgPadding{ overflow:hidden; padding-left:10px}
.msgPadding img{ height: 40px;float: left;display: block;}
.msgPadding a{ display:block;height: 40px;font-size: 14px;line-height: 40px;text-decoration: underline;}
.msgPadding a i{display: block;float: left;padding-left: 10px;}
.msgCenter,.msgForm dl dt .msgCenter{ overflow:hidden; border: 1px solid #dedede; padding: 0 10px;border-radius: 3px;}
.msgInput{ width:100%; height:38px; line-height:38px; border:0; font-size:14px;color: #555;}
.msgCenter .msgTextarea{height: 170px;line-height: 26px; font-size:14px; width:100%;color: #555; border:0; padding:5px 0px;outline: none;font-family: "microsoft yahei";resize: none;}

.msgSex{ text-align: left}
.msgSex input.inputradio { width: 18px;height: 18px;margin: 0 6px 0 0;}
.msgSex em {display: inline;line-height: 36px;font-style: normal;font-size: 14px;color: #666666;margin-right: 20px;}

.messageBtn{ overflow: hidden; padding: 15px 0 50px 86px;}
.messageBtn a{ width: 155px; height: 50px; text-align: center; line-height: 50px; overflow: hidden; display: block; background: #d6000f; color: #FFF; font-size: 18px; border-radius:3px}
.messageBtn a:hover{ opacity: 0.9;}

.reply_record{ background-color:#fff; overflow:hidden;}
.reply_record .msg_title{ font-size: 24px; color:#454545; font-weight:bold; padding: 50px 0; margin: 0 50px; border-bottom:1px solid #dedede; text-align:center}
.msgDnList{ overflow: hidden; margin: 0 50px;}
.msgDnList dd{ overflow: hidden; padding: 25px 0; border-bottom: 1px solid #dedede;}
.msgDnList dd .conL{ overflow: hidden; width: 107px; height: 28px; margin-right: 10px; font-size: 18px; text-align: center; line-height: 36px; color:#333}
.msgDnList dd .conR{ overflow: hidden; color: #555555; font-size: 16px; line-height: 36px;}
.msgDnList dd .con1{ margin-bottom: 20px;}
.msgDnList dd .con2{ color: #d6000f;}

/*
* 俊发基金会 kis2 2018-07-22
*/
.foundBox{
    overflow: hidden;
    background: #fff;
    padding: 40px 0px;
}
.foundIntr_dl{
    overflow: hidden;
}
.foundIntr_dl dd{
    /*width: 33.33333333%;*/
    width: 50%;
    float: left;
    display: inline;
    overflow: hidden;
}
.foundIntr_dl dd.dd1{
    background: #f3fef5;
}
.foundIntr_dl dd.dd2{
    background: #fff;
}
.foundIntr_dl dd.dd3{
    background: #d4d4e0;
}
.foundIntrDiv{
    overflow: hidden;
    padding: 30px;
    height: 260px;
}
.foundL_En{
    overflow: hidden;
    font-size: 24px;
    color:#d6000f;
    text-align: right;
    line-height: 40px;
}
.foundL_Ch{
    overflow: hidden;
    font-size: 24px;
    color:#333333;
    text-align: right;
    line-height: 40px;
}
.foundTxt{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 24px;
}
.foundC_Ch{
    overflow: hidden;
    font-size: 18px;
    color:#666;
    line-height: 30px;
    font-weight: bold;
}
.foundName{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    background: rgba(0,0,0,0.7);
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -40px;
    z-index: 3;
}

/*
* 公益计划 kis2
*/
.bc_fff{
    background: #fff;
}
.foundPlan{
    overflow: hidden;
    padding: 40px 0px;
}
.foundPlanL{
    width: 285px;
    height: 505px;
    overflow: hidden;
    background: #fff;
    margin-right: 20px;
    margin-top: 10px;
}
.foundPlanHead{
    overflow: hidden;
    height: 185px;
    background-color: #e0e0e0;
    background-repeat: no-repeat;
    background-position: center center;
}
.bc_fff .foundPlanL{
    background: #fafafa;
}
.foundPlanDeta{
    overflow: hidden;
    padding: 20px;
}
.foundPlanTit{
    overflow: hidden;
    font-size: 16px;
    color:#333;
	text-align:center;
	font-weight:bold;
	padding:0 0 10px 0;
    line-height: 30px;
}
.foundPlanIntr{
    overflow: hidden;
    font-size: 14px;
    color:#858585;
	line-height:35px;
}
.foundPlanR{
    overflow: hidden;
}
.foundPlan_dl{
    overflow: hidden;
    margin: 0px -10px;
}
.foundPlan_dl dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.foundPlan_dl dt{
    width: 66.666666667%;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 10px 0px;
}
/*.foundPlanSlide{
    overflow: hidden;
    position: relative;
    margin: 0px 10px;
}
.foundPlanSlide .center{
    position: relative;
    overflow: hidden;
    padding-top: 55.9222034%;
}
.foundPlanSlide .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.foundPlan_ul{
    height: 100%;
    overflow: hidden;
}
.foundPlan_ul li{
    height: 100%;
    overflow: hidden;
}
.foundPlanSlide .bt{
    display: block;
    width: 40px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 3;
}
.foundPlanSlide .prev{
    left: -100%;
    background: url(/subsiteSrc/jfjtPC/images/foundPlanSlideBt.png) no-repeat right top;
}
.foundPlanSlide .next{
    right: -100%;
    background: url(/subsiteSrc/jfjtPC/images/foundPlanSlideBt.png) no-repeat left top;
}*/
.foundPlan_dl dt .imgDiv{
    padding-top: 55.9222034%;
}
.foundPlan_dl .list_a{
    margin: 0px 10px;
}
.foundPlan_dl dd .imgDiv{
    padding-top: 54.3859649%;
}
.foundPlanApply{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 3;
}
.foundPlanApply i{
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 18px;
    color:#d7000f;
    text-align: center;
    margin-top: -27px;
    padding-top: 30px;
    background: url(/subsiteSrc/jfjtPC/images/apply.png) no-repeat center top;
}
.bc_fff .foundPlanApply{
    background: #f4f4f4;
}
/*.foundPlanApply span{
    display: inline-block;
    overflow: hidden;
    padding-top: 30px;
}*/

/*
* 城市更新 begin kis2 2017-08-22
*/
.cityBox{
    overflow: hidden;
    padding: 35px 0px;
    position: relative;
}
.cityIntrTit{
    overflow: hidden;
    font-size: 24px;
    color:#454545;
    line-height: 35px;
}
.cityIntrTit i{
    font-size: 14px;
    color:#999;
    padding-left: 10px;
}
.cityIntrTxt{
    overflow: hidden;
    font-size:15px;
    color:#454545;
    line-height: 35px;
}
.cityIntrList{
    overflow: hidden;
}
.cityIntr_dl{
    overflow: hidden;
}
.cityTypeBox{
    width: 360px;
    overflow: hidden;
    background-size: cover;
    padding: 25px;
    height: 170px;
}
.cityIntr_dl dd{
    width: 33.3333333333%;
    float: left;
    display: inline;
}
.cityIntr_dl dd .list_a{
    margin-left: 20px;
}
.cityIntr_dl .imgDiv{
    padding-top: 90.5349794%;
}
.cityIntrShadow{
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 3;
}
.cityTypeTit{
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    height: 30px;
    line-height: 30px;
}
.cityTypeCont{
    overflow: hidden;
    line-height: 25px;
    padding: 10px 0px;
}
.cityTypeCont a{
    font-size: 14px;
    color:#fff;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.cityTypeCont a:hover{
    text-decoration: underline;
}
.cityIntrTit1{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size:15px;
    color:#fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 4;
}
.iconBox{
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    margin: -44px 0px 0px -22px;
}
.iconBox em{
    display: block;
    width: 22px;
    height: 0px;
    overflow: hidden;
    position: absolute;
}
.cricleL{
    left: 0px;
    bottom: 0px;
    background: url(/subsiteSrc/jfjtPC/images/cricleL.png) no-repeat left bottom;
}
.cricleR{
    right: 0px;
    top: 0px;
    background: url(/subsiteSrc/jfjtPC/images/cricleR.png) no-repeat right top;
}
.iconBox i{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background: url(/subsiteSrc/jfjtPC/images/link.png) no-repeat center center;
}

/*
* 新闻搜索 begin kis2 2018-07-22
*/
.searchBox{
    padding-bottom: ;
    text-align: center;
    font-size: 0px;
}
.searchBox .center{
    display: inline-block;
}
.selecL{
    background: #fff;
    margin: 0px 5px;
    padding-left: 15px;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    border-radius: 3px;
}
.selecLTit{
    font-size: 14px;
    color:#333;
    line-height: 50px;
}
.searchSel{width:120px; height:50px; position:relative; padding-right:30px; border-radius: 0px 3px 3px 0px;}
.searchSel .seljg{padding-left:10px; line-height:50px; color:#ccc; font-size:14px; cursor:pointer;}
.searchSel i{ display:block; width:50px; height:50px; background:url(/subsiteSrc/jfjtPC/images/trangleBig.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.searchSel .selTj{box-shadow: 0px 2px 5px rgba(0,0,0,0.1); border-radius: 0px 3px 3px 3px; width:100%; overflow:hidden; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:0px; top:50px; background:#fff; display:none;}
.searchSel .selTj a{ padding-right:22px;display:block; height:35px; line-height:35px; padding-left:10px; color:#666666; margin-bottom:1px;font-size: 14px;}
.searchSel .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.searchSel .selTj a.hover{background:#f8f8f8; color:#ff7800;}
.searcBody{
    overflow: hidden;
    margin: 0px 5px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.searchInp{
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background: #fff;
    padding: 0px 10px;
    font-size: 14px;
    color:#ccc;
    width: 380px;
    border:none;
    outline: none;
}
.searchBt{
    display: block;
    width: 80px;
    height: 50px;
    overflow: hidden;
    background: #d6000f url(../images/searchBig.png) no-repeat center center;
}


/*
* 筛选
*/
.screenBox{
    padding:10px 0; 
    overflow:hidden;
    font-size:15px;
}
.screenBox_dl{float:left;display:inline;overflow:hidden;margin: 0px -5px;padding:5px 0px;}
.screenBox_dl dt,
.screenBox_dl dd{
    float:left;
	overflow:hidden;
	padding: 5px;
    }
.screenBox_dl dt a,
.screenBox_dl dd a{
    line-height:40px;
    display: block;
    font-size: 14px;
    color:#999;
    background:#fff;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
}
.screenBox_dl dt.hover a ,.bottombar dl dt a:hover,
.screenBox_dl dd.hover a ,.bottombar dl dd a:hover{
    background:#d6000f;
    color: #fff;
}


/*
* 俊发178
* estateList
* lxb
*/
/*column1 start*/
.publicInfr{
    padding: 80px 0 65px 0;
    background: #fff;
}
.pubInfL{
    width: 515px;
}
.pubInfTit{
    font-size: 20px;
    color: #cc0101;
}
.pubInfL em{
    font-size: 95px;
    color: #efefef;
    line-height: 95px;
    margin-left: -6px;
    display: block;
}
.pubInfL span{
    font-size: 26px;
    color: #999;
}
.pubInfR{
    overflow: hidden;
}
.pubInfTxt{
    line-height: 26px;
    color: #999;
    font-size: 14px;
}
.pubList{
    overflow: hidden;
    padding-top: 25px;
    margin-right: -50px;
}
.pubList dd{
    float: left;
    width: 115px;
    display: inline;
    position: relative;
}
.pubList dd+dd{
    padding-left: 35px;
}
.pubList dd+dd i{
    position: absolute;
    height: 20px;
    border-left: 1px solid #ccc;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.pubList dd h4{
    font-size: 14px;
    color: #333;
}
.pubList dd .Num{
    font-size: 24px;
    color: #d7000f;
    font-weight: bold;
    padding-top: 5px;
}
.pubList dd .Num em{
    font-weight: normal;
    font-size: 14px;
}
/*column1 end*/
/*column2 start*/
.hotHouseBox{
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.columnBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hotHouse{
    position: relative;
}
.hotHseTit{
    font-size: 16px;
    color: #999;
}
.hotHseTit span{
    color: #fff;
    color: #e5e5e5;
}
.hotHseLin{
    width: 1200px;
    height: 385px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -197px 0px 0px -600px;
    z-index: 9;
}
.subBannerBg{
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.hotHseImg{
    overflow: hidden;
    width: 685px;
}
.hotHseImg .slick a{
    width: 685px;
    height: 385px;
    display: block;
}
.hotHseTxt{
    overflow: hidden;
    background: #2f2e40;
}
.hotHseTxt .ddBox{
    padding:0 72px;
}
.hotHseTxt .slick-slid{
    height: 385px;
}
.hotHseTxt .listTit{
    font-size: 30px;
    padding-top: 55px;
}
.hotHseTxt .listTit a{
    color: #d7000f;
}
.hotHseTxt .listInfr{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    padding-top: 25px;
}
.hotHseTxt .prev,
.hotHseTxt .next{
    display: block;
    width: 55px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    font-size: 0;
    border: none;
    outline: none;
    z-index: 9;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.hotHseTxt .prev{
    right: 55px;
    background-position: left top;
    background:#4e4d5c url(../images/estPrev1.png) center center no-repeat;

}
.hotHseTxt .next{
    right: 0;
    background-position: right top;
    background:#4e4d5c url(../images/estNext1.png) center center no-repeat;
}
.hotHseTxt .next:after{
    content: '';
    display: block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    left: 0;
    top: 50%;
    border-right: 1px solid #7c7c7c;
}
.hotHseTxt .prev:before,
.hotHseTxt .next:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    margin-top: -1px;
    border-bottom: 2px solid #d40211;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.hotHseTxt .next:before{
    right: 25px;
    left: auto;
}
.hotHseTxt .prev:hover{
    background-position: 20px center;
}
.hotHseTxt .prev:hover:before{
    left: 20px;
    width: 13px;
}
.hotHseTxt .next:hover{
    background-position: 28px center;
}
.hotHseTxt .next:hover:before{
    right: 20px;
    width: 13px;
}
/*column2 end*/
/*column3 start*/
.estBox3 {
    padding: 35px 0 0 0 ;
}
.estBox3 .screening{
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 12px;
}
.estBox3 .screening dt{
    float: left;
    display: inline;
    width: 50px;
}
.estBox3 .screening dd{
    float: left;
    display: inline;
    padding: 0 5px;
}
.estBox3 .screening dd a{
    display: block;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 15px;
    color: #666;
}
.estBox3 .screening dd.hover a,
.estBox3 .screening dd a:hover{
    background: #d7000f;
    color: #fff;
}
.overIcon{
	display:none;
	height: 100%;
	width:100%;
	overflow:hidden;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
	background:rgba(0,0,0,0.38) url(../images/overIcon.png) no-repeat center center;
    background-size: auto 110px;
}
.imgList_dl dd.over .overIcon{
	display:block;
}
/*.imgList_dl dd.over:hover .imgListDeta{
    background: #f2f2f2;
}
.imgList_dl dd.over:hover .listBtBox{
    border-color: #ddd;
}
.imgList_dl dd.over:hover .listName{
	color:#333;
}
.imgList_dl dd.over:hover .listIntr{
    color:#666;
}
.imgList_dl dd.over:hover .listBtBox a span{
	color:#666;
}
.imgList_dl dd.over:hover .listBtBox{
	border-color: #ddd;
}
.imgList_dl dd.over .bt1 span{
    background: url(/subsiteSrc/jfjtPC/images/proIcon.png) no-repeat left center;
}
.imgList_dl dd.over .bt2 span{
    background: url(/subsiteSrc/jfjtPC/images/VRIcon.png) no-repeat left center;
}
.imgList_dl dd.over .bt1:after{
	background:#ddd;
}
*/
.imgList_dl dd .listIntr span{
	display:block;
	line-height: 25px;
	overflow:hidden;
}
.businessHouseList_dl .imgListBox .imgDiv{
    padding-top: 66.6666667%;
}
/*column3 end*/
/*
* 问道手游官网业务 地产开发
* estateView
* jxd
*/
/*column1 start*/
.estInfr{
    padding: 40px 0;
}
.estInfL{
    width: 395px;
    background: #fff4ea;
    text-align: center;
    height: 415px;
}
.estInfLImg{
    padding-top: 10px;
}
.estInfLImg img{
    height: 127px;
}
.estInfLSite{
    padding-top: 65px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #735124;
    background: url(/subsiteSrc/jfjtPC/images/estIco1.png) center 22px no-repeat;
}
.estInfLTel{
    padding-top: 70px;
    background: url(/subsiteSrc/jfjtPC/images/estIco2.png) center 30px no-repeat;
    font-size: 30px;
    color: #735124;
}
.estInfR{
    padding:0 40px;
    overflow: hidden;
    background: #fff;
    min-height: 415px;
    height: auto !important;
    height: 415px;
}
.estInfR .estInfRTit{
    font-size: 18px;
    color: #d7000f;
    font-weight: bold;
    padding-top: 55px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.estInfR .estInfRTxt{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-top: 20px;
}
.estInfR .pubList{
    padding: 50px 0px 30px 0px;
}
.estInfR .pubList dd{
    width: 110px;
}
.estInfR .pubList dd+dd{
    padding-left: 50px;
}
.estInfR .pubList dd .ico1{height: 40px; background: url(/subsiteSrc/jfjtPC/images/estMerit1.png) 12px center no-repeat;}
.estInfR .pubList dd .ico2{height: 40px; background: url(/subsiteSrc/jfjtPC/images/estMerit2.png) 12px center no-repeat;}
.estInfR .pubList dd .ico3{height: 40px; background: url(/subsiteSrc/jfjtPC/images/estMerit3.png) 12px center no-repeat;}
.estInfR .pubList dd .ico4{height: 40px; background: url(/subsiteSrc/jfjtPC/images/estMerit4.png) 12px center no-repeat;}
.estInfR .pubList dd .ico5{height: 40px; background: url(/subsiteSrc/jfjtPC/images/estMerit5.png) 12px center no-repeat;}
/*column1 end*/
/*column2 start*/
.houseAlbum{
    padding: 30px 0 50px 0;
    background: #fff;
}
.estListTit{
    font-size: 16px;
    color: #999;
    padding-left: 20px;
}
.imgScroll{
    position: relative;
    padding-top: 16px;
}
.imgScroll .bd{
    overflow: hidden;
}
.imgScroll_ul{
    margin: 0px -5px !important;
    overflow:hidden;
}
.imgScroll_ul li{
    float: left;
    display: inline;
    width: 33.3333%;
    *width: 33%;
    padding: 5px 0px;
}
.imgScroll_ul li a{
    display: block;
    margin: 0 5px;
    background:#fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.imgScroll_ul li .imgDiv{
    padding-top: 55.6962%;
    *padding-top: 56%
}
.imgScroll .prev,
.imgScroll .next{
    height: 25px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: none;
}
.imgScroll .prev{
    background: url(/subsiteSrc/jfjtPC/images/estPrev2.png) center center no-repeat;
    left: -35px;
}
.imgScroll .next{
    background: url(/subsiteSrc/jfjtPC/images/estNext2.png) center center no-repeat;
    right: -40px;
}
.imgScroll_ul li .imgDiv img{
	display:block !important;
	opacity: 0;
	z-index: 3;
}
/*column2 end*/
/*column3 start*/
.imgScrollBox{
    padding: 40px 0;
}
.imgScrollBox .imgScroll .bd a{
    padding: 15px;
}
.imgScroll .bd .listTit{
    overflow: hidden;
    padding-top: 15px;
    font-weight: bold;
}
.imgScroll .bd .listTit span{
    float: left;
    display: inline;
    font-size: 16px;
    color: #333;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.imgScroll .bd a:hover .listTit span{
    color: #d7000f;
}
.imgScroll .bd .listTit em{
    float: right;
    display: inline;
    font-size: 14px;
    color: #d7000f;
}
.imgScroll .bd .listInfr{
    padding-top: 8px;
    font-size: 14px;
    color: #999;
    height: 52px;
    line-height: 26px;
}
/*column3 end*/
/*
* column4 begin
*/
.busiHouseView{
    overflow: hidden;
    padding: 40px 0px;
    background: #fafafa;
}
.busiHouseViewDeta{
    overflow: hidden;
    padding: 0px 10px;
}
.busiHouseViewDeta table{
    border:none;
    width: 100%;
}
.busiHouseViewDeta table tr th,
.busiHouseViewDeta table tr td{
    border:none;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#999;
    font-weight: normal;
    text-align: left;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
* 地产开发地图
*/
.houseMapBox{
    padding: 20px 0px 50px 0px;
    overflow: hidden;
}
.houseMap{
    overflow: hidden;
    height: 500px;
}

/*
* 地产开发列表
* businessList
* jxd
*/
.busListTit{
    text-align: center;
    font-size: 22px;
    color: #666;
    padding: 20px 0;
}
.busListTit.c_fff{
    color: #fff;
}
.busListTit em{
    font-family: Arial;
}
/*column2 start*/
.proLineBox{
    position: relative;
    padding: 52px 0 125px 0;
}
.proLine{
    position: relative;
}
.proLineList{
    overflow: hidden;
    padding-top: 55px;
}
.proLineList ul li{
    float: left;
    display: inline;
    width: 20%;
    text-align: center;
}
.proLineList ul li a{
    display: block;
}
.proLineList ul li span{
    color: #fff;
    font-size: 16px;
    display: block;
    padding-top: 30px;
    line-height: 28px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.proLineList ul li a:hover span{
    color: #d7000f;
}
.proLineList ul li .ico{
    height: 87px;
    width: 87px;
    border-radius: 44px;
    border: 1px solid #acc1cd;
    margin: 0 auto;
    -webkit-transition: 0.5s cubic-bezier(1, 0.13, 0.88, 1.85);
    -o-transition: 0.5s cubic-bezier(1, 0.13, 0.88, 1.85);
    transition: 0.5s cubic-bezier(1, 0.13, 0.88, 1.85);
}
.proLineList ul li .ico.ico1{background: url(/subsiteSrc/jfjtPC/images/busIco1.png) center center no-repeat;}
.proLineList ul li .ico.ico2{background: url(/subsiteSrc/jfjtPC/images/busIco2.png) center center no-repeat;}
.proLineList ul li .ico.ico3{background: url(/subsiteSrc/jfjtPC/images/busIco3.png) center center no-repeat;}
.proLineList ul li .ico.ico4{background: url(/subsiteSrc/jfjtPC/images/busIco4.png) center center no-repeat;}
.proLineList ul li .ico.ico5{background: url(/subsiteSrc/jfjtPC/images/busIco5.png) center center no-repeat;}
.proLineList ul li a:hover .ico{
    background-color: #d7000f;
    border-color:#d7000f; 
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
/*column2 end*/


/*
* 企业文化 kis2 2018-07-23
*/
.cultureHead{
    overflow: hidden;
    padding: 40px 0px;
}
.culture_dl{
    margin: 0px -5px;
}
.culture_dl dd{
    float: left;
    display: inline;
    margin: 0px 5px;
    padding: 5px 0px;
    position: relative;
    z-index: 1;
}
.culture_dl dd .list_a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.culture_dl dd .list_a:hover{
    -webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 30px rgba(0,0,0,0.3);
}
.culture_dl dd:hover{
    z-index: 3;
}
.cultureDeta{
    overflow: hidden;
    padding: 30px;
}
.cul_1{
    width: 510px;
    height: 130px;
}
.cul_2{
    width: 220px;
    height: 130px;
}
.cul_3{
    width: 270px;
    height: 330px;
}
.culture_Ch{
    overflow: hidden;
    font-size: 15px;
    color:#fff;
    line-height: 30px;
    font-weight: bold;
}
.culture_En{
    overflow: hidden;
    font-size: 12px;
    color:#e5e5e5;
    font-family: "Arial";
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.cultureIntr{
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    line-height: 30px;
    font-weight: bold;
    padding-top: 20px;
}
.cityBigBox{
    position: relative;
}
.cityBigL{
    height: 209px;
    width: 16.66666667%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 14px;
    background: #d5010f url(../images/arrowRightBig.png) no-repeat center 140px;
}
.cityBigL .list_a{
    padding-top: 20px;
}
.cityBig_En{
    overflow: hidden;
    font-size: 30px;
    color:rgba(255,255,255,0.2);
    text-align: center;
    padding-top: 5px;
}
.cityBigL .c_fff em{
    background: #fff;
}
.cityBigSlide{
    position: relative;
    overflow: hidden;
}
.cityBigSlide .bd{
    overflow: hidden;
    height: 210px;
}
.cityBig_dl{
    margin: 0px -7px !important;
    overflow: hidden;
}
.cityBig_dl dd{
    width: 33.3333333333%;
    float: left;
    display: inline;
    overflow: hidden;
}
.cityBigImg{
    margin: 0px 7px;
}
.cityBig_dl .list_a{
    padding-top: 65.2777778%;
    position: relative;
}
.imgDivBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.imgDivBox .imgDiv{
    padding-top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.imgDivL{
    z-index: 3;
}
.imgDivR{
    z-index: 2;
}
.imgDivL img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    transform: scale();
}
.crityBigImgName{
    height: 35px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 35px;
    background: rgba(0,0,0,0.7);
    text-align: center;
    z-index: 3;
    font-size: 14px;
    color:#fff;
}
/*.moveL .imgDivBox .imgDiv{
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
}
.moveR .imgDivBox .imgDiv,
.moveL .imgDivBox .imgDiv{
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}
.imgDivL{
    left: -50%;
    z-index: 3;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.imgDivR{
    right: 0px;
    z-index: 2;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.moveR .imgDivBox,
.moveL .imgDivBox{
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}
.moveL .imgDivL{
    left: 0px;
}
/*.moveL .imgDivR{
    right: -100%;
}
.moveR .imgDivL{
    left: -100%;
}
/*.moveR .imgDivR{
    right: 0px;
}
.imgDivL .imgDiv{
    right: -30px;
}
.moveL .imgDivL .imgDiv{
    right: 0px;
}
/*.imgDivR .imgDiv{
    left: -30px;
}*/
/*.moveR .imgDivR .imgDiv{
    left: 0px;
}*/


.cityShadow{
    display: block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 9;
}
.shadowL{
    left: 0px;
}
.shadowR{
    right: 0px;
}


.bigAllBg.active,
.indGuideBg.active {
    -webkit-mask: url(/subsiteSrc/jfjtPC/images/nature-sprite.png);
    mask: url(/subsiteSrc/jfjtPC/images/nature-sprite.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    -webkit-animation: mask-play 1.4s steps(22) forwards;
    animation: mask-play 1.4s steps(22) forwards;
}
.bigAllBg.hover,
.indGuideBg.hover {
    -webkit-mask: url(/subsiteSrc/jfjtPC/images/nature-sprite-2.png); 
    mask: url(/subsiteSrc/jfjtPC/images/nature-sprite-2.png); 
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
    -webkit-animation: mask-play 1.4s steps(70) forwards;
    animation: mask-play 1.4s steps(70) forwards;
}
@keyframes mask-play {
    from {
        -webkit-mask-position: 0% 0;
        mask-position: 0% 0;
    }
    to{
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}





.cityBig_dl dd:nth-child(2n){
    background: #ebebeb;
}
.cityBigTit{
    overflow: hidden;
    font-size: 20px;
    color:#333;
}
.cityBigIntr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    padding-top: 20px;
}
.cityRellaxBg{
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.cityBox .wrap{
    position: relative;
    z-index: 2;
}
.cityRow3Cont{
    overflow: hidden;
}
.cityRow3_dl{
    overflow: hidden;
    padding: 85px 0px;
}
.cityRow3_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.cityRow3Txt{
    overflow: hidden;
    text-align: center;
}
.cityRow3Txt span{
    display: inline-block;
    font-size: 50px;
    color:#fff;
    font-weight: bold;
    position: relative;
}
.cityRow3Txt em{
    font-size: 18px;
    color:#fff;
    overflow: hidden;
    position: absolute;
    left: 100%;
    bottom: 10px;
    font-weight: normal;
    white-space:nowrap;
}
.cityRow3Intr{
    font-size: 16px;
    color:#999;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
}
.cityRow3Slide{
    position: relative;
    overflow: hidden;
}
.cityRow3Slide .bd{
    height: 200px;
    overflow: hidden;
}
.cityBigSlide .bt,
.cityRow3Slide .bt{
    display: none;
    width: 30px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cityBigSlide .prev,
.cityRow3Slide .prev{
    left: -30px;
    background: url(/subsiteSrc/jfjtPC/images/newsPrev1.png) center center no-repeat;
}
.cityBigSlide .next,
.cityRow3Slide .next{
    right: -30px;
    background: url(/subsiteSrc/jfjtPC/images/newsNext1.png) center center no-repeat;
}
.cityBigSlide:hover .prev,
.cityRow3Slide:hover .prev{
    left: 0px;
}
.cityBigSlide:hover .next,
.cityRow3Slide:hover .next{
    right: 0px;
}
.cityRow3_dl2{
    overflow: hidden;
}
.cityRow3_dl2 dd{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
}
.cityRow3Div{
    width: 50%;
    float: left;
    display: inline;
    overflow: hidden;
}
.cityRow3Deta{
    padding: 40px;
    height: 120px;
    overflow: hidden;
    background: #d5010f;
}
.cityRow3Tit{
    overflow: hidden;
    font-size: 20px;
    color:#fff;
    font-weight: bold;
}
.cityRow3Intr2{
    overflow: hidden;
    font-size: 50px;
    color:#fff;
    font-weight: bold;
}
.cityRow3Intr2 i{
    font-size: 16px;
}
.cityRow3Intr2 span{
    font-size: 16px;
    color:#dadada;
    padding-left: 10px;
    font-weight: normal;
}
.cityRow4{
    overflow: hidden;
    position: relative;
}
.cityRow4 .hd{
    width: 220px;
    overflow: hidden;
    margin-right: 20px;
}
.cityRow4 .hd ul{
    overflow: hidden;
    background: #f4f4f4;
    height: 420px;
}
.cityRow4 .hd ul li{
    height: 74px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    color:#666;
    text-align: center;
    line-height: 74px;
    cursor:pointer;
}
.cityRow4 .bd{
    height: 425px;
    overflow: hidden;
}
.cityRow4_dl{
    overflow: hidden;
}
.cityRow4_dl dd{
    overflow: hidden;
    position: relative;
}
.cityRow4_dl dd .imgDiv{
    padding-top: 43.75%;
}
.cityRow4Name{
    overflow: hidden;
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    position: absolute;
    z-index: 9;
}
.l-t{
    left: 30px;
    top: 30px;
}
.r-b{
    right: 30px;
    bottom: 30px;
}
.cityRow4 .hd ul li.on{
    background: #d5010f;
    height: 120px;
    color:#fff;
    line-height: 120px;
}

/*
* 人力资源频道页 begin
*/
.jobBox{
    overflow: hidden;
    padding: 40px 0px;
}
.jobRow1{
    border: 1px dashed #bebebe;
    overflow: hidden;
    padding: 45px 0px;
}
.style1{
    border-right: none;
}
.style2{
    border-top: none;
    border-left: none;
}
.jobRowL{
    padding: 0px 45px;
}
.jobRowR{
    padding: 0px 70px;
    overflow:hidden;
}
.jobRowR img{display:block;height: 200px;}
.jobRow1Tit{
    overflow: hidden;
    font-size: 24px;
    color:#333;
}
.jobRow1Tit i{
    font-size: 16px;
    color:#999;
    padding-left: 10px;
}
.jobRow1Intr{
    font-size: 14px;
    color:#666;
    overflow: hidden;
    line-height: 25px;
    padding-top: 20px;
    height: 120px;
    margin-bottom:10px; 
}
a.jobRowL_a{
    color:#d6000f;

}
.jobRow1Process{
    overflow: hidden;
}
.jobRow1ProcessTit{
    font-size: 20px;
    color:#333;
    overflow: hidden;
}
.jobRow2{
    overflow: hidden;
    padding: 40px 0px;
}
.jobRow2L{
    overflow: hidden;
    width: 380px;
    text-align: center;
    padding: 10px 0px;
    background: #d5010f;
    margin-right: 65px;
}
.jobRow2L span{
    display: block;
    overflow: hidden;
    font-size: 40px;
    color:#fff;
    line-height: 50px;
    font-weight: bold;
}
.jobRow2L i{
    display: block;
    overflow: hidden;
    font-size: 28px;
    color:#fff;
    line-height: 50px;
}
.jobRow2R{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    padding: 15px 0px;
}
.jobRow2_dl{
    overflow: hidden;
    margin: 0px -15px;
}
.jobRow2_dl dd{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
}
.jobRow2_dl .list_a{
    display: block;
    margin: 0px 15px;
    height: 370px;
}
.jobRow2_dl dd .list_a span{
    font-size: 28px;
    color:#a18324;
    display: block;
    overflow: hidden;
    line-height: 40px;
    position: absolute;
    left: 60px;
    bottom: 60px;
    padding-right: 35px;
    background: url(/subsiteSrc/jfjtPC/images/arrowRightBig2.png) no-repeat right 52px;
}

/*
* 联系我们
*/
.contactBox{
    padding: 40px 0px;
    overflow: hidden;
}
.contactMap{
    overflow: hidden;
    width: 750px;
    height: 345px;
    background: #fff;
    padding: 15px;
}
.contactDeta{
    overflow: hidden;
    height: 295px;
    background: #e90615;
    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(/subsiteSrc/jfjtPC/images/contactAdd.png) no-repeat left center;
}
.li2{
    background: url(/subsiteSrc/jfjtPC/images/contactTel.png) no-repeat left center;
}
.li3{
    background: url(/subsiteSrc/jfjtPC/images/contactFax.png) no-repeat left center;
}
.li4{
    background: url(/subsiteSrc/jfjtPC/images/contactFile.png) no-repeat left center;
}
.li5{
    background: url(/subsiteSrc/jfjtPC/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;
}
.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(/subsiteSrc/jfjtPC/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(/subsiteSrc/jfjtPC/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(/subsiteSrc/jfjtPC/images/contactBg3.jpg) repeat;
}
.contact_dl dd.dd3 .contactCricle{
    background: #fff url(../images/contactIcon3.png) no-repeat center center;
}

/*
/ 合乐888在线登录注册我们 2017-07-23 kis2
*/
.aboutUsT{
    clear: both;
    height: 75px;
    overflow: hidden;
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 75px;
    position: relative;
}
.aboutUsT.typ2{color:#fff}
.aboutUsT:after{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #d6000f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left:-10px;
}
.aboutUsT2{
    clear: both;
    overflow: hidden;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    color: #666;
}
/*1*/
.aboutBox1{
    clear:both;
    background-color:#fff;
    background-image: url(/subsiteSrc/jfjtPC/images/about_Bg.jpg);
    background-repeat: no-repeat;
    background-position:center top;
    position: relative;
    z-index: 3;
}
.aboutBox1 .about_h240{height: 240px;margin-bottom:10px}
/**/
.aboutData{
    height: 110px;
    clear: both;
}
.aboutDataDl{
    overflow:hidden;
    height:200px;
    clear:both;
    background:#fff;
    box-shadow:0 3px 5px rgba(0,0,0,0.1);
    position: relative;
    top: -90px;
    }
.aboutDataDl dd{
    display:inline;
    float:left;
    width:25%;
    overflow:hidden;
    background:url(/subsiteSrc/jfjtPC/images/about_icon1.png) no-repeat left center;
    position:relative;
    left:-1px;
    text-align: center;
    }
.aboutDataDl dd .divT{
    display: inline-block;
    overflow:hidden;
    height:62px;
    margin-top:49px;
}
.aboutDataDl dd h2{
    float: left;
    height:62px;
    line-height: 62px;
    text-align:center;
    font-size:48px;
    color:#d6000f;
    }
.aboutDataDl dd i{
    float: left;
    height:62px;
    line-height:85px;
    text-align:center;
    font-size:16px;
    color:#d6000f;
    font-style: normal;
    }
.aboutDataDl dd span{
    display:block;
    clear:both;
    overflow:hidden;
    height:40px;
    line-height: 40px;
    text-align:center;
    font-size:16px;
    color:#666666;
    margin-bottom: 49px;
    }
.about_h260{margin-bottom:23px;height:240px}
/*2*/
.aboutBox2{
    clear: both;
    background-color:#fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.aboutBox2Bg{
    width: 100%;
    height: 600px;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.aboutBox2Slide{
    width: 100%;
    position: relative;
}
.aboutBox2Slide .bt{
    display: block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 63px;
    left: 50%;
    z-index:9;
    background-position: center center;
    background-repeat: no-repeat;
}
.aboutBox2Slide .bt.prev{margin-left:-604px;background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon3.png)}
.aboutBox2Slide .bt.next{margin-left:586px;background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon4.png)}
.aboutBox2Slide .hd{
    width: 100%;
    height:158px;
    overflow: hidden;
    background-image:url(/subsiteSrc/jfjtPC/images/aboutUs_icon1.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.hdWrap{
    width:1110px;
    margin:0 auto;
    overflow: hidden;
}
.aboutBox2Slide .hd ul{
    overflow: hidden;
    position: relative;
    left: 0;
}
.aboutBox2Slide .hd ul li{
    float: left;
    width: 138px;
    height: 158px;
    background-image:url(/subsiteSrc/jfjtPC/images/aboutUs_icon2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.aboutBox2Slide .hd ul .li1{
    height: 1px;
    background-image:url();
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul .li2{
    height: 1px;
    background-image:url();
    background-color:rgba(255,255,255,0.4);
    position: absolute;
    right: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul li span{
    display: block;
    height: 78px;
    text-align: center;
    line-height: 78px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 35px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property:margin;
    transition-timing-function: linear;
}
.aboutBox2Slide .hd ul li.on span:before{
    content:"";
    display: block;
    width: 78px;
    height: 78px;
    border:15px solid #d6000f;
    border-radius:100%;
    opacity: 0.2;
    position: absolute;
    top:50%;
    left:50%;
    margin:-54px 0 0 -54px; 
    
}
.aboutBox2Slide .hd ul li.on span{
    display: block;
    width: 78px;
    height: 78px;
    margin:15px auto;
    border-radius:100%;
    line-height: 78px;
    text-align:center;
    background-color:#d6000f;
    color: #ffffff;
    position: relative;
}
.aboutBox2Slide .bd{
    clear: both;
    width: 100%;
    height: 275px;
    overflow: hidden;
}
.aboutBox2Slide .bd dd{
    height: 290px;
}
.aboutBox2Slide2{
    width: 1020px;
    height: 270px;
    margin:0 auto;
    background:#fff;
    overflow: hidden;
    box-shadow:0 2px 5px #dadada;
    display: none;
}
.aboutBox2Slide2 .picLBox{
    width: 400px;
    height: 270px;
    overflow: hidden;
    margin-right:40px;
}
.aboutBox2Slide2 .picLBox img{
    display: block;
    width: 400px;
    height: 270px;
}
.aboutBox2Slide2 .divR{
    overflow: hidden;
}
.aboutBox2Slide2 .bd2{
    overflow: hidden;
    height:135px;
    margin-top:55px;
    padding-right:40px;
    position: relative;
}
.aboutBox2Slide2 .bd2:after{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon7.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBox2Slide2 .bd2:before{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon8.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBox2Slide2 .bd2 ul li{
    padding-left: 25px;
    overflow: hidden;
    height: 45px;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon5.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.aboutBox2Slide2 .bd2 ul li a{
    font-size:14px;
    line-height: 45px;
    color: #666666;
}
.aboutBox2Slide2 .bd2 ul li.hover a{color: #d6000f}
.aboutBox2Slide2 .bd2 ul li:hover a{color: #d6000f}
.aboutBox2Slide2 .btBox{
    clear: both;
    float: right;
    margin-right:40px;
    margin-top:30px;
}
.aboutBox2Slide2 .btBox .bt2{
    display: none;
    width: 27px;
    height: 27px;
    overflow:hidden;
    cursor: pointer;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon6.png);
    background-repeat: no-repeat;
    margin-left:10px;
    background-color:#e6e6e6;
    border-radius:3px;
}
.aboutBox2Slide2 .btBox .bt2:hover{background-color:#d6000f}
.aboutBox2Slide2 .btBox .bt2.prev2{background-position:left top}
.aboutBox2Slide2 .btBox .bt2.next2{background-position:right top}
.aboutBox2Slide2 .btBox .bt2.prev2:hover{background-position:left bottom}
.aboutBox2Slide2 .btBox .bt2.next2:hover{background-position:right bottom}
/*3*/
.aboutBox3{
    display: none;
    clear: both;
    background-color:#f5f5f5;
}
.aboutBox3Slide{
    clear: both;
    position: relative;
}
.aboutBox3Slide .bt{
    display: none;
    width: 20px;
    height: 30px;
    cursor: pointer;
    background-image: url(/subsiteSrc/jfjtPC/images/slideBt.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top:-15px;
    z-index: 11;
}
.aboutBox3Slide .bt.prev{left:0;background-position:left top}
.aboutBox3Slide .bt.next{right:0;background-position:right top}
.aboutBox3Slide .bt.prev:hover{left:0;background-position:left bottom}
.aboutBox3Slide .bt.next:hover{right:0;background-position:right bottom}
.aboutBox3Slide .bd{
    width: 1040px;
    height: 380px;
    margin:0 auto;
}
.aboutBox3Slide .bd dl dd{
    width: 1040px;
    height: 380px;
    overflow:hidden;
}
.aboutBox3Slide .bd dl dd .pic{
    width: 300px;
    height: 380px;
    overflow: hidden;
}
.aboutBox3Slide .bd dl dd .pic img{
    display: block;
    width: 300px;
    height: 380px;
}
.aboutBox3Slide .bd dl dd .divR{
    overflow: hidden;
    height: 380px;
    background-color:#fff;
}
.aboutBox3Slide .bd dl dd .divT{
    clear: both;
    text-align: center;
    height: 43px;
    overflow: hidden;
    line-height: 43px;
    color: #333333;
    font-size: 24px;
    margin-top: 105px;
}
.aboutBox3Slide .bd dl dd .divT2{
    clear: both;
    text-align: center;
    height:35px;
    overflow: hidden;
    line-height: 35px;
    color: #666666;
    font-size: 16px;
}
.aboutBox3Slide .bd dl dd .txt{
    width: 600px;
    height: 135px;
    overflow: hidden;
    margin:0 auto;
    margin-top: 27px;
    font-size: 14px;
    line-height: 26px;
}
/*4*/
.aboutBox4{
    overflow: hidden;
    position: relative;
    z-index:1;
}
.aboutBox4Bg{
    width: 100%;
    height: 665px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_bg2.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.aboutBox4Slide{overflow: hidden;}
.aboutBox4Dl dd{
    float:left;
    width: 20%;
    overflow: hidden;
}
.aboutBox4Dl{margin:0 -43px !important}
.aboutBox4Dl dd a{
    display: block;
    margin:0 43px;
}
.aboutBox4Dl dd a .icon{
    clear: both;
    width: 126px;
    height: 126px;
    margin:0 auto;
    border-radius:100%;
    overflow: hidden;
    border:1px solid #bcccd4;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}
.aboutBox4Dl dd a:hover .icon{background-color:#d6000f;border:1px solid #d6000f;}
.aboutBox4Dl dd a .divT{
    clear: both;
    height:36px;
    overflow: hidden;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 30px;
}
.aboutBox4Dl dd a .txt{
    clear: both;
    width: 165px;
    margin:0 auto;
    margin-top:15px;
    overflow:hidden;
    text-align: center;
    color: #ffffff;
    line-height: 22px;
}
/*5*/
.aboutBox5{
    clear: both;
    overflow:hidden;
    background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon14.png);
}
/*3d鍘嬪眰婊氬姩*/
.jswBox{width: 1200px;margin: 0 auto;}
#jswbox{position:relative; clear:both;}
#jswbox ul{position:relative; clear:both;height:300px;z-index: 1;}
#jswbox li{position:absolute;z-index:0;top:0px;left:0px; height:0px; width:0px;opacity:1 !important;}
#jswbox li img{opacity:1 !important;width:100%;height:100%;display: block;-webkit-box-reflect: below 0px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 0.1));}
#jswbox li a{ height:100%; width:100%; display:block; position:absolute; top:0;z-index:9}
#jswbox .prev{display:block; position:absolute; left:30px; top:50%; margin-top:-15px; width:20px; height:30px; cursor:pointer; background:url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat left top; z-index:5}
#jswbox .next{display:block; position:absolute; right:30px; top:50%;width:20px; height:30px;margin-top:-15px;cursor:pointer;background:url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat  right top;z-index:5}
#jswbox .prev:hover{background:url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat left bottom;}
#jswbox .next:hover{background:url(/subsiteSrc/jfjtPC/images/slideBt.png) no-repeat right bottom;}
#jswbox .divtext{ height:45px;display:block; width:265px; background:#2553b3; border-radius:45px; margin:20px auto 0; line-height:45px;font-size:16px; text-align:center; color:#ffffff;}
.jswBox .divT{
    clear: both;
    height: 75px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 75px;
}
/*6*/
.aboutBox6{
    clear: both;
    overflow: hidden;
    background: #fff;
    /*background-image: url(/subsiteSrc/jfjtPC/images/aboutUs_icon15.png);*/
}
.aboutBox6 .wrap{}
.aboutBox6L{
    width: 480px;
    overflow: hidden;
}
.aboutBox6L .divT{
    clear: both;
    height: 47px;
    overflow: hidden;
    line-height: 47px;
    color: #333333;
    font-size: 24px;
    margin-top:110px;
	padding:0 0 20px 0;
}
.aboutBox6L .txt{
    clear: both;
    height: 180px;
    overflow: hidden;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
}
.aboutBox6L .div_a{
    clear: both;
    margin-top: 20px;
    width:500px;
}
.aboutBox6L .div_a a{
    float: left;
    padding:0 18px;
    line-height: 34px;
    border-radius:3px;
    overflow: hidden;
    background-color:#22ade6;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-right:18px;
}
.aboutBox6L .div_a a:hover{opacity: 0.9}
.aboutBox6R{
    width: 648px;
    height: 533px;
    overflow: hidden;
    position: relative;
    right:-28px;
}
.aboutBox6R img{
    display: block;
    width: 648px;
    height: 533px;
}

/*
* start 2018-07-23 lxb
*/
.lxb_social{ width:100%; background-color:#fff; max-height:680px;}  
.public_Box{width: 100%;height:345px;overflow: hidden;position: relative;}
.public_dl{width: 1300px;height: 345px;overflow: hidden;}
.public_dl dd{height: 100%; width: 0px;overflow: hidden;float: left;display: inline;position: relative;text-align: center;font-size: 0px;margin-right: 0px;}
.publicDiv{overflow: hidden;position: relative;height: 100%;}
.publicBg{ width: 100%;height: 345px;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);*/
}
.publicF{ width:100%; height:345px; position:relative; z-index:1; text-align:left}
.f01{ background-color:rgba(56,178,127,.8);}
.f02{ background-color:rgba(186,202,203,.8);}
.f03{ background-color:rgba(125,134,131,.8);}
.f04{ background-color:rgba(184,146,33,0.8);}
.f05{ background-color:rgba(40,131,165,.8);}
.f06{ background-color:rgba(126,110,158,.8);}
.pubName{ height:36px; overflow:hidden; padding: 60px 15px 0 20px; font-size:14px; color:#fff; font-family:"microsoft yahei"; line-height:18px;word-wrap : break-word ;word-break : break-all ;}
.pubTitle{ padding: 20px; color:#fff; font-size:18px; font-weight:bold;}
.publicF em{ position:absolute; left:10%; top:50%; width:35px; height:35px; background: url(/subsiteSrc/jfjtPC/images/moreL.png) no-repeat center center}

/*刘雄波*/
.lxb_fundation{position: relative; width:100%; background-color:#f5f5f5;}
.lxb_fundation .wrap{
    position: relative;
    z-index: 3;
}
.fundCon{ text-align:center;position:relative;z-index: 3;padding: 60px 0px;}
.fund_cause{ padding: 0 120px; font-size:14px; color:#858585; line-height: 30px;}
.fundListBox{
    text-align: center;
    overflow: hidden;
    font-size: 0px;
}
.fund_list{display: inline-block;overflow: hidden;}
.fund_list dd{ float:left; display:inline;}
.fund_list dd:hover a .fundPic1{ background-color:#d6000f}
.fund_list dd:hover a .fundPic2{ background-color:#d6000f}
.fund_list dd:hover a .fundPic3{ background-color:#d6000f}
.fund_list dd a{ display:block; text-align:center; padding:0 41px}
.fundPic1{ width:88px; height:88px; border-radius: 100px; background: #aaaaaa url(../images/fund1.png) no-repeat center center}
.fundPic2{ width:88px; height:88px; border-radius: 100px; background: #aaa url(../images/fund2.png) no-repeat center center}
.fundPic3{ width:88px; height:88px; border-radius: 100px; background: #aaaaaa url(../images/fund3.png) no-repeat center center}
.fundName{ padding: 24px 0; font-size:14px; line-height:30px; color:#666; font-weight:bold}
/*鍏泭瓒宠抗*/    
.lxb_footprints{ width:100%; background: url(/subsiteSrc/jfjtPC/test/socialBg1.jpg) no-repeat center center; max-height: 920px}
.fundBox{ padding: 50px 0; position:relative;}  
.fundBox .next{ position:absolute; bottom:0; left:50%; width:22px; height:30px; margin-left:-11px; background:url(/subsiteSrc/jfjtPC/images/fundBtn.png) no-repeat bottom center;    -webkit-animation: updown 1.2s linear infinite;animation: updown 1.2s linear infinite;}
 @keyframes updown {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
 }
.fundBox:before{ content:""; position:absolute; top:5px; left:80px; width:43px; height:43px; background: url(/subsiteSrc/jfjtPC/images/yearTop.png) no-repeat left top}

.fundYear{position: relative;overflow: hidden;}
.fundYear:after{ content:"";width: 3px;height: 100%;overflow: hidden;background: #a7a7a7;position: absolute; right: 36px;top: 0px;margin-left: 0px; z-index: 1;}
.fundYear .hd{overflow: hidden;height:580px;width:140px; margin: 0px auto;}


.hdYear{overflow: hidden;position: relative;height:580px;width:140px;}
.hdY_ul{ height: 100000px; overflow: hidden;position: absolute;left: 0px; top: 0;}
.hdY_ul li{position:relative; width: 140px;font-size: 16px;font-weight: bold;margin: 70px 0; color:#666; text-align: center;-webkit-transition: all 0.6s linear;
-o-transition: all 0.6s linear;transition: all 0.6s linear;opacity: 0.8; cursor: pointer;}
.hdY_ul li i{ position:absolute; top:9px; right:18px; width:18px; height:3px;}
.hdY_ul li.on{color:#dd0800;}
.hdY_ul li.on i{ background:#dd0800;}


.fundList{ width:1030px; position:relative; height:550px; overflow: hidden; margin-top:30px}
.fundList .bd{ display: block; width: 100%;height: 100%; overflow: hidden; position:relative !important; top:0 !important}
.fundList .bd .text_dl dd{ height:550px;zoom:1; vertical-align:middle;}
.tabList{ width:100%; height:550px; overflow:hidden; position:relative}
.tabList .prevTop {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    z-index: 100;
}
.tabList .nextBottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    z-index: 100;
}
.fundList .fundConL{position: relative; width: 100%; overflow:hidden}
.fundList .fundConL li{ background-color:#fff; margin-bottom:10px; position: relative; overflow:hidden}
.fundList .fundConL li a{ display:block;}   
.picDiv{margin-right:35px;float:left;width:200px;height:130px;position:relative;overflow:hidden;}
.picDiv img{ height:130px}
.conDiv{ padding-right: 80px; font-size:14px;color:#666666;}
.conDiv h3{ font-weight:bold; padding:25px 0 15px}
.textCon{ line-height:24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}   

/*
* 成果
* results
* jxd
*/
/*column1 start*/
.resBox1{
    padding: 40px 0;
}
.resBox1C{
    background: #fff;
    height: 376px;
    text-align: center;
}
.resBox1Tit{
    font-size: 30px;
    color: #333;
    padding-top: 50px;
}
.resBox1Infr{
    font-size: 15px;
    color: #999;
    line-height: 22px;
    padding-top: 30px;
}
.resBox1List{
    overflow: hidden;
    font-size: 0;
    padding-top: 30px;
}
.resBox1List li{
    display: inline-block;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    width: 145px;
    padding-top: 95px;
}
.resBox1List li.ico1{background: url(/subsiteSrc/jfjtPC/images/resIco1.png) center top no-repeat;}
.resBox1List li.ico2{background: url(/subsiteSrc/jfjtPC/images/resIco2.png) center top no-repeat;}
.resBox1List li.ico3{background: url(/subsiteSrc/jfjtPC/images/resIco3.png) center top no-repeat;}
/*column1 end*/
/*column2 start*/
.resBox2C{

}
.resBox2C dd{
    float: left;
    display: inline;
    width: 50%;
    position: relative;
}
.resBox2C dd a{
    display: block;
}
.resBox2C dd .resBox2Img{
    width: 50%;
}
.resBox2Txt{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.resBox2Txt i{
    display: block;
    height: 22px;
    width: 10px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.resBox2C dd .listTit{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 30px;
}
.resBox2C dd .listInfr{
    padding-top: 5px;
    font-size: 14px;
    color: #999;
    padding: 5px 15px 0px 15px;
}
.resBox2C dd.dd1 .resBox2Txt i,
.resBox2C dd.dd2 .resBox2Txt i{
    background: url(/subsiteSrc/jfjtPC/images/resIco4.png) no-repeat;
    left: -10px;
}
.resBox2C dd.dd3 .resBox2Txt i,
.resBox2C dd.dd4 .resBox2Txt i{
    background: url(/subsiteSrc/jfjtPC/images/resIco5.png) no-repeat;
    right: -10px;
}
.resBox2C dd.dd3 .resBox2Txt,
.resBox2C dd.dd4 .resBox2Txt{
    left: 0;
    right: auto;
}
.resBox2C dd.dd3 .resBox2Img,
.resBox2C dd.dd4 .resBox2Img{
    float: right;
    display: inline;
}
.resBox2C dd a:hover .resBox2Txt{
    background: #cc0101;
}
.resBox2C dd a:hover .listTit,
.resBox2C dd a:hover .listInfr{color: #fff;}
.resBox2C dd.dd1 a:hover .resBox2Txt i,
.resBox2C dd.dd2 a:hover .resBox2Txt i{
    background: url(/subsiteSrc/jfjtPC/images/resIco4H.png) no-repeat;
}
.resBox2C dd.dd3 a:hover .resBox2Txt i,
.resBox2C dd.dd4 a:hover .resBox2Txt i{
    background: url(/subsiteSrc/jfjtPC/images/resIco5H.png) no-repeat;
}
.resBox2C .tableCont,
.resBox2C .table,
.resBox2C .tableCell{
    overflow:visible;
}
/*column2 end*/

/*
* 弹窗搜索 2017-07-24 kis2
*/
.footSearchBox{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.footSearchBox .indexWrap{
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.searchCont{
    overflow: hidden;
    width: 600px;
    margin: 0px auto;
    padding-top: 40px;
    position: relative;
}
.search_dl{
    position: absolute;
    left: 0px;
    top: 0px;
}
.search_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.search_dl dd a{
    display: block;
    overflow: hidden;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color:#666;
}
.search_dl dd.hover a{
    background: #cc0000;
    color:#fff;
}
.searchInpDiv{
    display: block;
    overflow: hidden;
    padding: 0px 10px;
    border: 3px solid #cc0000;
    border-radius: 0px 0px 0px 3px;
    background: #fff;
}
.searchInpDiv input{
    display: block;
    height: 44px;
    width: 100%;
    border:none;
    background: none;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    line-height: 44px;
}
a.footSearchBt{
    display: block;
    width: 100px;
    height: 50px;
    overflow: hidden;
    background: #cc0000;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0px 3px 3px 0px;
}
.closeSearchBt{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #000 url(/subsiteSrc/jfjtPC/images/close_h.png) no-repeat center center;
    background-size: 20px auto;
}


/*
* 经典案例 kis2 2018-08-17
*/
/**
 * 图文列表3(16:9)
 * @author 杨朝杰
 * @return
 */
.TextImgList3{
    clear:both;
    }
.TextImgList3 dd{
    /*clear:both;*/
    overflow:hidden;
    background:#fff;
    margin-bottom:30px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    top: 0px;
    }
.TextImgList3 dd:hover{
    top:-5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    }
.TextImgList3 dd.right .TextImgList3Img{float:right}
.TextImgList3 dd.right .TextImgList3R{float:left}
.TextImgList3Img{
    width:600px;
    height:320px;
    float:left;
    overflow:hidden;
    }
.TextImgList3Img .TextImgList3Img_a{
    display: block;
    width:600px;
    height:320px;
    overflow: hidden;
    position: relative;
}
.TextImgList3Img img{
    width:600px;
    height:320px;
}
.TextImgList3R{
    width:600px;
    float:left;
    }
.TextImgList3 .modules{
    padding:40px;
    overflow:hidden;
    }
.TextImgList3 h3{
    font-size:20px;
    padding:0 0 20px 0;
    overflow:hidden;
    font-weight:normal;
    }
.TextImgList3 h3 a{ color:#000;}
.TextImgList3Con{
    height:200px;
    font-size:15px;
    line-height:40px;
    overflow:hidden;
    text-indent:2em;
    }
.TextImgList3Bt{
    clear:both;
    overflow:hidden;
    padding:25px 0 0 0;
    }
.TextImgList3Bt a{
    display:block;
    line-height:34px;
    float:left;
    margin:0 10px 0 0;
    background:#999999;
    padding:0 18px;
    font-size:14px;
    color:#fff !important;
    border-radius:2px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    }
.TextImgList3Bt a.a2{ background:#b81726;}
.TextImgList3Bt a:hover{ background:#328c4d;}

.row6Img{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
} 
.row6Deta{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.row6Slide .TextImgList3 dd.active .row6Img{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.row6Slide .TextImgList3 dd.active .row6Deta{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}


/**
 * 城市更新》历程
 * @author 杨朝杰
 * @return
 */
.expericnce{
    clear:both;
    }
.expericnce dd{
    /*clear:both;*/
    overflow:hidden;
    background:#fff;
    margin-bottom:30px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    top: 0px;
    }
.expericnce dd:hover{
    top:-5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    }
.expericnce dd{
	display:block;
	overflow:hidden;
	padding:20px;
	background:#fff;
	}
.expericnce dd h6{
	display:block;
	width:210px;
	height:235px;
	overflow:hidden;
	float:left;
	background:#e6e6e6;
	font-weight:normal;
	font-size:16px;
	line-height:35px;
	}
.expericnce dd h6 strong{
	display:block;
	clear:both;
	padding:30px 0 0 20px;
	}
.expericnce dd h6 span{
	display:block;
	clear:both;
	padding:0 0 0 20px;
	}
.expericnce dd p{
	display:block;
	width:360px;
	height:235px;
	overflow:hidden;
	float:right;
	}
.expericnce dd p img{
	width:360px;
	height:235px;
	}
.expericnce .old{
	width:570px;
	float:left;
	display:inline;
	}
.expericnce .new{
	width:570px;
	float:right;
	display:inline;
	}
.expericnce .new h6{ background:#fa0505; color:#fff !important;}

/*
* 地产频道页 热销楼盘
*/
.businessChannerSlide{
    overflow: hidden;
    position: relative;
}
.businessChannerSlide .bd{
    height: 500px;
    overflow: hidden;
}
.businessChanner_dl{
    overflow: hidden;
}
.businessChanner_dl dd{
    overflow: hidden;
}
.busiChanner_a{
    display: block;
    height: 500px;
}
.businessChannerSlide .hd{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 0px;
}
.businessChannerSlide .hd ul{
    display: inline-block;
    overflow: hidden;
}
.businessChannerSlide .hd ul li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    background: #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    text-indent: 99em;
}
.businessChannerSlide .hd ul li.on{
    background: #d6000f;
}
.businessChannerSlide .bt{
    display: none;
    width: 30px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.businessChannerSlide .next{
    background: url(/subsiteSrc/jfjtPC/images/nextBt.png) no-repeat center center;
    right: 50px;
}
.businessChannerSlide .next:hover{
    background: url(/subsiteSrc/jfjtPC/images/nextBt_h.png) no-repeat center center;
}
.businessChannerSlide .prev{
    background: url(/subsiteSrc/jfjtPC/images/prevBt.png) no-repeat center center;
    left: 50px;
}
.businessChannerSlide .prev:hover{
    background: url(/subsiteSrc/jfjtPC/images/prevBt_h.png) no-repeat center center;
}

/*
* 酒店运营 begin kis2 2018-08-29
*/
.hotelDeta{

}
.TextImgList4{
    overflow: hidden;
}
.TextImgList4 dd{
    padding: 10px 0px;
    overflow: hidden;
}
.textImgBox4{
    overflow: hidden;
    background: #fff;
    padding: 30px;
}
.textImgBox4L{
    width: 330px;
    padding: 20px;
    overflow: hidden;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
}
.textImgBox4Name{
    font-size: 28px;
    color:#333;
    overflow: hidden;
}
.textImgBox4Intr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
}
.partner{
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    margin-top: 3px;
}
.partner span{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    position: absolute;
    left: 0px;
    top: 0px;
}
.partnerCont{
    overflow: hidden;
    height: 70px;
}
.partnerCont img{
    display: block;
    max-height: 70px;
}
.textImgBox4R{
    overflow: hidden;
    height: 500px;
}
.textImgBox4R_ul{
    overflow: hidden;
    margin: 0px -5px;
}
.textImgBox4R_ul li{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-bottom: 10px;
}
.textImgBox4RImg{
    overflow: hidden;
    margin: 0px 5px;
}
.textImgBox4R_ul li .imgDiv{
    padding-top:66.2162162%;
}
.textImgBox4RImg img{
    display: block !important;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}
.lookBig{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 98;
    background: rgba(0,0,0,0.3) url(../images/lookBig.png) no-repeat center center;
    background-size: 40px 40px;
}
.wrap.show{
    position: relative;
    z-index: 9999;
}

.slider{
    position: relative;
    width: 750px;
    margin: 0px auto;
    height: 350px;
}
.slider .bt{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.slider .prev{
    left: -140px;
    background: url(/subsiteSrc/jfjtPC/images/prevBt.png) no-repeat center center;
}
.slider .prev:hover{
    background: url(/subsiteSrc/jfjtPC/images/prevBt_h.png) no-repeat center center;
}
.slider .next{
    right: -140px;
    background: url(/subsiteSrc/jfjtPC/images/nextBt.png) no-repeat center center;
}
.slider .next:hover{
    background: url(/subsiteSrc/jfjtPC/images/nextBt_h.png) no-repeat center center;
}
#img-slider{
    height: 350px;
}
#img-slider li{
    width:460px;
    height:350px;
    position:relative;
}
#img-slider li img{
    display:block;
    width: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;
}

/*
* 党建频道页 kis2 2018-12-03
*/
.partyBox{
    width: 1080px;
    margin: 0px auto;
    overflow: hidden;
    padding: 40px 60px;
    background: #fff;
}
.party{
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#333;
    line-height: 30px;
    text-align: center;
}
.partyIntr{
    overflow: hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
}

/*
* 178公益频道页 kis2 2018-12-06
*/
.welfare178R{
    position: relative;
}
.foundPlanR .bd{
    height: 250px;
    overflow: hidden;
}
.welfare178_dl{
    overflow: hidden;
    margin: 0px -10px !important;
}
.welfare178_dl dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.welfare178_dl .list_a{
    margin: 0px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.welfare178_dl .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.welfare178R .bt{
    position: absolute;
    top:50%;
    margin-top: -25px;
    display: block;
    height: 50px;
    width: 30px;
    cursor: pointer;
}
.welfare178R .prev{
    background: url(/subsiteSrc/jfjtPC/images/newsPrev1.png) center center no-repeat;
    left: -30px;
}
.welfare178R .next{
    background: url(/subsiteSrc/jfjtPC/images/newsNext1.png) center center no-repeat;
    right: -30px;
}
.welfare178L{
    /*height: 291px;*/
    height: 230px;
}
.welfare178L .foundPlanIntr{
    line-height: 30px;
    height: 150px;
}
.foundPlan .wrap:hover .foundPlanTit{
    color:#fff;
    background: #d6000f;
}
.welfare178_dl .foundName2{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .foundName2{
    color:#d6000f;
}
.welfare178L .foundPlanTit{
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 0 ;
    line-height: 50px;
    background: #ddd;
}
.welfare178L .foundPlanDeta{
    padding-top: 10px;
}
@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

.pic{position: relative;}
.pic:before{display: block;content: '';padding-top: 60%;}
.pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;object-position: center center;}

/* top satrt */
.top{
	height: 100px;
	background: #ffffff;
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.08);
}

.indexTop .top {
	position: fixed;
	height: 100px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	background: #ffffff;
}
.logo {
	margin-top: 30px;
}

.logo img {
	height: 40px;
}
.menuDl{
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	z-index: 3;
}
.menuDl.hover{
	opacity: 1;
	transform: translateX(0px);
}
.menuDl dd {
	float: left;
	display: inline;
	height: 100px;
	line-height: 100px;
	position: relative;
}

.menuDl dd .yj a {
	font-size: 16px;
	color: #333333;
	padding: 0 16px;
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}
.menuDl dd .yj a:before{
	width: 50px;
	height: 2px;
	background: #c5000c;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.menuDl dd.hover .yj a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.menuBox{
	height: 100px;
	width: 50px;
	background: url(/subsiteSrc/jfjtPC/images/menuIcn.png) no-repeat center center;
	cursor: pointer;
	margin-left: 30px;
	position: relative;
	z-index: 4;
}
.languageBox{
	margin: 0 40px;
}
.languageBox a{
	font-size: 16px;
	color: #999999;
	line-height: 100px;
}
.languageBox i{
	color: #999999;
	font-size: 16px;
	margin: 0 12px;
}
.seachBox a{
	display: block;
	height: 100px;
	width: 50px;
	background: url(/subsiteSrc/jfjtPC/images/searchIcn.png) no-repeat center center;
	cursor: pointer;
}

.menuDl dd .ej{
	position:absolute;
	left:0px; 
	top: 100px; 
	width:100%;
	background:rgba(0,0,0,0.4); 
	display:none;
	z-index: 2;
}
.menuDl dd .ej a{
	display:block; 
	padding:8px 5px;
	height: 30px;
	line-height:15px;
	color: #fff;
	font-size:14px;
	text-align:center;
	transition: all 0.4s ease;
}
.menuDl dd .ej a:hover{ 
	background: rgba(197, 0, 12, 0.5);
	color:#fff;
}
/* top end */

/* 右侧浮窗 start */
.floatWindow{
	position: fixed;
	width: 190px;
	height: 190px;
	bottom: -24%;
	right: 40px;
	z-index: 9999;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}
.floatClose{
	position: absolute;
	right: 0;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url(/subsiteSrc/jfjtPC/images/floatClose.png) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
.floatWindow .floatOpen{
	position: absolute;
	left: -10px;
	top: -20px;
	width: 40px;
	height: 40px;
	background: rgba(197, 0, 12, 0.6) url(../images/leftIcn.png) no-repeat center center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.floatWindow.hover .floatOpen{
	opacity: 1;
	visibility: visible;
	left: 190px;
}
.floatCon{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.floatWindowBg{
	position: absolute;
	left: 0;
	top: 0;
	background: url(/subsiteSrc/jfjtPC/images/floatIcn.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
@keyframes scan1{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
}
@-webkit-keyframes scan1{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
}
.floatEwm{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
}
.floatWindow.hover .floatCon{
	right: -200px;
	opacity: 0;
	visibility: hidden;
}
.floatWindow.active{
	bottom: 20%;
}
.floatWindow .pic{
	width: 120px;
}
.floatWindow .pic:before{
	padding-top: 100%;
}
/* 右侧浮窗 end */

/* 搜索 start*/
.footSearchBox{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: none;
	
}
.footSearchBox .wrap{
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.searchCont{
    overflow: hidden;
    width: 600px;
    margin: 0px auto;
    padding-top: 40px;
    position: relative;
}
.search_dl{
    position: absolute;
    left: 0px;
    top: 0px;
}
.search_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.search_dl dd a{
    display: block;
    overflow: hidden;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color:#666;
}
.search_dl dd.hover a{
    background: #cc0000;
    color:#fff;
}
.searchInpDiv{
    display: block;
    overflow: hidden;
    padding: 0px 10px;
    border: 3px solid #cc0000;
    border-radius: 0px 0px 0px 3px;
    background: #fff;
}
.searchInpDiv input{
    display: block;
    height: 44px;
    width: 100%;
    border:none;
    background: none;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    line-height: 44px;
}
a.footSearchBt{
    display: block;
    width: 100px;
    height: 50px;
    overflow: hidden;
    background: #cc0000;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0px 3px 3px 0px;
}
.closeSearchBt{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #000 url(/subsiteSrc/jfjtPC/images/close_h.png) no-repeat center center;
    background-size: 20px auto;
}
/* 搜索 end */

/*indexBanner start*/
.indexBanner {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100vh;
}

.indexBanner .bd {
	height: 100%;
}

.indexBanner .slick-list{
	height: 100%;
}

.indexBanner .slick-track{
	height: 100%;
}

.indexBanner .bd .myslide{
	height: 100%;
}

.indexBanner .bd .myslide .con{
	height: 100%;
}
.indexBanner .bd .myslide .con a{
	height: 100%;
}
.indexBanner .bd .myslide .con .indexBg{
	height: 100%;
}
.bannerBox .bannerDown{
	display: none;
	position: absolute;
	bottom: 46px;
	left: 120px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	-webkit-animation: 1.5s downDh infinite linear;
	animation: 1.5s downDh infinite linear;
	z-index: 10;
}
@keyframes downDh{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	50%{
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}
@-webkit-keyframes downDh{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	50%{
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
	}
	100%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}
.bannerBox .bannerDown .icn{
	font-size: 14px;
	color: #fafcfe;
	text-transform: uppercase;
	position: relative;
}
.bannerBox .bannerDown .icn:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 60px;
	width: 45px;
	height: 1px;
	background: #bfbfbf;
}
.bannerBox .bannerDown span{
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	width: 45px;
	background: url(/subsiteSrc/jfjtPC/images/c1downIcn.png) no-repeat center center;
	background-size: cover;
	margin-right: 70px;
	margin-top: -4px;
}
.indexBanner .slick-dots {
	position: absolute;
	bottom: 70px;
	right: 120px;
	width: 100%;
	text-align: right;
}

.indexBanner .slick-dots li {
	width: 6px;
	height: 6px;
	border: 1px solid #dcdbd8;
	border-radius: 50%;
	line-height: 9999px;
	text-align: center;
	background: transparent;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .slick-dots li.slick-active {
	background: #c5000c;
	border-color: #c5000c;
}

.indexBanner .con img {
	width: 100%;
	height: 900px;
}

.bannerBox{
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.bannerSwiper{
	height: 100%;
}
.bannerSwiper .swiper-slide{
	overflow: hidden;
}
.banner_a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.slide-inner{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.banTxt{
	position: absolute;
	left: 8.66666667%;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 60px;
}
.bannerSwiper .swiper-slide:first-child .banTxt:before{
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 6px;
	background: #eeeeee;
	left: 18px;
	top: 0;
	transition: all 1.2s ease-in;
	-webkit-transition: all 1.2s ease-in;
	opacity: 0;
	visibility: hidden;
}
.bannerSwiper .swiper-slide a{
	background-position: center 80px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bannerSwiper .swiper-slide.swiper-slide-active .banTxt:before{
	width: 70px;
	opacity: 1;
	visibility: visible;
}
.banTxtlg{
	font-size: 90px;
	color:#fff;
	font-family: "宋体";
	line-height: 90px;
	visibility: hidden;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.09);
	-webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.09);
}
.banTxtsm{
	font-size: 30px;
	color:#fff;
	font-family: "宋体";
	line-height: 60px;
	visibility: hidden;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.09);
	-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.09);
}
.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next{
	visibility: hidden;
	opacity: 0;
}
.bt{
	display: block;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.bannerSwiper .bt{
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	z-index: 9;
}
.bannerSwiper .swiper-pagination {
	float: right;
	position: unset;
	margin-top: 10px;
}

.bannerSwiper .swiper-pagination span {
	width: 6px;
	height: 6px;
	border: 1px solid #dcdbd8;
	border-radius: 50%;
	line-height: 9999px;
	text-align: center;
	background: transparent;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 1;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #c5000c;
	border-color: #c5000c;
}
.swiperBannerBtn{
	position: absolute;
	right: 120px;
	bottom: 70px;
	z-index: 10;
	width: 200px;
	cursor: unset;
}
.swiperBannerPage{
	float: right;
	width: 50px;
	line-height: 30px;
	padding-left: 60px;
}
.swiperBannerPage span{
	position: relative;
	font-size: 18px;
	color: #fafcfe;
}
.swiperBannerPage span:before{
	display: block;
	content: '';
	width: 28px;
	height: 3px;
	background: #c5000c;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -1px;
}
.bannerBusiness{
	position: absolute;
	left: 120px;
	bottom: 20px;
	width: 1230px;
	height: 144px;
	z-index: 1;
}
.bannerBusinessDl {
	margin-right: -10px;
}
.bannerBusinessDl dd{
	width: 25%;
	float: left;
	display: inline;
}
.bannerBusinessDl dd a{
	display: block;
	height: 144px;
	margin-right: 10px;
	padding: 28px 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bannerBusinessDl dd a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.bannerBusinessDl dd .enTitle{
	font-size: 24px;
	height: 52px;
	line-height: 26px;
	text-transform: uppercase;
}
.bannerBusinessDl dd .cnTitle{
	font-size: 24px;
	color: #fdfdfd;
	height: 40px;
	line-height: 40px;
}
.bannerBusinessDl dd.dd1 .enTitle{
	color: #18c1c1;
}
.bannerBusinessDl dd.dd2 .enTitle{
	color: #d6e8c1;
}
.bannerBusinessDl dd.dd3 .enTitle{
	color: #b8e8da;
}
.bannerBusinessDl dd.dd4 .enTitle{
	color: #efd6ad;
}
.bannerBusinessDl dd.dd1 a{
	background-color: #01b1b1;
}
.bannerBusinessDl dd.dd2 a{
	background-color: #bcdc93;
}
.bannerBusinessDl dd.dd3 a{
	background-color: #9ed7c6;
}
.bannerBusinessDl dd.dd4 a{
	background-color: #f4b544;
}
/*indexBanner end*/

/* footer start */
.footer1 {
	padding: 66px 0;
	background: #323232;
}

.footMenu {
	margin-right: 90px;
}

.footMenu dt a {
	display: block;
	font-size: 16px;
	color: #e5e5e5;
	margin-bottom: 22px;
	transition: 0.2s;
}

.footMenu dd a {
	display: block;
	color: #999999;
	line-height: 32px;
	transition: 0.2s;
	font-size: 14px;
}

.footMenu a:hover {
	color: #fff;
}

.footCode2 {
	overflow: hidden;
	margin-right: -20px;
}

.footCode2 dt {
	font-size: 16px;
	color: #999;
	margin-bottom: 26px;
}

.footCode2 dd {
	float: left;
	display: inline;
	width: 128px;
	margin-right: 20px;
}

.footCode2 dd .pic {
	background: #fff;
}

.footCode2 dd .pic:before{
	padding-top: 100%;
}


.footCode2 dd span {
	color: #666666;
	font-size: 14px;
	display: block;
	padding-top: 14px;
	text-align: center;
}

.footer2 {
	font-size: 14px;
	color: #fff;
	background: #323232;
	height: 68px;
	line-height: 68px;
}

.footer2 a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.footerL3 {
	border-top: 1px solid #454545;
}

.footerL3 a:hover {
	opacity: 0.7;

}

.footerPic {
	background: url(/subsiteSrc/jfjtPC/images/pic.gif) no-repeat center center;
	width: 50px;
	height: 12px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 0px;
}

/* footer end */

/*
********************************首页样式 start********************************
*/
/* 第1通栏 start */
.column1 {
	padding-top: 52px;
	overflow: hidden;
	background: #ffffff;
}

.indexTitle {
	overflow: hidden;
	text-align: center;
}

.indexTitle .title1 {
	line-height: 50px;
	height: 50px;
	font-size: 36px;
	color: #333;
}

.indexTitle .title2 {
	line-height: 36px;
	height: 36px;
	font-size: 22px;
	color: #8d8d8d;
	text-transform: capitalize;
	font-weight: lighter;
	letter-spacing: 1px;
}

.indexTitle .more a {
	font-size: 12px;
	color: #d4d4d4;
	text-transform: uppercase;
	position: relative;
	padding-right: 16px;
}

.indexTitle .more a:before {
	display: block;
	content: '';
	background: url(/subsiteSrc/jfjtPC/images/indexmore.png) no-repeat center center;
	height: 16px;
	width: 13px;
	position: absolute;
	right: 0;
	top: 0;
}

.indexTitle .title a {
	font-size: 20px;
	color: #323232;
	position: relative;
}

.columnScroll1 {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 30px;
}

.columnScroll1 .bd {
	overflow: hidden;
}

.columnScroll1 .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.columnScroll1 .myslide {
	width: 25%;
	float: left;
	display: inline;
}

.columnScroll1 .con {
	margin-right: 30px;
	position: relative;
}

.column3 .columnScroll1 .con a {
	display: block;
	position: relative;
}

.columnScroll1 .con a .pic:before {
	padding-top: 141.4141%;
}

.columnScroll1 .con a .pic:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: url(/subsiteSrc/jfjtPC/images/c1ddBg.png) no-repeat center bottom;
	background-size: cover;
}

.columnScroll1 .con a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 260px;
	width: 100%;
	padding: 14px 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	z-index: 2;
}

.columnScroll1 .con a .text:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -100%;
	background: rgba(197, 0, 12, 0.9);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.columnScroll1 .con a .title {
	line-height: 75px;
	height: 75px;
	font-size: 24px;
	color: #fdfdfd;
	position: relative;
	margin-bottom: 30px;
}

.columnScroll1 .con a .title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 3px;
	background: #fefefe;
}

.columnScroll1 .con a .text:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 40px;
	right: 20px;
	width: 42px;
	height: 42px;
	background: #f39800 url(../images/jiahao.png) no-repeat center center;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	opacity: 0;
	visibility: hidden;
}
.columnScroll1 .con a:hover .text:after{
	right: 40px;
	opacity: 1;
	visibility: visible;
}
.columnScroll1 .con a .info {
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

.columnScroll1 .con a .info span {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #fdfdfd;
}

.columnScroll1 .con a .columnScroll1More {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fdfdfd;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.columnScroll1 .con a .columnScroll1More span {
	width: 13px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/jfjtPC/images/moreIcn.png) no-repeat center center;
	background-size: cover;
	margin-left: 8px;
	margin-top: -2px;
}
.columnScroll1 .con a:hover .text:before{
	bottom: 0;
}
.columnScroll1 .con a:hover .columnScroll1More{
	opacity: 0;
	transform: translateX(-6px);
}
.columnScroll1 .slick-dots {
	position: absolute;
	bottom: 28px;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.columnScroll1 .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	line-height: 9999px;
	text-align: center;
	border: 1px solid #c5000c;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.columnScroll1 .slick-dots li.slick-active {
	background: #c5000c;
}

/* 第1通栏 end */

/* 第2通栏 start */
.column2 {
	overflow: hidden;
}
.column2Con{
	position: relative;
}
.indexTitleBox {
	position: relative;
	z-index: 3;
}

.column2 .indexTitle {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2;
	width: 100%;
	line-height: 70px;
	height: 70px;
}

.column2 .column2TitleBox {
	overflow: hidden;
}

.column2 .indexTitle .title1 {
	color: #f5f5f5;
	float: left;
	margin-right: 14px;
	line-height: 70px;
	height: 70px;
}

.column2 .indexTitle .title2 {
	color: #c7c7c7;
	float: left;
	line-height: 70px;
	height: 70px;
	margin-top: 6px;
}

.column2 .indexMore a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.column2 .indexMore a span {
	width: 7px;
	height: 12px;
	margin-left: 4px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/jfjtPC/images/moreIcn1.png) no-repeat center center;
	background-size: cover;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column2 .indexMore a:hover span {
	margin-left: 10px;
}

.columnScroll2{
	position: relative;
	z-index: 2;
}

.columnScroll2 .bd {
	height: 750px;
	overflow: hidden;
}

.columnScroll2 .slick-list {
	height: 100%;
}

.columnScroll2 .slick-track {
	height: 100%;
}

.columnScroll2 .con {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

.columnScroll2 .text {
	margin-left: 25.4761%;
}

.columnScroll2 .column2Page{
	margin-bottom: 32px;
}

.columnScroll2 .nowPage {
	font-size: 24px;
	color: #ffffff;
}

.columnScroll2 .sumPage {
	font-size: 16px;
	color: #ffffff;
}

.columnScroll2 i {
	font-size: 16px;
	color: #ffffff;
	margin: 0 5px;
	font-style: unset;
}

.columnScroll2 .title {
	line-height: 66px;
	height: 66px;
	overflow: hidden;
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 8px;
}

.columnScroll2 .info {
	line-height: 26px;
	font-size: 14px;
	color: #ffffff;
	/* margin-bottom: 52px; */
}

.columnScroll2 .columnScroll2More a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #e5e5e5;
	padding-left: 36px;
	position: relative;
}

.columnScroll2 .columnScroll2More a:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(197, 0, 12, 0.6);
	z-index: -1;
	animation: 5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) infinite;
	-webkit-animation: 5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) infinite;
}

.columnScroll2 .columnScroll2More a span {
	width: 7px;
	height: 12px;
	margin-left: 8px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/jfjtPC/images/moreIcn1.png) no-repeat center center;
	background-size: cover;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll2 .columnScroll2More a:hover span{
	margin-left: 15px;
}
@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8)
	}

	60% {
		transform: scale(0.6);
		-webkit-transform: scale(0.6)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.column2ScrollCon {
	height: 100%;
	position: relative;
	z-index: 2;
}

.columnScroll2 .con:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}
.column2Btn{
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.column2Prev{
	width: 128px;
	height: 128px;
	position: relative;
	cursor: pointer;
	z-index: 3;
}
.column2Prev:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.2);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
}
.column2Prev .icn{
	width: 34px;
	height: 8px;
	background: url(/subsiteSrc/jfjtPC/images/prev.png) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
}
.column2Next .icn{
	width: 34px;
	height: 8px;
	background: url(/subsiteSrc/jfjtPC/images/next.png) no-repeat center center;
	background-size: cover;
	margin: 0 auto;
}
.column2Next{
	width: 128px;
	height: 128px;
	position: relative;
	cursor: pointer;
	z-index: 3;
}
.column2Next:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.2);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
}
.column2Prev:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.column2Next:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
.column2Btn .icnBox{
	width: 80px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -40px;
}
.column2Btn .icnBox .text{
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}
/* 第2通栏 end */

/* 第3通栏 start */
.column3{
	background: #f5f5f5;
	overflow: hidden;
	padding-top: 48px;
	padding-bottom: 72px;
}
.column3 .indexTitle {
	line-height: 70px;
	height: 70px;
}

.column3 .column3TitleBox {
	overflow: hidden;
}

.column3 .indexTitle .title1 {
	color: #333333;
	float: left;
	margin-right: 14px;
	line-height: 70px;
	height: 70px;
}

.column3 .indexTitle .title2 {
	color: #8d8d8d;
	float: left;
	line-height: 70px;
	height: 70px;
	margin-top: 6px;
}

.column3Tab{
	font-size: 0;
	text-align: right;
	margin-top: 5px;
}
.column3Tab dd{
	display: inline-block;
	margin: 0 42px;
}
.column3Tab dd a{
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	display: block;
	line-height: 44px;
	height: 44px;
	position: relative;
}
.column3Tab dd a:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #c5000c;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3Tab dd.hover a:before{
	width: 100%;
}
.column3TabC {
	min-height: 295px;
}
.column3More{
	margin-left: 42px;
}
.column3More a{
	font-size: 14px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3More a span {
	width:13px;
	height: 13px;
	margin-right: 8px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/jfjtPC/images/moreIcn3.png) no-repeat center center;
	background-size: cover;
}

.column3More a:hover {
	opacity: 0.8;
}
.column3Dl{
	padding-top: 24px;
	overflow: hidden;
	margin: 0 -30px;
}
.column3Dl dd{
	float: left;
	width: 33.3333%;
	display: inline;
}
.column3Dl dd .con{
	margin: 0 30px;
	background: #ffffff;
	padding: 36px 40px 50px;
}
.column3Dl dd .title{
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column3Dl dd .title a{
	font-size: 18px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3Dl dd .title a:hover{
	color: #c5000c;
}
.column3Dl dd .time{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 12px;
}
.column3Dl dd .info{
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
	overflow: hidden;
}
.column3Dl dd .column3DlMore a{
	height: 20px;
	width: 40px;
	display: inline-block;
	background: url(/subsiteSrc/jfjtPC/images/moreIcn2.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3Dl dd .column3DlMore a:hover{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
/* 第3通栏 end */

/* 第4通栏 start */
.column4{
	position: relative;
	height: 750px;
	overflow: hidden;
}
.column4Con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.column4Con:before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.column4 video {
    position: absolute;
    top: 0;
    min-height: 100%;
    width: 100%;
    background: #000;
	object-fit: cover;
	object-position: center center;
}
.column4Con .text{
	text-align: center;
	width: 650px;
	margin: 0 auto;
}
.column4Con a{
	position: relative;
	z-index: 2;
	display: block;
	height: 100%;
}
.column4Con .text .icn{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: #000;
	margin-bottom: 24px;
}
.column4Con .text .title{
	line-height: 65px;
	height: 65px;
	overflow: hidden;
	font-size: 36px;
	color: #fafcfe;
	margin-bottom: 4px;
}
.column4Con .text .title2{
	line-height: 36px;
	overflow: hidden;
	font-size: 18px;
	color: #fafcfe;
	margin-bottom: 8px;
}
.column4Con .text .info{
	line-height: 30px;
	font-size: 14px;
	color: #fafcfe;
}
.columnScroll4{
	height: 100%;
}
.columnScroll4 .bd {
	height: 100%;
}

.columnScroll4 .slick-list{
	height: 100%;
}

.columnScroll4 .slick-track{
	height: 100%;
}

.columnScroll4 .bd .myslide{
	height: 100%;
	overflow: hidden;
	position: relative;
}


/* 第4通栏 end */

/* 第5通栏 start */
.column5 {
	height: 469px;
	background: #fff;
	padding-top: 36px;
}

.column5C {
	padding-top: 20px;
}

.column5Dl {
	overflow: hidden;
	margin-right: -20px;
}

.column5Dl dd {
	float: left;
	display: inline;
}

.column5Dl dd a {
	display: block;
	margin-right: 20px;
	position: relative;
}

.column5Dl dd .text {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: 228px;
	height: 56px;
	line-height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 68, 61, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	overflow: hidden;
}

.column5Dl .dd1 .pic {
	width: 596px;
}

.column5Dl .dd1 .pic:before {
	padding-top: 60.0671%;
}

.column5Dl .dd2 {
	margin-bottom: 20px;
}

.column5Dl .dd2 .pic {
	width: 282px;
}

.column5Dl .dd2 .pic:before {
	padding-top: 59.9291%;
}

.column5Dl dd a:hover .text {
	visibility: visible;
	opacity: 1;
}

/* 第5通栏 end */

/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subPage {
	background: #f5f5f5;
}

.subBanner {
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.minH600 {
	min-height: 600px;
	height: 600px;
	height: auto !important;
}

.minH300 {
	min-height: 300px;
	height: 300px;
	height: auto !important;
}

.minH200 {
	min-height: 200px;
	height: 200px;
	height: auto !important;
}

/*内页外结构结束*/

/* 举报 by gc2021.3.11 */
.reportForm{
	padding: 0 100px 85px;
}
.reportForm dd{
	margin-bottom: 20px;
}
.reportForm dt{
	margin-bottom: 20px;
}
.reportForm .reportLabel{
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #555;
}
.reportForm .reportCenter{
	overflow: hidden;
}
.reportForm .reportCon{
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 3px;
	width: 348px;
}
.reportForm dt .reportCon{
	width: 550px;
}
.reportForm .reportCenter input{
	outline: none;
	border: none;
	padding: 0 10px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	color: #555;
}
.reportForm .reportCenter input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.reportForm .reportCenter textarea{
	outline: none;
	border: none;
	padding: 8px 10px;
	width: 100%;
	height: 100px;
	line-height: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	color: #555;
}
.reportForm .reportCenter textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.reportFileBtn{
	height: 38px;
	line-height: 38px;
	width: 98px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-right: 10px;
}
.reportFileBtn a{
	display: block;
	font-size: 14px;
	color: #d6000f;
}
.reportFilePs{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
}
.reportTelPs{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.reportTelPs span{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(/subsiteSrc/jfjtPC/images/reposuoIcn.png) no-repeat center center;
	background-size: contain;
	margin-right: 8px;
	margin-top: -2px;
}
.reportBox .msgPadding a i{
	font-size: 14px;
	color: #999;
}
.reportBtn{
	text-align: center;
}
.reportBtn a{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #d6000f;
}