@charset "UTF-8";
/**
 * 框架公共部分
 * author kis2
 * @return
 */
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH_350{
	min-height:350px;
	height:auto !important;
	height:350px;
}
.jqthumb{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
/**
 * 导航
 * author zwp
 * @return
 */
.menu{
	overflow: hidden;
	background: #d92a35;
}
.menu_dl{
	overflow: hidden;
}
.menu_dl dd{
	width: 12.5%;
	float: left;
	display: inline;
}
.menu_a{
	display: block;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_a span{
	font-size: 18px;
	color:#fef7da;
	padding-left: 20px;
	background: url(../images/menuIcon.png) no-repeat left center;
}
.menu_dl dd.hover .menu_a{
	background: #b60b15;
}
/*
 *banner
*/
.banner{
	overflow: hidden;
	position: relative;
	padding-top: 38.5416667%;
}
.banner .center{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner .bd{
	height: 100%;
	overflow: hidden;
}
.banner .bd dl{
	height: 100%;
	overflow: hidden;
}
.banner .bd dl dd{
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	overflow:hidden;
}
.scrollBox{
	overflow-x: hidden;
	overflow-y: auto;
}
.rightCode{
	overflow: hidden;
	text-align: center;
	font-size: 0px;
}
.rightCode .center{
	display: inline-block;
	overflow: hidden;
}
.ewm{
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 10px;
}
.ewm p{
	padding: 4px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
}
.ewm p img{
	display: block;
	width: 85px;
	height: 85px;
}
.ewm i{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#666;
	text-align: center;
	padding-top: 5px;
	font-style: normal;
}
.oh{overflow: hidden;}

/*
* subBanner kis2
*/
.subBanner{
	overflow: hidden;
}
.subBanner_a{
	display: block;
	padding-top: 26.04166667%;
	overflow: hidden;
	position: relative;
}
.shadow{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: url(../images/shadow.png) repeat;
}
.subBanCont{
	position: absolute;
	right: 50%;
	bottom: 100px;
	margin-right: -600px;
	z-index: 3;
	text-align: right;
}
.subBan_Ch{
	overflow: hidden;
	font-size: 34px;
	color:#fff;
	font-family: '幼圆';
}
.subBan_En{
	overflow: hidden;
	font-size: 13px;
	color:#d0d0d0;
	font-weight: bold;
	padding-top: 10px;
	animation-delay: 0.1s;
}
/*
* 二级导航 kis2
*/
.subMenu{
	overflow: hidden;
	background: #fff;
	font-size: 0px;
	text-align: center;
}
.subMenu_dl{
	display: inline-block;
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 15px;
}
.subMenu_a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	height: 65px;
	line-height: 65px;
	position: relative;
	padding: 0px 10px;
}
.subMenu_a em{
	display: none;
	overflow: hidden;
	width: 100%;
	height: 2px;
	background: #57c282;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.subMenu_dl dd.hover .subMenu_a{
	color:#57c282;
}
.subMenu_dl dd.hover .subMenu_a em{
	display: block;
}

/*
* 底部 kis2
*/
.foot{
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	text-align: center;
	padding: 50px 0px;
	background: #f3f3f3;
}
.foot a{
	color:#666;
}
.foot a:hover{
	color:#b43134;
}
.foot i{
	padding: 0px 15px;
}
.indFoot .foot{
	background: #fff;
}

/*
* 右侧滚动
*/
.rightScroll{
    overflow: hidden;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -0px;
    z-index: 998;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.rightScroll.show{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.right_dl{
    overflow: hidden;
    border-top: 1px solid #ddd;
}
.right_dl dd{
    position: relative;
}
.right_dl dd a{
    display: block;
    width: 70px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    padding-top: 40px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
}
.Qq{
    background: #fff url(../images/qq.png) no-repeat center 11px;
}
.right_dl dd:hover .Qq{
	border-color: #f39800;
	color:#fff;
	background: #f39800 url(../images/qq_h.png) no-repeat center 11px;
}
.p_720{
    background: #fff url(../images/p_720.png) no-repeat center 11px;
}
.right_dl dd:hover .p_720{
	border-color: #f39800;
	color:#fff;
	background: #f39800 url(../images/p_720_h.png) no-repeat center 11px;
}
.goTop{
    background: #fff url(../images/goTop.png) no-repeat center 17px;
}
.right_dl dd:hover .goTop{
	border-color: #f39800;
	color:#fff;
	background: #f39800 url(../images/goTop_h.png) no-repeat center 17px;
}
/**
 * 首页 第一通栏
 * author kis2
 * @return
*/
.hotNewsBox{
	overflow: hidden;
	text-align: center;
	line-height: 85px;
	background: #f6f6f6;
}
.hotNewsBox a{
	font-size: 26px;
	color:#333;
}
.ind1stL{
	width: 650px;
	overflow: hidden;
	position: relative;
}
.ind1stL .bd{
	height: 410px;
	overflow: hidden;
}
.ind1stL_dl{
	overflow: hidden;
}
.ind1stL_dl dd{
	overflow: hidden;
}
.ind1stL_dl .imgDiv{
	padding-top: 53.8461538%;
}
.ind1stLName{
	height: 60px;
	overflow: hidden;
	background: #000;
	line-height: 60px;
	padding: 0px 15px;
	font-size: 16px;
	color:#fff;
}
.ind1stLHand{
	display: none;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 15px;
	z-index: 3;
}
.ind1stLHand .bt{
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
}
.ind1stLHand .prev{
	background: url(../images/btPrev_h.png) no-repeat center center;
}
.ind1stLHand .next{
	background: url(../images/btNext_h.png) no-repeat center center;
}
.ind1stLHand .hd{
	overflow: hidden;
}
.ind1stLHand .hd ul{
	overflow: hidden;
	padding: 11px 0px;
}
.ind1stLHand .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 4px;
	background: #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-indent: 99em;
}
.ind1stLHand .hd ul li.on{
	background: #d92a35;
}
.ind1stR{
	width: 520px;
	height: 410px;
	overflow: hidden;
}
.indTitBox{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 2px solid #d92a35;
}
.indTit{
	overflow: hidden;
	font-size: 26px;
	color:#000;
	font-weight: bold;
	font-family: '宋体';
}
.indTit img{
	display: block;
	height: 36px;
}
a.titMore{
	display: block;
	width: 65px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color:#fafafa;
	background: #ddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	margin-top: 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: center;
	margin: 5px auto 0px auto;
	position: relative;
	z-index: 3;
}
.titMore.hover,
.titMore:hover{
	background: #d92a35;
}
.ind1stRDeta{
	overflow: hidden;
}
.indList_dl{
	overflow: hidden;
}
.ind1stRDeta .indList_dl dd{
	height: 35px;
	overflow: hidden;
	line-height: 35px;
}
.ind1stRDeta .indList_dl dd .listName{
	line-height: 35px;
}
.indList_dl dd .listName i{
	padding-right: 5px;
	color:#d92a35;
}
.ind1stRDeta .indList_dl .listTime{
    line-height: 35px;
    font-size: 12px;
}
.ind1stRDeta .indList_dl dd:nth-child(4){
	margin-bottom: 10px;
}
.indList_dl dt{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.hotTime{
	overflow: hidden;
	font-size: 28px;
	color:#978c8d;
	height: 35px;
	line-height: 35px;
	font-family: "Arial";
}
a.hotName{
	overflow: hidden;
	font-size: 22px;
	color:#e0bb8a;
	display: block;
	height: 35px;
	line-height: 35px;
}
.hotIntr{
	overflow: hidden;
	font-size: 14px;
	color:#999;
	line-height: 25px;
	height: 75px;
}
/*
* 第二通栏 kis2
*/
.ind2nd{
	overflow: hidden;
	background: #f2f2f2;
}
.ind2ndTit{
	overflow: hidden;
	text-align: center;
	height: 75px;
	/*background: url(../images/ind2ndTit.png) no-repeat center center;*/
}
.ind2ndL{
	width: 420px;
	overflow: hidden;
	position: relative;
}
.ind2ndL .bd{
	height: 350px;
	overflow: hidden;
}
.ind2nd_dl{
	overflow: hidden;
}
.ind2nd_dl dd{
	overflow: hidden;
}
.ind2ndDeta{
	height: 90px;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.ind2nd_dl .imgDiv{
	padding-top: 52.3809524%;
}
.ind2ndDeta .listName{
	font-size: 16px;
	color:#333;
	overflow: hidden;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind2nd_dl .list_a:hover .listName{
	color:#d92a35;
}
.ind2ndDeta .listTime{
	color:#999;
}
.ind2ndL .hd{
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 140px;
	width: 100%;
	z-index: 3;
	text-align: center;
	font-size: 0px;
}
.ind2ndL .hd ul{
	display: inline-block;
	overflow: hidden;
}
.ind2ndL .hd ul li{
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 4px;
	background: #ddd;
	cursor: pointer;
	text-indent: 99em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.ind2ndL .hd ul li.on{
	background: #c8222c;
}
.ind2ndR{
	width: 740px;
	overflow: hidden;
}
a.ind2ndRhot{
	overflow: hidden;
	font-size: 30px;
	color:#333;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind2ndRhot:hover{
	color:#d92a35;
}
.ind2ndRhotIntr{
	overflow: hidden;
	font-size: 15px;
	color:#666;
	line-height: 25px;
	height: 50px;
}
.ind2ndRhotMore{
	overflow: hidden;
	position: relative;
}
.ind2ndRhotMore .titMore{
	background: #c8222c;
	color:#fff;
}
.ind2ndRhotMore em{
	display: block;
	width: 100%;
	height: 1px;
	background: #e14752;
	position: absolute;
	left: 0px;
	top: 15px;
}
.ind2ndR_dl{
	overflow: hidden;
}
.ind2ndR_dl dd{
	padding: 10px 0px;
	overflow: hidden;
}
/*.ind2ndR_dl .listName{
	color:#fff;
}
.ind2ndR_dl .listName:hover span{
	text-decoration: underline;
}

.ind2ndR_dl .listTime{
	color:#ffd4d7;
	font-size: 12px;
}*/
.ind2ndR_dl .listName i{
	padding-right: 5px;
}
/*
* 第三通栏 beign
*/
.ind3rd{
	overflow: hidden;
	/*background: url(../images/ind3rdBg.png) no-repeat center top;*/
}
.titBox{
	overflow: hidden;
	border-bottom: 2px solid #d92a35;
}
.tit{
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 28px;
	color:#333;
	font-weight: bold;
	font-family: '宋体';
}
.titBox .titMore{
	margin-top: 15px;
}
.ind3rdBox{
	overflow: hidden;
	width: 580px;
	height: 305px;
	margin: 20px 0px;
}
.indList_dl dd{
	height: 45px;
	line-height: 45px;
}
.indList_dl .listName,
.indList_dl .listTime{
	line-height: 45px;
}
.ind3rdBox .indList_dl .listTime{font-size: 12px;}
/*
* 第四通栏 beign
*/
.ind4th{
	overflow: hidden;
	background: #f2f2f2;
	/*background: url(../images/ind4thBg.png) no-repeat center center;*/
}
.ind4thTit{
	overflow: hidden;
	font-size: 40px;
	color:#333;
	text-align: center;
	padding-top: 20px;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	font-family: '宋体';
	/*background: url(../images/ind4thTit.png) no-repeat center top;*/
}
.ind4thSlide{
	overflow: hidden;
	position: relative;
	padding: 0px 65px;
}
.ind4thSlide .bd{
	overflow: hidden;
	height: ;
}
.ind4th_dl{
	overflow: hidden;
	margin: 0px -22px !important;
}
.ind4th_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind4th_dl .list_a{
	background: #fff;
	margin: 0px 22px;
}
.imgBox{
	padding: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
.ind4th_dl .imgDiv{
	padding-top: 150%;
}
.ind4thSlide .bt{
	display: none;
	width: 25px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.ind4thSlide .prev{
	left: 0px;
	background: url(../images/ind4thPrev.png) no-repeat left center;
}
.ind4thSlide .next{
	right: 0px;
	background: url(../images/ind4thNext.png) no-repeat right center;
}
