@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*哈哈哈哈哈  */
/*头部开始*/
.topBox{
	width: 100%;
	height:140px;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	transition-duration: 0.1s;
}
.topBox.typ{top:-40px}
.topBox1{
	clear: both;
	height:40px;
	background:#f7f7f7;
	line-height: 40px;
	font-size: 14px;
	color:#666666;
}
.topBox1 a{
	display:inline-block;
	height:40px;
	line-height: 40px;
	color: #666666;
	margin-right: 10px;
}
.topBox1 a.a1{color:#ff813b}
.topBox1 a:hover{color:#ff813b}
.topBox1 .mbBt{
	display:inline-block;
	height:40px;
	line-height: 40px;
	color: #666666;
	padding-left:15px;
	background:url(../images/icon1.png) no-repeat left center;
	cursor: pointer;
	position: relative;
}
.topEwm{
	width: 120px;
	position: relative;
	position: absolute;
	top:40px;
	left: 50%;
	margin-left:-60px;
	z-index: 11;
	visibility: hidden;
	transition-duration: 0.3s;
	opacity:0;
}
.topBox1 .mbBt:hover .topEwm{visibility:visible;top:30px;opacity:1;}
.topEwm:after{
	content: "";
	display: block;
	width:0px;
	height:0px;
	border-bottom:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-4px;
}
.topEwm img{
	display: block;
	width: 120px;
	height:120px;
	margin-top: 10px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	background:#fff;
}
.topBox2{
	clear: both;
	background:#fff;
	height:100px;
}
.logo{
	height:94px;
	overflow: hidden;
	margin-top:3px;
}
.logo img{
	display: block;
	height:94px;
}
.searchBox{
	width: 150px;
	height:40px;
	overflow: hidden;
	background:#f7f7f7;
	border-radius:20px;
	margin-top: 30px;
}
.searchBox input{
	float: left;
	width:90px;
	border:none;
	background:none;
	height:40px;
	line-height: 40px;
	color: #333;
	font-size:14px;
	margin-left: 18px;
}
.searchBox input::placeholder{color: #999999;font-size:14px;}
.searchBox a{
	float: left;
	width:40px;
	height:40px;
	border-radius:100%;
	overflow: hidden;
	background:#ff813b url(../images/icon2.png) no-repeat center center;
}
/*头部结束*/
/*menu开始*/
.menuDl dd{
	float: left;
	position: relative;
}
.menuDl dd .a1{
	display: block;
	color: #333333;
	font-size:14px;
	font-weight: bold;
	padding:0 24px;
	height:100px;
	line-height: 100px;
}
.menuDl dd.hover .a1{color:#03366d}
.menuDl dd .div_a{
	width:100%;
	position: absolute;
	top:100px;
	left:0;
	display: none;
}
.menuDl dd .div_aC{
	overflow: hidden;
	margin:0 11px;
	background:#fff;
}
.menuDl dd .div_aC a{
	display: block;
	height:30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.menuDl dd .div_aC a:hover{background:#03366d;color:#fff}
.h_140{clear: both;height:140px}
/*menu结束*/
/*indexBanner开始*/
.bannerSlide{
	clear: both;
	overflow: hidden;
	position: relative;
}
.bannerSlide .bt{
	display: block;
	width:31px;
	height:56px;
	cursor: pointer;
	position: absolute;
	top:50%;
	margin-top:-28px;
	z-index: 99;
	left:50%;
	background-image:url(../images/icon3.png);
	background-repeat: no-repeat;
}
.bannerSlide .bt.prev{margin-left: -685px;background-position:left top}
.bannerSlide .bt.next{margin-left:654px;background-position:right top}
.bannerSlide .bt.prev:hover{margin-left: -685px;background-position:left bottom}
.bannerSlide .bt.next:hover{margin-left:654px;background-position:right bottom}
.bannerSlide .bd{overflow: hidden}
.bannerSlide dd{
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerSlide dd a{
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bannerSlide .hd{
	width: 100%;
	height:43px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11
}
.bannerSlide .hd ul{display:inline-block}
.bannerSlide .hd ul li{
	float: left;
	width: 9px;
	height:9px;
	line-height:999px;
	overflow:hidden;
	border-radius:100%;
	margin:0 5px;
	border:2px solid #ffffff;
	cursor: pointer;
	transition-duration: 0.3s;
}
.bannerSlide .hd ul li.on{background:#fff}
/*indexBanner结束*/
/*快捷按钮 begin*/
.quickBox{
	clear: both;
	overflow:hidden;
	height:120px;
	background:#fff;
}
.quickDl dd{
	float: left;
	width: 25%;
	height:120px;
	overflow: hidden;
	text-align: center;
}
.quickDl dd a{
	display:inline-block;
	overflow: hidden;
	height:120px;
	padding-left: 68px;
	background-position: left 30px;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	transition-duration: 0.3s;
}
.quickDl dd a:hover{top:-5px;}
.quickDl dd a .divT1{
	clear: both;
	height:30px;
	overflow: hidden;
	line-height:30px;
	color: #333333;
	font-size: 20px;
	margin-top: 25px;
	text-align: left;
}
.quickDl dd a .divT2{
	clear: both;
	height:22px;
	overflow: hidden;
	line-height:22px;
	color: #999999;
	font-size:14px;
	text-align: left;
}
/*快捷按钮 end*/
/**/
/*第一通栏start*/
.bg_f5f7fa{background-color:#f5f7fa}
.ixBox{
	clear: both;
	overflow: hidden;
}
.ixBoxT{
	clear: both;
	overflow: hidden;
}
.ixBoxT .divT1{
	clear: both;
	height:48px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.ixBoxT .divT2{
	clear: both;
	height:37px;
	overflow: hidden;
	line-height: 37px;
	text-align: center;
	color: #666666;
	font-size:18px;
}
/**/
.ixBox1Sldie{
	clear: both;
	overflow:hidden;
	position: relative;
}
.ixBox1Sldie .bt{
	display: block;
	width:38px;
	height:63px;
	cursor: pointer;
	overflow:hidden;
	background-color:rgba(0,0,0,0.3);
	background-position: center center;
	background-repeat: no-repeat;
	position:absolute;
	top:92px;
	transition-duration: 0.3s;
	z-index: 9;
	display:none;
}
.ixBox1Sldie .bt:hover{background-color:rgba(0,0,0,0.5)}
.ixBox1Sldie .bt.prev{left:0;background-image:url(../images/icon8.png)}
.ixBox1Sldie .bt.next{right:0;background-image:url(../images/icon9.png)}
.ixBox1Sldie .bd{overflow:hidden}
.ixBox1Dl{margin:0 -11px !important;}
.ixBox1Dl dd{
	float: left;
	width: 33.333%;
	overflow: hidden;
	margin-bottom:22px;
}
.ixBox1Dl.typ2 dd{width:25%}
.ixBox1Dl dd a{
	display: block;
	overflow: hidden;
	margin:0 11px;
}
.ixBox1Dl dd .pic{
	clear: both;
	width:100%;
	padding-top:56.3636%;
	position:relative;
}
.ixBox1Dl.typ2 dd .pic{padding-top:133.3333%}
.ixBox1Dl dd.audition .pic:after{
	content: "";
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	background:rgba(0,0,0,0.7) url(../images/icon10.png) no-repeat center center;
}
.ixBox1Dl dd .pic img{
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox1Dl dd .txtBox{
	clear: both;
	overflow: hidden;
	padding:15px 20px;
	background:#fff;
}
.ixBox1Dl.typ dd .txtBox{background:#f5f7fa}
.ixBox1Dl.typ2 dd .txtBox{background:#f5f7fa}
.ixBox1Dl dd .txtBox .divT1{
	clear: both;
	height:32px;
	overflow: hidden;
	line-height: 32px;
	color: #333333;
	font-size: 18px;
}
.ixBox1Dl dd .txtBox .divT2{
	clear: both;
	height:32px;
	overflow: hidden;
	line-height: 32px;
	margin-top:9px;
	margin-bottom:5px;
}
.ixBox1Dl dd .txtBox .divT2 span{
	float: left;
	color: #f55600;
	font-size: 18px;
}
.ixBox1Dl.typ2 dd .txtBox .divT2 span{color: #ff813b}
.ixBox1Dl dd.audition .txtBox .divT2 span{color: #5fb41b}
.ixBox1Dl dd .txtBox .divT2 em{
	float: right;
	color: #999999;
	font-size: 14px;
	font-style:normal;
}
.ixBox1Sldie .hd{
	clear: both;
	text-align: center;
}
.ixBox1Sldie .hd ul{display:inline-block}
.ixBox1Sldie .hd ul li{
	float: left;
	width:9px;
	height:9px;
	border-radius:100%;
	overflow: hidden;
	line-height: 999px;
	cursor: pointer;
	margin:0 4px;
	background:#999999;
	transition-duration: 0.3s;
}
.ixBox1Sldie .hd ul li.on{width:37px;background:#ff813b;border-radius:5px;}
/*第一通栏end*/
/*第四通栏start*/
.ixBox4Slide{
	width: 569px;
	height:319px;
	overflow: hidden;
	position: relative;
}
.ixBox4Slide .bd{
	width: 569px;
	height:319px;
	overflow: hidden;
}
.ixBox4Slide .bd dl dd{
	width: 569px;
	height:319px;
	overflow: hidden;
}
.ixBox4Slide .bd dl dd img{
	display: block;
	width: 569px;
	height:319px;
}
.ixBox4Slide .hd{
	width:100%;
	height:60px;
	background:rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.ixBox4Slide .hd span{
	float: left;
	width: 440px;
	height:60px;
	overflow: hidden;
	line-height: 60px;
	margin-left:20px;
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
}
.ixBox4Slide .hd ul{
	float: right;
	margin-right: 15px;
	margin-top: 23px;
}
.ixBox4Slide .hd ul li{
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	line-height: 999px;
	border-radius:100%;
	margin:0 6px;
	background:#9e9e9e;
	transition-duration: 0.3s;
	cursor: pointer;
}
.ixBox4Slide .hd ul li.on{background:#ffffff}
.ixBox4R{
	overflow: hidden;
	height:320px;
	background:#f5f7fa;
	padding:0 25px;
}
.ixBox4Dl dd{
	clear: both;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
}
.ixBox4Dl dd .day{
	width: 70px;
	overflow: hidden;
	margin-top:7px;
}
.ixBox4Dl dd .day span{
	display: block;
	clear: both;
	height:30px;
	overflow: hidden;
	line-height:30px;
	color: #333333;
	font-size:24px;
	text-align: right;
}
.ixBox4Dl dd .day em{
	display: block;
	clear: both;
	height:24px;
	overflow: hidden;
	line-height:24px;
	color: #cccccc;
	font-size:16px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}
.ixBox4Dl dd .divR{
	overflow: hidden;
	padding-left:25px;
}
.ixBox4Dl dd .divR .divT{
	clear: both;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	font-size:16px;
	color: #333;
}
.ixBox4Dl dd:hover .divR .divT{color: #03366d}
.ixBox4Dl dd .divR .txt{
	clear: both;
	height:40px;
	overflow:hidden;
	line-height: 20px;
	color: #999999;
}
.more a{
	display: block;
	width:166px;
	height:44px;
	margin:0 auto;
	overflow: hidden;
	border:1px solid #cccccc;
	text-align: center;
	line-height: 44px;
	color: #03366d;
	font-size: 14px;
	transition-duration: 0.3s;
	border-radius:2px;
}
.more a:hover{background:#03366d;border:1px solid #03366d;color:#fff}
/*第四通栏end*/
/*底部开始*/
.footerBox1L{
	width: 730px;
	min-height:177px;
	border-right:1px solid #dddddd;
}
.footerBox1LUl li{
	float: left;
	width:135px;
	margin-right: 10px;
	overflow:hidden;
}
.footerBox1LDl dt{
	clear: both;
	overflow:hidden;
	height:56px;
	line-height: 56px;
	margin-bottom: 4px;
}
.footerBox1LDl dt a{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.footerBox1LDl dt a:hover{color:#03366d}
.footerBox1LDl dd{
	clear: both;
	overflow:hidden;
	height:30px;
	line-height: 30px;
}
.footerBox1LDl dd a{
	color: #666666;
	font-size: 14px;
}
.footerBox1LDl dd a:hover{color:#03366d}
.footerBox1R{
	overflow:hidden;
	margin-top:20px;
}
.ftEwm{
	width: 105px;
	overflow: hidden;
	margin-right: 25px;
}
.ftEwm img{
	display: block;
	width: 105px;
	height: 105px;
}
.ftEwm span{
	display: block;
	height:45px;
	overflow:hidden;
	line-height: 45px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.footerBox1RTxt{
	width: 250px;
	overflow:hidden;
}
.footerBox1RTxt .divT{
	clear: both;
	height:26px;
	overflow:hidden;
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}
.footerBox1RTxt .txt{
	clear: both;
	overflow:hidden;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
}
.footerBox1RTxt .txt span{color:#999999}
.footerBox2{
	clear: both;
	height:50px;
	overflow: hidden;
	line-height: 50px;
	background:#03366d;
	color: #cddae9;
	font-size: 14px;
}
.footerBox2 a{color: #cddae9}
.footerBox2 a:hover{color: #fff}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*注册||登录*/
.loginBox{
	overflow: hidden;
	background:url(../images/bg1.jpg);
}
.loginBoxC{
	width: 575px;
	margin:0 auto;
	background:#fff;
	overflow: hidden;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.loginBoxC .divT{
	clear: both;
	height: 60px;
	overflow:hidden;
	line-height: 60px;
	padding:0 34px;
	background:#f1f1f1;
	color: #333333;
	font-size: 24px;
	text-align: center;}
.loginBoxCBox{
	clear: both;
	overflow: hidden;
	padding:10px 34px;
}
.logoDl dd{
	clear: both;
}
.logoDl dd .spanT{
	height:40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#333333;
}
.logoDl dd .spanT.sw_85{width:85px;text-align:right;margin-right:5px;}
.logoDl dd .spanT i{
	font-style: normal;
	width:12px;
	margin-right: 2px;
	text-align: center;
	color:red
}
.logoDl.typ2 dd .spanT i{padding-left:10px;}

.logoDl dd .inputBox{
	overflow: hidden;
	border:1px solid #e7e7e7;
	border-radius:3px;
	background:#f9f9f9;
	padding:0 10px;
}
.logoDl.typ2 dd .inputBox{background:#f9f9f9}
.logoDl dd .inputBox input{
	display: block;
	width:100%;
	height:48px;
	background:none;
	line-height:48px;
	border:none;
	font-size:14px;
	font-family:"microsoft yahei";
}
.logoDl dd .inputBox select{
	display: block;
	width:100%;
	height:48px;
	background:none;
	line-height:48px;
	border:none;
	font-size:14px;
	font-family:"microsoft yahei";
}
.logoDl dd .code{
	width:120px;
	height:50px;
	overflow: hidden;
}
.logoDl dd .code img{
	display:block;
	width:120px;
	height:50px;
}
.logoDl dd .linkBt{
	padding-left:25px;
	color:#4ca8e2;
	font-size:14px;
}
.logoDl dd .bt{
	display: block;
	height:46px;
	overflow:hidden;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
	border-radius:3px;
	background:#ff813b;
}
.logoDl dd .bt.btn1{
	width:188px;
	background:#f19d31;
	margin-left: 90px;
}
.logoDl dd .bt.btn2{
	width:188px;
	margin-left:15px;
}
.logoDl dd .bt:hover{opacity:0.9}
.logoDl dd .txt{
	text-align: center;
	line-height: 52px;
}
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
.minH{min-height:300px}
/*左侧*/
.leftBox{
	width:282px;
	position: relative;
}
.leftBoxT{
	width: 100%;
	height:90px;
	background:#03366d;
	position: absolute;
	left:0;
	top:-90px;
}
.leftBoxT span{
	display: block;
	margin-top: 24px;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	padding-left:23px;
	font-size:22px;
	font-weight: bold;
	color: #fff;
}
.leftBoxT em{
	display: block;
	line-height: 20px;
	height:20px;
	overflow:hidden;
	padding-left:23px;
	font-size:14px;
	color: #2c5684;
	font-style:normal;
	background:url(../images/icon12.png) no-repeat 256px center;
}
.leftDl{
	overflow: hidden;
	background:#f2f2f2;
}
.leftDl dd{
	clear: both;
	position: relative;
}
.leftDl dd .a1{
	display: block;
	line-height:25px;
	padding:15px 0;
	padding-left:25px;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	position: relative;
}
.leftDl dd .a1:after{
	content: "";
	display: block;
	height:1px;
	background:#ffffff;
	position: absolute;
	bottom:-1px;
	left:0;
	right:3px;
	z-index: 1;
}
.leftDl dd.hover .a1{background:#e9f0f7;color:#03366d;font-weight: bold}
.leftDl dd:hover .a1{background:#e9f0f7;color:#03366d;font-weight: bold}
.leftDl dd .div_a{
	clear: both;
	overflow:hidden;
	display: none;
}
.leftDl dd.hover .div_a{display:block}
.leftDl dd .div_a a{
	display: block;
	line-height:25px;
	padding:10px 0;
	padding-left:62px;
	font-size:15px;
	color:#39699d;
	font-weight:bold;
	position: relative;
	background:url(../images/icon13.png) no-repeat 52px center;
}
.leftDl dd .div_a a:hover{background:#e9f0f7 url(../images/icon13.png) no-repeat 52px center;}
.leftDl dd .div_a a.hover{background:#e9f0f7 url(../images/icon13.png) no-repeat 52px center;}
.leftDl dd .div_a a:after {
    content: "";
    display: block;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom:0;
    left: 0;
    right: 3px;
    z-index: 1;
}
/*内页banner*/
/* .subBanner{
	clear: both;
	height:300px;
	background-repeat: no-repeat;
	background-position: center center;
} */
/*左侧导航*/
/*内页外结构开始*/
.pageR{
	width:887px;
	position: relative;
}
/*内页外结构结束*/
/*当前位置开始*/
.location{
	width: 100%;
	background:#fff;
	height:90px;
	position: absolute;
	top:-90px;
	left:0;
}
.location .divT{
	height:63px;
	line-height: 63px;
	margin-top:8px;
	margin-left:30px;
	border-bottom:1px solid #e7e7e7;
	position: relative;
	color: #444444;
	font-size:20px;
	font-weight:500;
}
.location .divT:after{
	content: "";
	display: block;
	width:84px;
	height:3px;
	background:#03366d;
	position: absolute;
	left: 0;
	bottom: -1px;
}
/*当前位置结束*/
.pageRC{
	clear: both;
	overflow: hidden;
	padding:15px 30px;
}
/*内页框架结束*/
/*页码开始*/
/* .page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;border:1px solid #d9d9d9}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{border:1px solid #03366d;color: #03366d;}
.page a.hover{border:1px solid #03366d;color: #03366d;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)} */
/*页码结束*/

.scaleBox img{object-fit: cover;object-position: center center}

/*左侧浮块*/
.floatRBox{
	width:70px;
	overflow: hidden;
	position:fixed;
	top:50%;
	margin-top:-200px;
	right:0;
	z-index:99;
	border-bottom:1px solid #dedede;
}
.floatRBox a{
	display: block;
	width:68px;
	height:68px;
	color: #666666;
	text-align: center;
	line-height: 98px;
	border:1px solid #dedede;
	border-bottom:none;
}
.floatRBox a:hover{color:#fff}
.floatRBox a.a1{background:#fff url(../images/ftIcon1.png) no-repeat center 10px}
.floatRBox a.a2{background:#fff url(../images/ftIcon2.png) no-repeat center 10px}
.floatRBox a.a3{background:#fff url(../images/ftIcon3.png) no-repeat center 10px}
.floatRBox a.a4{background:#fff url(../images/ftIcon4.png) no-repeat center 10px}
.floatRBox a.a6{background:#fff url(../images/ftIcon5.png) no-repeat center 10px}
.floatRBox a.a7{background:#fff url(../images/ftIcon6.png) no-repeat center 15px;}
.floatRBox a.a1:hover{background:#ff813b url(../images/ftIcon1h.png) no-repeat center 10px}
.floatRBox a.a2:hover{background:#ff813b url(../images/ftIcon2h.png) no-repeat center 10px}
.floatRBox a.a3:hover{background:#ff813b url(../images/ftIcon3h.png) no-repeat center 10px}
.floatRBox a.a4:hover{background:#ff813b url(../images/ftIcon4h.png) no-repeat center 10px}
.floatRBox a.a6:hover{background:#ff813b url(../images/ftIcon5h.png) no-repeat center 10px}
.floatRBox a.a7:hover{background:#ff813b url(../images/ftIcon6h.png) no-repeat center 15px;}
.getTop.hide{display:none !important}
/*内页框架结束*/
.mbHead img{object-fit:cover}
.uploadImgDelBox{position: relative}
.removeFileListener{
	cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(255,255,255,0.5);
    padding: 5px 10px;
}
/***/
.sctDiv{
	clear: both;
	overflow: hidden;
}
.sctDiv .sctItem{
	float: left;
	width: 50%;
	height:40px;
	overflow:hidden;
	cursor: pointer;
}
.sctDiv .sctItem span{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left:38px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../images/sct.png);
	color: #03366d;
	font-size:16px;
}
.sctDiv .sctItem.sct span{background-image:url(../images/sctH.png);}


/* 主站样式 */
@charset "UTF-8";
/*
********************************外层框架 start********************************
*/
/*头部开始*/
.top1 {
	background: #58372f;
	height: 40px;	
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.top1R a{
	display: inline-block;
	height: 100%;
	color: #fff;
	margin-left: 15px;
}
.top1R a.toLogin span {
	color: #e9611e;
}

.top2 {
	background: #fff;
	height: 80px;	
	line-height: 80px;
}
.mainlogo {
    width: 310px;
    padding-top: 12px;
	margin-right: 90px;
}
.mainlogo img{
	height: 56px; 
	display:block
}
.menu-box {
    height: 80px;
	line-height: 80px;
}
.mainmenu dd{
	float:left; 
	padding: 0 16px;
	display:inline; 
	position:relative;
}
.mainmenu dd.hover .yj:before {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	background: #58372f;
	position: absolute;
	bottom: 8px;
	left: 0;
}
.mainmenu dd.hover .yj a {
	color: #58372f;
}
.mainmenu dd .yj{ 
	position: relative;
}
.mainmenu dd .yj a{ 
	overflow:hidden; 
	display:block; 
	padding: 0 4px;
	text-align:center; 
	font-size:16px;
	color: #333;
}
.mainmenu dd .ej{
	position:absolute;
	left:0px; 
	top: 80px; 
	width:100%;
	background:#41200d; 
	display:none;
	z-index: 2;
}
.mainmenu 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;
}
.mainmenu dd .ej a:hover{ 
	background :#58372f; 
	color:#fff;
}
/*头部结束*/
/*底部开始*/
.footer1 {
	background: #58372f;
	color: #fff;
	padding: 28px 0 40px;
}
.fL1 dd {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.fL1 dd .footIcon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: -5px;
}
.fL1 dd.footPhone font {
	font-size: 20px;
}
.fL1 dd.footPhone .footIcon {
	background: url(../images/footPhone.png) center center no-repeat;
}

.fL1 dd.footAddress .footIcon {
	background: url(../images/footAddress.png) center center no-repeat;
}

.fL1 dd.footEmail .footIcon {
	background: url(../images/footEmail.png) center center no-repeat;
}
.footer1L .bshare-custom {
	cursor: pointer;
}
.footer1L .bshare-custom a.bshare-qqim {
	background: url('../images/footQQ.png')	center center no-repeat;
	background-size: 100%;
}
.footer1L .bshare-custom a.bshare-weixin {
	background: url('../images/footWeixin.png')	center center no-repeat;
	background-size: 100%;
}
.footer1L .bshare-custom a.bshare-sinaminiblog {
	background: url('../images/footWeibo.png')	center center no-repeat;
	background-size: 100%;
}
.footer1L .bshare-custom a {
	padding: 0!important;
	height: 30px!important;
	width: 30px!important;
	margin-left: 10px!important;
}
.footer1R {
	overflow: hidden;	
}
.footer1R dd {
	float: left;
    display: inline;
    position: relative;
    width: 115px;
    overflow: hidden;
    margin-left: 20px;	
}
.footer1R dd img {
    display: block;
    width: 115px;
    height: 115px;
}
.footer1R dd span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer2 {
	background: #41200d;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	color: #d6cfce;	
	font-family: Adobe 黑体 Std;
}
.footer2 i{
	display: inline-block;
	width: 50px;
	height: 12px;
	background: url(../images/footericon.png) no-repeat center center;
	background-size: cover;
	margin-left: 6px;
}
/*底部结束*/

/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/
/*banner开始*/
.mainbanner {
	position: relative;	
	overflow: hidden;
	width: 100%;
}
.mainbanner .bd {
	z-index: 0;	
}
.mainbanner .bd li {
	width: 100%;
	height: 900px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainbanner .bd li a {
	display: block;
	height: 100%;
}
.mainbanner .hd {
	width: 100%;
	position: absolute;	
	bottom: 40px;
	left: 0;
	text-align: center;
	z-index: 1;
}
.mainbanner .hd ul {
	display: inline-block;
}
.mainbanner .hd li {
	position: relative;
	float: left;	
	width: 10px;
	height: 10px;
	border-radius: 10px;
	line-height: 2000px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mainbanner .hd li.on {
	width: 35px;
	height: 10px;
	opacity: 1;
	background: #58372f;
}
/*banner结束*/
/* 首页公共样式 start */
.indexTitle {
	width: 365px;
	height: 46px;
	margin: 0 auto;
	background: url(../images/indexTitle.png) center center no-repeat;
	line-height: 46px;
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.moreBt3 {
    width: 200px;
    height: 48px;
	margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.moreBt3 button, .moreBt3 a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 5px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
.moreBt3 .works_prev {
    background: #fff url(../images/works_arrPrev.png) no-repeat center center;
}
.moreBt3 .works_next {
    background: #fff url(../images/works_arrNext.png) no-repeat center center;
}
.moreBt3 .works_more {
    background: #fff url(../images/works_more.png) no-repeat center 22px;
}
.moreBt3 .works_prev:before, .moreBt3 .works_next:before, .moreBt3 .works_more:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.moreBt3 .works_prev:before {
	right: -100%;
	top: 0;
    background: #58372f url(../images/works_arrPrev_h.png) no-repeat center center;
}
.moreBt3 .works_next:before {
	left: -100%;
	top: 0;
    background: #58372f url(../images/works_arrNext_h.png) no-repeat center center;
}
.moreBt3 .works_more:before {
	top: -100%;
	left: 0;
    background: #58372f url(../images/works_more_h.png) no-repeat center 22px;
}
.moreBt3 .works_prev:hover {
	background-position: -60px center;
}
.moreBt3 .works_next:hover {
	background-position: 60px center;
}
.moreBt3 .works_more:hover {
	background-position: center 60px;
}
.moreBt3 .works_prev:hover:before {
	right: 0;
}
.moreBt3 .works_next:hover:before {
	left: 0;
}
.moreBt3 .works_more:hover:before {
	top: 0;
}
.works_prev, .works_next, .works_more {
    border-radius: 6px;
    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;
}
/* 首页公共样式 end */
/*第一通栏开始*/
.column1 {
	padding: 54px 0 64px;
	background: #fff;
	overflow: hidden;
}
.column1 .indexImgList {
	margin-right: -30px;
	overflow: hidden;
}
.column1 .indexImgList dd {
	width: 33.3333%;
	float: left;
	padding: 30px 0 40px;
}
.column1 .indexImgList a {
	display: block;
	height: 100%;
}
.column1 .indexImgList .con {
	margin-right: 30px;
	border-radius: 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1 .indexImgList .pic:before {
	padding-top: 60%;
}
.column1 .indexImgList .data {
	padding: 24px 20px;
}
.column1 .indexImgList .title {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
.column1 .indexImgList .time {
	margin-top: 17px;
	margin-bottom: 8px;
	height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
}
.column1 .indexImgList .info {
	height: 48px;
	line-height: 24px;
	color: #555;
	font-size: 14px;
}
.column1 .indexImgList a:hover .title {
	color: #58372f;
}
.column1 .indexImgList a:hover .con {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
/*第一通栏结束*/
/*第二通栏开始*/
.column2 {
	padding: 54px 0 64px;
	background: #f6f5f4;
	overflow: hidden;
}
.column2 .indexImgText {
	border-radius: 4px;
	padding: 20px;
	background: #fff;
	margin: 30px 0;
}
.column2 .indexImgText .imgWrap {
	width: 545px;
	margin-right: 30px;
}
.column2 .indexImgText .pic:before {
	padding-top: 60%;
}
.column2 .indexImgText .data {
	overflow: hidden;
}
.column2 .indexImgText .title {
	margin-top: 24px;
	height: 36px;
	line-height: 36px;
	color: #1276be;
	font-size: 26px;
}
.column2 .indexImgText .info {
	margin-top: 30px;
	margin-bottom: 10px;
	height: 140px;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.column2 .indexImgText .lookView {
	display: inline-block;
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #1277be;
	border-radius: 4px;
	position: relative;
	z-index: 1;
}
.column2 .indexImgText2 .title{
	color: #94b85d;
}
.column2 .indexImgText2 .lookView{
	background: #94b85d;
}
.column2 .indexImgText3 .title{
	color: #0a0657;
}
.column2 .indexImgText3 .lookView{
	background: #0a0657;
}
.column2 .indexImgText4 .title{
	color: #e9611e;
}
.column2 .indexImgText4 .lookView{
	background: #e9611e;
}
.column2 .indexImgText5 .title{
	color: #41200d;
}
.column2 .indexImgText5 .lookView{
	background: #41200d;
}
.column2 .schollList .dd2.hover {
	background: #94b85d;
}
.column2 .schollList .dd3.hover {
	background: #0a0657;
}
.column2 .schollList .dd4.hover {
	background: #e9611e;
}
.column2 .schollList .dd5.hover {
	background: #41200d;
}
.column2 .indexImgText .lookView:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #58372f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}
.column2 .indexImgText .lookView:hover:before {
	left: 0;
}
.column2 .indexImgText .lookView span {
	display: inline-block;
	width: 22px;
	height: 15px;
	margin-left: 10px;
	background: url(../images/lookView.png) center center no-repeat;
	vertical-align: middle;
}
.column2 .schollList {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.column2 .schollList dd {
	width: 20%;
	height: 105px;
	float: left;
	padding-top: 15px;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
}
.column2 .schollList dd.hover {
	background: #1276be;
}
.column2 .schollList dd.hover .data {
	color: #fff;
}
.column2 .schollList dd .icon {
	width: 100%;
	height: 50px;
	transition: .3s;
	-webkit-transition: .3s;
}
.column2 .schollList dd .icon.icn1 {
	background: url(../images/schoolIcn1.png) center center no-repeat;
}
.column2 .schollList dd .icon.icn2 {
	background: url(../images/schoolIcn2.png) center center no-repeat;
}
.column2 .schollList dd .icon.icn3 {
	background: url(../images/schoolIcn3.png) center center no-repeat;
}
.column2 .schollList dd .icon.icn4 {
	background: url(../images/schoolIcn4.png) center center no-repeat;
}
.column2 .schollList dd .icon.icn5 {
	background: url(../images/schoolIcn5.png) center center no-repeat;
}
.column2 .schollList dd.hover .icon.icn1 {
	background: url(../images/schoolIcn1_h.png) center center no-repeat;
}
.column2 .schollList dd.hover .icon.icn2 {
	background: url(../images/schoolIcn2_h.png) center center no-repeat;
}
.column2 .schollList dd.hover .icon.icn3 {
	background: url(../images/schoolIcn3_h.png) center center no-repeat;
}
.column2 .schollList dd.hover .icon.icn4 {
	background: url(../images/schoolIcn4_h.png) center center no-repeat;
}
.column2 .schollList dd.hover .icon.icn5 {
	background: url(../images/schoolIcn5_h.png) center center no-repeat;
}
.column2 .schollList dd .data {
	height: 54px;
	line-height: 54px;
	color: #333;
	font-size: 16px;
}
/*第二通栏结束*/

/*第三通栏开始*/
.column3 {
	padding: 54px 0 64px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.column3 .courseMenu {
	margin-top: 30px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	border: 1px solid #58372f;
	display: inline-block;
	overflow: hidden;
}
.column3 .courseMenu dd {
	float: left;
}
.column3 .courseMenu dd.hover a {
	background: #58372f;
	color: #fff;
}
.column3 .courseMenu dd:first-of-type a {
	padding-left: 30px;
}
.column3 .courseMenu dd:last-of-type a {
	padding-right: 30px;
}
.column3 .courseMenu dd a {
	display: block;
	padding: 0 15px;
	color: #58372f;
	font-size: 18px;
}
.column3 .indexImgList {
	margin-right: -30px;
	overflow: hidden;
	min-height:420px;
}
.column3 .indexImgList dd {
	width: 33.3333%;
	float: left;
	padding: 30px 0 40px;
}
.column3 .indexImgList .con {
	margin-right: 30px;
	border-radius: 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3 .indexImgList .pic:before {
	padding-top: 60%;
}
.column3 .indexImgList .data {
	padding: 16px 20px 20px;
}
.column3 .indexImgList .title {
	height: 24px;
	text-align: left;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	margin-bottom: 24px;
}
.column3 .indexImgList .price {
	height: 34px;
}
.column3 .indexImgList .price .number {
	font-size: 26px;
	color: #fdb52a;
	vertical-align: bottom;
}
.column3 .indexImgList .price font {
	font-size: 18px;
}
.column3 .indexImgList .price .buy {
	display: block;
	height: 36px;
	width: 118px;
	border: 1px solid #58372f;
	color: #58372f;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.column3 .indexImgList dd:hover .con {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.column3 .indexImgList dd .buy:hover {
	background: #58372f;
	color: #fff;
}
/*第三通栏结束*/

/*第四通栏开始*/
.column4 {
	padding: 54px 0 103px;
	background: #f6f5f4;
	overflow: hidden;
}
.column4 .indexImgText {
	margin-top: 30px;
	position: relative;
}
.column4 .indexImgText .imgWrap {
	width: 630px;
	position: relative;
	z-index: 2;
}
.column4 .indexImgText .pic:before {
	padding-top: 60%;
}
.column4 .indexImgText .data {
	width: 920px;
	background: #fff;
	position: absolute;
	padding: 30px 30px 40px;
	border-radius: 8px;
	left: 0;
	top: 40px;
	z-index: 1;
}
.column4 .indexImgText .title {
	height: 36px;
	line-height: 36px;
	color: #58372f;
	font-size: 18px;
}
.column4 .indexImgText .info {
	margin-top: 24px;
	width: 56.5%;
	margin-bottom: 33px;
	height: 168px;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.column4 .indexImgText .lookView {
	display: inline-block;
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #58372f;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.column4 .indexImgText .lookView:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #1277be;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}
.column4 .indexImgText .lookView:hover:before {
	left: 0;
}
.column4 .indexImgText .lookView span {
	display: inline-block;
	width: 22px;
	height: 15px;
	margin-left: 10px;
	background: url(../images/lookView.png) center center no-repeat;
	vertical-align: middle;
}
/*第四通栏结束*/

/*第五通栏开始*/
.column5 {
	padding: 54px 0 52px;
	background: #fff;
	overflow: hidden;
}
.column5 .bd {
	padding: 30px 100px 40px;
	position: relative;
}
.column5 .bd .btn {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.column5 .bd .btn.prev {
	left: 0;
	background: url(../images/teachPrev.png) center center no-repeat;
}
.column5 .bd .btn.next {
	right: 0;
	background: url(../images/teachNext.png) center center no-repeat;
}
.column5 .bd .btn.prev:hover {
	background: url(../images/teachPrev_h.png) center center no-repeat;
}
.column5 .bd .btn.next:hover {
	background: url(../images/teachNext_h.png) center center no-repeat;
}
.column5 .indexImgText {
	position: relative;
}
.column5 .indexImgText dd {
	padding: 28px 70px 40px;
	background: #eeebea;
	border-radius: 8px;
	transition: .3s;
	-webkit-transition: .3s;
}
.column5 .indexImgText .pic {
	position: absolute;
	width: 267px;
	margin-right: 50px;
	bottom: 0;
}
.column5 .indexImgText .pic:before {
	padding-top: 130%;
}
.column5 .indexImgText .data {
	width: 550px;
}
.column5 .indexImgText .title {
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 28px;
}
.column5 .indexImgText .identity {
	height: 20px;
	line-height: 20px;
	color: #555;
	font-size: 16px;
}
.column5 .indexImgText .identity i {
	display: inline-block;
	width: 22px;
	height: 20px;
	vertical-align: -4px;
	margin-right: 10px;
}
.column5 .indexImgText .identity .icn1 i {
	background: url(../images/teachIcn1.png) center center no-repeat;
}
.column5 .indexImgText .identity .icn2 i {
	background: url(../images/teachIcn2.png) center center no-repeat;
	margin-left: 10px;
}
.column5 .indexImgText .info {
	margin-top: 15px;
	margin-bottom: 24px;
	height: 84px;
	line-height: 28px;
	color: #444;
	font-size: 14px;
}
.column5 .indexImgText .lookView {
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #58372f;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.column5 .indexImgText .lookView:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: #1277be;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}
.column5 .indexImgText .lookView:hover:before {
	left: 0;
}
.column5 .hd {
	margin-right: -45px;
}
.column5 .hd dd {
	width: 14.28571%;
	float: left;
}
.column5 .hd dd .picWrap {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid #ececec;
	overflow: hidden;
}
.column5 .hd dd .pic:before {
	padding-top: 100%;
}
.column5 .hd dd.hover .picWrap {
	border: 1px solid #9b8782;
}
.column5 .hd dd .pic img {
	height: auto;
	left: 50%;
	margin-left: -64px;
	top: 8px;
}
.column5 .hd dd .con {
	margin-right: 45px;
}
.column5 .hd dd .data {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
/*第五通栏结束*/

/*第六通栏开始*/
.column6 {
	padding: 54px 0 45px;
	background: #f6f5f4;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.column6 .indexSlider {
	margin-top: 60px;
	padding: 0 60px;
	margin-bottom: 100px;
}
.column6 .indexSlider ul {
	height: 100%;
}
.column6 .indexSlider li {
	width: 33.333%;
	float: left;
}
.column6 .indexSlider li:first-child, .column6 .indexSlider li:last-of-type {
	transform: scale(0.85);
}
.column6 .indexSlider .picBox{
	background: url(../images/picbg.png) no-repeat center center;
	background-size: cover;
	padding: 7px;
}
.column6 .indexSlider .pic:before {
	padding-top: 71.3333%;
}
.column6 .indexDesk {
	position: absolute;
	height: 195px;
	width: 100%;
	background: url(../images/indexDesk.png) center center no-repeat;
	bottom: 0;
	z-index: -1;
}
/*第六通栏结束*/
/* 右侧导航 start */
.rightBox {
	position: fixed;
	bottom: -330px;
	right: 20px;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 100;
}
.wqd-help-top {
    bottom: 40%;
}
.rightBox .rightMenu dd {
	margin-bottom: 5px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.rightBox .rightMenu dd:hover .ej {
	display: block;
}
.rightBox .rightMenu dd .yj a{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 4px;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.rightBox .rightMenu .yj .rightIcn1 {
	background: #fff url(../images/rightIcn1.png) center center no-repeat;
}
.rightBox .rightMenu .yj .rightIcn2 {
	background: #fff url(../images/rightIcn2.png) center center no-repeat;
}
.rightBox .rightMenu .yj .rightIcn3 {
	background: #fff url(../images/rightIcn3.png) center center no-repeat;
}
.rightBox .rightMenu .yj .rightIcn4 {
	background: #fff url(../images/rightIcn4.png) center center no-repeat;
}
.rightBox .rightMenu .yj .rightIcn5 {
	background: #fff url(../images/rightIcn5.png) center center no-repeat;
}
.rightBox .rightMenu .yj .rightIcn1:hover {
	background: #58372f url(../images/rightIcn1_h.png) center center no-repeat;
}
.rightBox .rightMenu .yj  .rightIcn2:hover {
	background: #58372f url(../images/rightIcn2_h.png) center center no-repeat;
}
.rightBox .rightMenu .yj  .rightIcn3:hover {
	background: #58372f url(../images/rightIcn3_h.png) center center no-repeat;
}
.rightBox .rightMenu .yj  .rightIcn4:hover {
	background: #58372f url(../images/rightIcn4_h.png) center center no-repeat;
}
.rightBox .rightMenu .yj  .rightIcn5:hover {
	background: #58372f url(../images/rightIcn5_h.png) center center no-repeat;
}
.rightBox .rightMenu dd .ej {
	position: absolute;
	top: 0;
	right: 70px;
	width: 150px;
	padding: 12px 20px 5px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
	display: none;
}
.rightBox .rightMenu dd .ej:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	bottom: 33px;
	left: 0;
}
.rightBox .rightMenu dd .floatImg {
    padding: 5px;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	top: -40%;
}
.rightBox .rightMenu dd .floatImg:before {
	display: none;
}
.rightBox .rightMenu dd .floatImg img{
	width: 110px;
	height: 110px;
}
.rightBox .rightMenu dd .ej:after {
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/ej_h.png);
	right: -10px;
	top: 22px;
}
.rightBox .rightMenu .ej .title {
	height: 24px;
	line-height: 24px;
	color: #858585;
	font-size: 14px;
}
.rightBox .rightMenu .ej .info {
	height: 27px;
	line-height: 27px;
	color: #58372f;
	font-size: 14px;
	margin-bottom: 12px;
	overflow: hidden;
}
.rightBox .rightMenu .ej .remark {
	height: 24px;
	line-height: 24px;
	color: #858585;
	font-size: 14px;
}
/* 右侧导航 end */
/*
********************************首页样式 end********************************
*/

/*
********************************内页框架 start********************************
*/
/*内页外结构开始*/
.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;
}
/*内页外结构结束*/
/*当前位置开始*/
.location1{
	height: 60px;
	background: #fff;
}
.locationDl1{
	text-align: center;
	font-size: 0;
	width: 100%;
}
.locationDl1 dd{
	display: inline-block;
}
.locationDl1 dd a{
	line-height: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.locationDl1 dd.hover a{
	background: #58372f;
	color: #fff;
}
.locationDl1 dd:hover a{
	background: #58372f;
	color: #fff;
}
.mainlocation{
	background: #fff;
	height: 60px;
	line-height: 60px;
}
.locationDl{
	font-size: 0;
	text-align: center;
}
.locationDl dd{
	width: 20%;
	display: inline-block;
	text-align: center;
}
.locationDl dd .sjBox{
	display: none;
}
.locationDl dd .con a{
	font-size: 16px;
	color: #333333;
	display: block;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.locationDl dd.hover{
	background: #333;
}
.locationDl .locaColor1:hover .con a{
	background: #1276be;
	color: #fff;
}
.locationDl .locaColor1.hover .con a{
	background: #1276be;
	color: #fff;
}
.locationDl .locaColor2:hover .con a{
	background: #94b85d;
	color: #fff;
}
.locationDl .locaColor2.hover .con a{
	background: #94b85d;
	color: #fff;
}
.locationDl .locaColor3:hover .con a{
	background: #0a0657;
	color: #fff;
}
.locationDl .locaColor3.hover .con a{
	background: #0a0657;
	color: #fff;
}
.locationDl .locaColor4:hover .con a{
	background: #e9611e;
	color: #fff;
}
.locationDl .locaColor4.hover .con a{
	background: #e9611e;
	color: #fff;
}
.locationDl .locaColor5:hover .con a{
	background: #41200d;
	color: #fff;
}
.locationDl .locaColor5.hover .con a{
	background: #41200d;
	color: #fff;
}
.locationSj{
	width: 100%;
}
.locationSj.show{
	visibility: visible;
}
.locationSj .sanjiBox{
	width: 405px;
	margin: 20px auto;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	font-size: 0;
}
.sanjiBox .sjTitle{
	display: inline-block;
	width: 33.3333%;
}
.sanjiBox .sjTitle:first-child{
	text-align: left;
}
.sanjiBox .sjTitle:last-child{
	text-align: right;
}
.sanjiBox .sjTitle a{
	font-size: 16px;
	color: #333333;
	position: relative;
}
.locationSj .sanjiBox .sjTitle a:before{
	width: 0;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #1276be;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.locationSj .sanjiBox .locaColor2 a:before{
	background: #94b85d;
}
.locationSj .sanjiBox .locaColor3 a:before{
	background: #0a0657;
}
.locationSj .sanjiBox .locaColor4 a:before{
	background: #e9611e;
}
.locationSj .sanjiBox .locaColor5 a:before{
	background: #41200d;
}
.locationSj .sanjiBox .sjTitle.hover a:before{
	width: 100%;
}
.locationSj .sanjiBox .sjTitle:hover a:before{
	width: 100%;
}
.locationSj .sanjiBox .locaColor1.hover a{
	color: #1276be;
}
.locationSj .sanjiBox .locaColor1:hover a{
	color: #1276be;
}
.locationSj .sanjiBox .locaColor2.hover a{
	color: #94b85d;
}
.locationSj .sanjiBox .locaColor2:hover a{
	color: #94b85d;
}
.locationSj .sanjiBox .locaColor3.hover a{
	color: #0a0657;
}
.locationSj .sanjiBox .locaColor3:hover a{
	color: #0a0657;
}
.locationSj .sanjiBox .locaColor4.hover a{
	color: #e9611e;
}
.locationSj .sanjiBox .locaColor4:hover a{
	color: #e9611e;
}
.locationSj .sanjiBox .locaColor5.hover a{
	color: #41200d;
}
.locationSj .sanjiBox .locaColor5:hover a{
	color: #41200d;
}
/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:7px 13px;color:#666666;border-radius:3px;background: #fff; margin: 0 3px;border: 1px solid #dddddd;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #58372f;color: #fff;}
.page a.hover{background: #58372f;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/

.indexBgTc{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 360px;
	z-index: 201;
	opacity: 1;
	visibility: visible;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.indexBgTc .bgTClose{
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: 0;
	background: url(../images/bgTClose1.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.indexBgTc .bgTcCon{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.indexBgTc .bgTcCon a{
	display: block;
	height: 100%;
}
.indexBgTc.show{
	visibility: hidden;
	opacity: 0;
}
/*
********************************内页框架 end********************************
*/

