@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

/* top satrt */
.top1{
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #000000;
}
.top1Box{
	overflow: hidden;
}
.top1R{
	overflow: hidden;
	font-size: 30px;
	color: #000000;
}
.top1R i{
	display: inline-block;	
	background: url(../images/topicon2.png) no-repeat center center;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;	
}
.top1L{
	font-size: 14px;
	color: #6e6e6e;
	overflow: hidden;
}
.top1L i{
	display: inline-block;	
	background: url(../images/topicon1.png) no-repeat center center;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;	
}
.top1L span{
	margin-left: 55px;
}
.top2{
	height: 60px;
	box-sizing: 0 2px 5px 1px rgba(0,0,0,0.1);
}
.logo{
	margin-top: 0px;
}
.logo img{
	height:60px;
}
.menuDl dd{
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.menuDl dd .yj a{
	font-size: 22px;
	color: #3e3e3e;
	padding: 0 20px;
	display: block;
}
.menuDl dd.hover .yj a {
	background-image: linear-gradient(to right,#fff110,#ffd800);
	color: #000000;
}
/* top end */

/* 右侧导航 start */
.rightBox {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 100;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.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;
	padding-top: 18px;
	width: 88px;
	height: 70px;
	background: #f5f5f5;
	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;
}
.rightMenu dd .yj a .text{
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 30px;
}
.rightMenu dd .yj a .ricon{
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.rightMenu .dd1 .ricon{
	background: url(../images/flicon1.png) no-repeat center center;
	background-size: contain;
}
.rightMenu .dd2 .ricon{
	background: url(../images/flicon2.png) no-repeat center center;
	background-size: contain;
}
.rightMenu .dd3 .ricon{
	background: url(../images/flicon3.png) no-repeat center center;
	background-size: contain;
}
.rightMenu .dd4 .ricon{
	background: url(../images/flicon4.png) no-repeat center center;
	background-size: contain;
}
.rightMenu .dd5 .ricon{
	background: url(../images/flicon5.png) no-repeat center center;
	background-size: contain;
}
.rightBox .rightMenu dd .yj a:hover{
	background: #fff110;
}
.rightBox .rightMenu dd .yj a:hover .text{
	color: #000000;
}
.rightBox .rightMenu .dd1 a:hover .ricon{
	background: url(../images/flicon1h.png) no-repeat center center;
	background-size: contain;
}
.rightBox .rightMenu .dd2 a:hover .ricon{
	background: url(../images/flicon2h.png) no-repeat center center;
	background-size: contain;
}
.rightBox .rightMenu .dd3 a:hover .ricon{
	background: url(../images/flicon3h.png) no-repeat center center;
	background-size: contain;
}
.rightBox .rightMenu .dd4 a:hover .ricon{
	background: url(../images/flicon4h.png) no-repeat center center;
	background-size: contain;
}
.rightBox .rightMenu .dd5 a:hover .ricon{
	background: url(../images/flicon5h.png) no-repeat center center;
	background-size: contain;
}
.rightBox .rightMenu dd .ej {
	position: absolute;
	top: 0;
	right: 100px;
	width: 90px;
	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 .floatImg {
    padding: 5px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	top: -40%;
}
.rightBox .rightMenu dd .floatImg img{
	width: 80px;
	height: 80px;
}
.rightBox .rightMenu dd .ej:after {
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/ej_h.png);
	right: -10px;
	margin-top: -5px;
	top: 50%;
}
/* 右侧导航 end */

/*indexBanner start*/
.indexBanner{ 
	overflow: hidden; 
	width: 100%;
	position: relative;
}
.indexBanner .bd{
	height: 100%;
}
.indexBanner .bd a .indexBg{
	height: 650px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.indexBanner .slick-dots{ 
	position: absolute; 
	bottom: 36px; 
	width: 100%; 
	text-align: center;
}
.indexBanner .slick-dots li{ 
	width: 58px; 
	height: 8px;
	line-height: 9999px; 
	text-align: center; 
	background: #d9d8d8; 
	display: inline-block; 
	margin: 0 13px; 
	cursor: pointer;
}
.indexBanner .slick-dots li.slick-active{
	background: #fff110;
}
/*indexBanner end*/

/* footer start */
.footer1{
	background: #000;
	padding: 46px 0 8px;
	border-bottom: 1px solid #ffffff;
}
.footerLogo a{
	display: block;
}
.footerLogo a img{
	height: 116px;
}
.footMenu{
	margin: 0 55px;
	position: relative;
}
.footMenu:before{
	display: block;
	content: '';
	height: 20px;
	width: 1px;
	background: #efefef;
	position: absolute;
	right: -55px;
	top: 5px;
}
.footer1 .footMenu:last-child:before{
	display: none;
}
.footMenu a{
	color: #fff;
}
.footMenu dt{
	margin-bottom: 16px;
}
.footMenu dt a{
	font-size: 18px;
}
.footMenu dd a{
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.footer1R{
	overflow: hidden;
	margin-right: -52px;
	margin-top: 10px;
}
.footer1R dd{
	float: left;
	display: inline;
	width: 65px;
	margin-right: 52px;
}
.footer1R dd .pic:before{
	padding-top: 100%;
}
.footer1R dd .text{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
}
.footer2{
	font-size: 14px;
	color: #b7b7b7;
	background: #000;
	line-height: 75px;
}
.footerL3 span{
	font-size: 20px;
	font-weight: bold;
}
.footerL3 a{
	color: #fff;
}
.footerL3 a:hover{
	color: #999;
}
.footerPic{
	background: url(../images/pic.gif) no-repeat center center;
	width: 50px;
	height: 12px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 2px;
}
/* footer end */

/*
********************************首页样式 start********************************
*/
/* 第1通栏 start */
.column1{
	margin-top: 20px;
	height: 345px;
	background: #628760;
	overflow: hidden;
}
.column1 .column1Pic{
	height: 476px;
	width: 100%;
}
.column1 .column1Pic img{
	height: 100%;
	width: 100%;
	display: block;
}
/* 第1通栏 end */

/* 第2通栏 start */
.indexTitle{
	text-align: center;
}
.indexTitle .title1{
	font-size: 40px;
	color: #474747;
	line-height: 60px;
}
.indexTitle .title2{
	font-size: 15px;
	color: #cacaca;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 14px;
	position: relative;
}
.indexTitle .title2:before{
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	display: block;
	content: '';
}
.indexTitle .title3{
	font-size: 15px;
	color: #6f6f6f;
	line-height: 70px;
}
.column2{
	background: #fff;
	padding-top: 42px;
	padding-bottom: 40px;
}
.column2DlT{
	padding-top: 4px;
	text-align: center;
	font-size: 0;
	width: 100%;
	margin-bottom: 40px;
}
.column2DlT dd{
	display: inline-block;
	margin: 0 20px;
}

.column2DlT dd a{
	font-size: 16px;
	color: #474747;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cbcbcb;
}

.column2DlT a:hover{
	color: #bf935c;
	border-color: #bf935c;
	border-radius: 30px;
}

.column2DlC{
	overflow: hidden;
	margin-right: -12px;
}
.column2DlC dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 12px;
}
.column2DlC dd a{
	display: block;
	margin-right: 12px;
}
.column2DlC dd .pic:before{
	padding-top: 62.7551%;
}
.column2DlC dd .text{
	padding: 0 10px;
	overflow: hidden;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #1e1e1e;
	background: #e8e8e8;
}
.column2DlC dd .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column2DlC dd .num{
	margin-left: 10px;
}
.column2DlC dd a:hover .text{
	background: linear-gradient(to right,#fff110,#ffd800);
	background: -webkit-linear-gradient(left,#fff110,#ffd800);
	color: #000000;
}
.indexMore{
	text-align: center;
	padding-top: 28px;
}
.indexMore a{
	display: inline-block;
	padding: 0 102px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #7d7d7d;
	font-size: 20px;
	color: #1e1e1e;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.indexMore a:hover{
	color: #000000;
	border-color: #000000;
	border-radius: 30px;
}
/* 第2通栏 end */

/* 第3通栏 start */
.column3{
	background: #f1f1f1;
	padding-top: 40px;
	padding-bottom: 32px;
}
.column3L{
	width: 680px;
	margin-right: 32px;
}
.column3C{
	padding-top: 20px;
}
.column3LDl dd{
	overflow: hidden;
	margin-bottom: 20px;
}
.column3LDl dd .pic{
	width: 200px;
	margin-right: 16px;
}
.column3LDl dd .text{
	overflow: hidden;
}
.column3LDl dd .text .title{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.column3LDl dd .text .title a{
	font-size: 16px;
	color: #333333;
}
.column3LDl dd .text .title a:hover{
	color: #ff443d;
}
.column3LDl dd .text .info{
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.column3LDl dd .text .time{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #bbbbbb;
}
.column3R{
	overflow: hidden;
}
.column3R .column3C .pic:before{
	padding-top: 56.0327%;
}
.column3RDl{
	padding-top: 6px;
}
.column3RDl dd{
	overflow: hidden;
	height: 45px;
	line-height: 45px;
}
.column3RDl dd .text{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column3RDl dd .text a{
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 16px;
}
.column3RDl dd .text a:hover{
	color: #ff443d;
}
.column3RDl dd .text a:before{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	background: url(../images/dlicon.png) no-repeat center center;
	width: 6px;
	height: 22px;
}
/* 第3通栏 end */

/* 第4通栏 start */
.column4{
	background: #fff;
	padding-bottom: 54px;
}
.column4Con{
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.column4Box{
	width: 77.9167%;
	height: 328px;
	background: rgba(255,255,255,0.7);
}
.column4Box .text{
	margin-left: 50px;
}
.column4Box .title{
	font-size: 75px;
	color: #121212;
	font-weight: bold;
	padding-top: 28px;
}
.column4Box .title1{
	font-size: 70px;
	line-height: 58px;
	color: #121212;
	font-weight: lighter;
	position: relative;
	display: inline-block;
	padding-bottom: 32px;
}
.column4Box .title1:before{
	border: 6px solid #050001;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
}
.column4Box .title2{
	font-size: 24px;
	line-height: 54px;
	color: #121212;
}
.column4Box .title3{
	font-size: 25px;
	line-height: 46px;
	height: 46px;
	color: #121212;
	overflow: hidden;
	display: inline-block;
	background: #ffe901;
	padding: 0 35px 0 50px;
}
.column4Dl{
	overflow: hidden;
	margin-right: -54px;
}
.column4Dl dd{
	width: 20%;
	float: left;
	display: inline;
	margin-bottom: 36px;
}
.column4Dl dd a{
	display: block;
	margin-right: 54px;
}
.column4Dl dd .picBox{
	border: 1px solid #585858;
	border-radius: 100%;
	padding: 4px;
	margin-bottom: 12px;
}
.column4Dl dd .pic{
	border-radius: 100%;
	overflow: hidden;
}
.column4Dl dd .pic img{
	object-position: top center !important;
}
.column4Dl dd .pic:before{
	padding-top: 100%;
}
.column4Dl dd .text{
	text-align: center;
}
.column4Dl dd .text .text1{
	font-size: 24px;
	color: #121212;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.column4Dl dd .text .text2{
	font-size: 20px;
	color: #7d7d7d;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.c4IndexMore a{
	margin: 0 85px;
}
/* 第4通栏 end */

/* 第5通栏 start */
.column5{
	height: 770px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.column5 .indexTitle .title1,.column5 .indexTitle .title2,.column5 .indexTitle .title3{
	color: #ffffff;
}
.column5Con{
	height: 455px;
	background: #fff;
	overflow: hidden;
}
.swiper-column5{
	padding-top: 20px;
	position: relative;
}
.swiper-column5 .swiper-scrollbar{
	position: absolute;
	left: 1%;
	bottom: -50px;
	z-index: 50;
	height: 3px;
	width: 100%;
	background: #c4c4c4;
	opacity: 1 !important;
	
}
.swiper-column5 .swiper-scrollbar-drag {
    width: 10% !important;
	height: 6px;
    position: relative;
	background: #fff110;
    border-radius: 10px;
    left: 0;
    top: -2px;
}
.swiper-column5 a{
	display: block;
	position: relative;
}
.swiper-column5 .pic:before{
	padding-top: 76.9417%;
}
.swiper-column5 a .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.swiper-column5 a .text1{
	font-size: 32px;
	color: #fff;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}
.swiper-column5 a .text2{
	font-size: 30px;
	font-weight: bold;
	color: #fef001;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}
/* 第5通栏 end */

/* 第6通栏 start */
.column6{
	overflow: hidden;
}
.column6Up{
	padding-top: 30px;
	padding-bottom: 36px;
	background: #fff;
	overflow: hidden;
}
.column6Title{
	text-align: center;
	margin-bottom: 32px;
}
.column6Title .title1{
	font-size: 40px;
	color: #474747;
	line-height: 60px;
}
.column6Title .title2{
	font-size: 15px;
	color: #cacaca;
	line-height: 30px;
}
.column6DlT{
	overflow: hidden;
	margin-right: -22px;
}
.column6DlT dd{
	width: 14.2857%;
	float: left;
	display: inline;
}
.column6DlT dd a{
	display: block;
	margin-right: 22px;
	border: 1px solid #000000;
	text-align: center;
	height: 93px;
	overflow: hidden;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.column6DlT dd a:hover{
	background: #fff110;
	border-color: #fff110;
}
.column6DlT dd .c6icon{
	float: left;
	width: 40px;
	height: 50px;
	margin-top: 23px;
	margin-left: 12px;
}
.column6DlT dd  .text{
	overflow: hidden;
	padding-top: 20px;
}
.column6DlT dd span{
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.column6DlT .dd1 .c6icon{
	background: url(../images/c6icon1.png) no-repeat center center;
	background-size: contain;
}
.column6DlT .dd2 .c6icon{
	background: url(../images/c6icon2.png) no-repeat center center;
	background-size: contain;
}
.column6DlT .dd3 .c6icon{
	background: url(../images/c6icon3.png) no-repeat center center;
	background-size: contain;
}
.column6DlT .dd4 .c6icon{
	background: url(../images/c6icon4.png) no-repeat center center;
	background-size: contain;
}
.column6DlT .dd5 .c6icon{
	background: url(../images/c6icon5.png) no-repeat center center;
	background-size: contain;
}
.column6DlT .dd6 .c6icon{
	background: url(../images/c6icon6.png) no-repeat center center;
	background-size: contain;
}
.column6DlT .dd7 .c6icon{
	background: url(../images/c6icon7.png) no-repeat center center;
	background-size: contain;
}
.column6Down{
	background: #f1f1f1;
	padding: 20px 0 30px 0;
}
.column6Pic{
	width: 720px;
	border: 12px solid #000000;
	margin-right: 20px;
	height: 475px;
}
.column6Pic .pic:before{
	padding-top: 65.2778%;
}
.column6Form{
	height: 495px;
	overflow: hidden;
	background: #ffffff;
}
.column6Form .title{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	padding-top: 22px;
	margin-bottom: 10px;
}
.column6Dl{
	margin: 0 24px;
}
.column6Dl dd{
	margin-bottom: 14px;
}
.column6Dl dd .input{
	border: 1px solid #c8c8c8;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.column6Dl dd .input input{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	color: #838383;
}
.column6Dl dd .input1 input{
	padding-right: 40px;
}
.column6Dl dd .input input::-webkit-input-placeholder{
	font-size: 16px;
	color: #838383;
}
.column6Dl dd .input span{
	position: absolute;
	display: block;
	font-size: 20px;
	color: #a2a2a2;
	right: 16px;
	top: 0;
	width: 20px;
	height: 48px;
}
.column6Down .column6Btn{
	text-align: center;
}
.column6Down .column6Btn a{
	font-weight: bold;
	font-size: 19px;
	color: #000000;
	border-radius: 50px;
	padding: 0 55px;
	display: inline-block;
	height: 54px;
	line-height: 54px;
	background: linear-gradient(to right,#fff110,#ffd800);
	background: -webkit-linear-gradient(left,#fff110,#ffd800);
}
.c6TextPs{
	text-align: center;
	font-size: 16px;
	color: #9b9b9b;
	line-height: 56px;
}
/* 第6通栏 end */

/* 第7通栏 statrt */
.column7{
	background: #fff;
	padding-top: 36px;
	overflow: hidden;
}
.column7Dl{
	overflow: hidden;
	margin-right: -15px;
}
.column7Dl dd{
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 15px;
}
.column7Dl dd a{
	display: block;
	margin-right: 15px;
	position: relative;
}
.column7Dl dd .pic:before{
	padding-top: 54.0541%;
}
.column7Dl dd .text{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #313131;
	height: 42px;
	line-height: 42px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	background: rgba(255,255,255,0.7);
}
.column7Dl dd .text span{
	margin: 0 18px;
}
.column7Title{
	font-size: 50px;
	font-weight: bold;
	color: #000;
	padding: 20px 0;
	text-align: center;
	line-height: 98px;
}
.column7Dl2{
	overflow: hidden;
	margin: 0 -10px;
}
.column7Dl2 dd{
	width: 8.33333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.column7Dl2 dd a{
	display: block;
	margin: 0 10px;
	border: 1px solid #bababa;
}
.column7Dl2 dd .picBox{
	padding: 6px;
}
.column7Dl2 dd .pic:before{
	padding-top: 40.3226%;
}
.column7Dl2 dd .pic img {
    object-fit: contain;
}
/* 第7通栏 end */

/* 第8通栏 start */
.column8{
	padding-bottom: 44px;
}
.column8Up{
	height: 350px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 32px;
}
.column8Up a{
	display: block;
	padding-top: 68px;
	height: 100%;
}
.column8Up .pic{
	width: 498px;
	margin: 0 auto;
}
.column8Up .pic:before{
	padding-top: 42.9719%;
}
.column8Dl{
	overflow: hidden;
	margin-right: -16px;
}
.column8Dl dd{
	width: 25%;
	float: left;
	display: inline;
}
.column8Dl dd a{
	margin-right: 16px;
	display: block;
	position: relative;
}
.column8Dl dd .pic:before{
	padding-top: 65.9722%;
}
.column8Dl dd .text{
	width: 190px;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -44px;
	margin-left: -95px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
}
.column8Dl dd .text .text1{
	padding-top: 16px;
}
.column8Dl dd .text .text2 span{
	font-weight: bold;
}
/* 第8通栏 end */


/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subPage{
	background: #f5f5f5;
}
.subBanner{
	height: 305px;
	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;
}
/*内页外结构结束*/
/*当前位置开始*/
.location{
	height: 48px;
	line-height: 48px;
}
.locationL{
	overflow: hidden;
}
.locationL dd{
	float: left;
	display: inline;
}
.locationL dt{
	font-size: 16px;
	color: #737373;
	float: left;
	margin-right: 10px;
}
.locationL dd a{
	font-size: 16px;
	color: #737373;
	position: relative;
	margin-right: 24px;
}
.locationL dd a:before{
	background: url(../images/location.png) no-repeat center center;
	background-size: auto 14px;
	height: 20px;
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	right: -24px;
	width: 20px;
}
.locationL dd:last-child a:before{
	display: none;
}
.locationL dd.hover a{
	color: #000000;
}
.locationL dd a:hover{
	color: #000000;
}
.sjMenuBox{
	background: #ffffff;
	height: 84px;
	margin-bottom: 10px;
}
.sjMenuDl{
	text-align: center;
	font-size: 0;
}
.sjMenuDl dd{
	display: inline-block;
	margin: 0 32px;
	padding-top: 22px;
}
.sjMenuDl dd a{
	display: inline-block;
	padding: 0 40px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #1f1f1f;
	border: 1px solid #000000;
	position: relative;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	z-index: 1;
}
.sjMenuDl dd a:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-image: linear-gradient(to right,#fff110,#ffd800);
	background-image: -webkit-linear-gradient(left,#fff110,#ffd800);
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	z-index: -1;
}
.sjMenuDl dd a:hover{
	color: #fff;
}
.sjMenuDl dd a:hover:before{
	width: 100%;
}
.sjMenuDl dd.hover a{
	color: #000000;
}
.sjMenuDl dd.hover a:before{
	width: 100%;
}
/*当前位置结束*/

/*预约开始*/
.subscribe{
	margin-top: 15px;
	background: #fff;
	padding: 25px;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}
.subscribe .title{
	font-size: 28px;
	color: #191919;
	line-height: 55px;
}
.subscribe .title span{
	font-size: 20px;
}
.subscribeCon{
	overflow: hidden;
}
.subscribeBtn{
	width: 180px;
	height: 44px;
	line-height: 44px;
	background: #000000;
	text-align: center;
}
.subscribeBtn a{
	color: #fff;
	font-size: 24px;
	display: block;
}
.subscribeDl{
	overflow: hidden;
	margin-right: -18px;
}
.subscribeDl dd{
	float: left;
	margin-right: 18px;
}
.subscribeDl dd .input{
	border: 1px solid #bababa;
	height: 42px;
	line-height: 42px;
	position: relative;
	width: 274px;
}
.subscribeDl .dd1 .input{
	width: 136px;
}
.subscribeDl dd .input input{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	color: #c3c3c3;
}
.subscribeDl dd .input1 input{
	padding-right: 40px;
}
.subscribeDl dd .input input::-webkit-input-placeholder{
	font-size: 16px;
	color: #c3c3c3;
}
.subscribeDl dd .input span{
	position: absolute;
	display: block;
	font-size: 20px;
	color: #c3c3c3;
	right: 16px;
	top: 0;
	width: 20px;
	height: 42px;
}
/*预约结束*/

/*页码开始*/
.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: transparent; margin: 0 3px;border: 1px solid #afafaf;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #ff3f3f;color: #fff;}
.page a.hover{background: #ff3f3f;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.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.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.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
/*页码结束*/
/*内页框架结束*/