@charset "UTF-8";
em{
	font-style: italic;
	font-weight: inherit;
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
}

@font-face {
font-family: 'Poppins-Regular';
src: url('Poppins-Regular.eot');
src: local('Poppins-Regular'),
local('Poppins-Regular'),
url('Poppins-Regular.woff') format('woff'),
url('Poppins-Regular.ttf') format('truetype'),
url('Poppins-Regular.svg#Poppins-Regular') format('svg');
}
img {
	max-width: 100%;
}

.clear {
	clear: both;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/Open-Sans-2.ttf");
	font-weight: normal;
	font-style: normal;
}

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #333;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
/* head */
.row{
	width: 100%;
	max-width: 1170px;
	margin:0 auto;
}
.menus{
	width: 100%;
	background: #ffffff;
	margin: 0 auto;
	padding: 34px 0 28px 0;
	position: relative;
	transition: all .5s ease;
	z-index: 999;
	height: 99px;
}
.menus.fixedbg{
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
}
.menus .Logo{
	left: 50%;
	margin-left: -89px;
	top: 0px;
	position: absolute;
}
.menus .Logo img{
	
}
.WebLink.FL{
	height: 100%;
	float: left;
	padding-top: 0px;
	margin-left: 15%;
}
.WebLink.FR{
	height: 100%;
	float: right;
	padding-top: 0px;
	margin-right: 15%;
}
.WebLink li{
	float: left;
	position: relative;
}
.WebLink li a{
	position: relative;
}
.WebLink li a::after{
	border-right: 1px solid #cdcdcc;
	height: 100%;
	position: absolute;
	content: "";
	display: block;
	right: 0;
    top: 0;
}
.WebLink.FL li:last-child a::after{
	display: none;
}
.WebLink.FR li:last-child a::after{
	display: none;
}
.WebLink li > a{
	font-size: 17px;
	color: #333333;
	padding: 0px 30px;
	line-height: 17px;
	display: block;
	text-align: center;
}
.WebLink li > a span{
	font-family: arial;
	font-size: 11px;
	color: #777777;
	display: block;
	text-align: center;
	line-height: 11px;
	padding-top: 8px;
}
.WebLink li:hover, .WebLink li.on{
	
}
.WebLink li:hover > a, .WebLink li.on > a{
	color:#552729;
}
.WebLink li:hover > a span, .WebLink li.on > a span{
	color:#552729;
}
/*index*/
.indexBanner{
	width: 100%;
}
#banner1{
	width: 100%;
}
#bannerbp{
	bottom: 50px;
}
#bannerbp .swiper-pagination-bullet-active{
	background: #fff !important;
	opacity: 1 !important;
	position: relative;
}
#bannerbp .swiper-pagination-bullet-active::after{
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 50%;
	left: -110%;
	top: -110%;
}
#bannerbp .swiper-pagination-bullet{
	background: #fff !important;
	opacity: 0.5;
	margin: 0 10px;
}
/*indexAbout*/
.indexAbout{
	width: 100%;
	overflow: hidden;
	background:url(../images/aboutfair.png) no-repeat;
	background-size: cover;
	position: relative;
	height: 1074px;
    z-index: 99;	
}
.iAbout_L{
	float: left;
	width: 47.8125%;
	padding-top: 127px;
}
.iAbout_L_pic{
	margin-left: 25.5179%;
	float: left;
}
.iAbout_L_txt{
	float: right;
	font-family: system;
	font-size: 26px;
	color: #000;
	writing-mode:vertical-rl;
	padding-top: 56px;
}
.iAbout_R{
	width: 52.1875%;
	float: right;
	background: url(../images/wfn.png) no-repeat right 27.9% top 272px;
	padding-top: 179px;
	height: 633px;
    padding-left: 26px;	
}
.iAbout_R_sub{
	font-family: 思源黑体;
	font-size:15px;
	writing-mode:vertical-rl;
	line-height: 40px;
	float: left;
}
.iAbout_R_sub.pc{display: block;}
.iAbout_R_sub.mb{display: none;}
.iAbout_R_sub span{
	border-left: 1px solid #e5e4e4 ;
	padding-left: 10px;
}
.iAbout_R_tit{
	float: left;
	position: relative;
	padding-top: 107px;
}
.iAbout_R_tit .font1{
	font-family: 思源黑体;
	font-size: 80px;
	padding-left: 69px;
	line-height: 80px;
}
.iAbout_R_tit .font2{
	font-family: 思源黑体;
	font-size: 72px;
	line-height: 72px;
	padding-left: 92px;
}
.iAbout_R_tit .font3{
	font-family: 思源黑体;
	font-size: 100px;
	line-height:100px;
	padding-left: 34px;
}
.iAbout_R_tit .font4{
	font-family: 思源黑体;
	font-size: 76px;
	line-height:76px;	
	padding-left: 114px;
}
.iAbout_R_tit .iAbout_R_fair{
	position: absolute;
	background: url(../images/234.png) no-repeat;
	width: 278px;
	height: 42px;
	top: 446px;
	left: -56px;
}
/*indexProduct*/
.indexProduct{
	width: 100%;
	padding: 337px 0 0 0;
	background: url(../images/productbg.png) no-repeat;
	background-size: cover;
    height: 1254px;
	position: relative;
	margin-top: -441px;
}
.indexProduct::after{
	position: absolute;
	content: "";
	background: url(../images/kaorou.png) no-repeat;
	background-size: cover;
	width: 454px;
	height: 432px;
	right: 107px;
	top: 250px;
}
.indexProduct_mod{
	width: 100%;
	padding-bottom: 20px;
    overflow: hidden;	
}
.iProduct_part{
	position: relative;
	float: left;
	padding-left: 387px;
	width: 100%;
	width: 49.9479%;
}
.iProduct_part_title{
	width: 100%;
	position: relative;
}
.iProduct_part_title::before{
	position: absolute;
	content: "";
	display: block;
	background:url(../images/yellowround.png) no-repeat left top;
	width: 20px;
	height: 20px;
}
.iProduct_part_title .font1{
	font-family: 思源黑体;
	font-size: 100px;
	color: #fff;
	line-height: 100px;
	position: absolute;
	left: 27px;
	top: 21px;
}
.iProduct_part_title .font2{
	font-family: 思源黑体;
	font-size: 80px;
	color: #fff;
	line-height: 80px;
	position: absolute;
	left: 135px;
	top: 59px;
}
.iProduct_part_title .font3{
	font-family: 思源黑体;
	font-size: 90px;
	color: #fff;
	line-height: 90px;
	position: absolute;
	left: 213px;
	top: 51px;
}
.iProduct_part_title .font4{
	font-family: 思源黑体;
	font-size: 80px;
	color: #fff;
	line-height: 80px;
	position: absolute;
	left: 303px;
	top: 31px;
}
.iProduct_part_sub{
	width: 100%;
	margin-top: 165px;
	padding-left: 106px;
	position: relative;
}
.iProduct_part_sub::after{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/wave.png) no-repeat;
	width: 65px;
	height: 28px;
	right: 163px;
	top: 8px;
}
.iProduct_part_sub span{
	color: #cda757;
	font-size:26px;
	position: relative;
	padding: 0 13px;
}
.iProduct_part_sub span::after{
	display: block;
	position: absolute;
	content: "";
	border: 2px solid #cda757;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	left: 6%;
    top: -16%;
}
.iProduct_tel{
	width: 50.052%;
	float: left;
	padding-left: 81px;
}
.iProduct_tel_list{
	background:url(../images/wordbox.png) no-repeat 0px 0px;
	font-family: arial;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	width: 256px;
	height: 119px;
	padding-top: 34px;
}
.iProduct_tel_list span{
	display: block;
	font-size:16px;
	line-height: 16px;
	text-align: center;
	font-family: 微软雅黑;
	padding-top: 12px;
}
.indexProduct_info{
	width: 100%;
	padding:58px 0 0 0;
	position: relative;
	z-index: 2;
}
.iProduct_item{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#iproductn{
	background: url(../images/pron.png) no-repeat;
	position: absolute;
	right: 289px;
	top: 234px;
	width: 26px;
	height: 50px;
	margin-top: 0;
}
#iproductp{
	background: url(../images/prop.png) no-repeat;
	position: absolute;
	left: 289px;
	top: 234px;
	width: 26px;
	height: 50px;
	margin-top: 0;
}
#iproductp .box{
	overflow: hidden;
}
#iproductp .box img{
	transform: scale(1);
	transition: all .5s ease;
}
#iproductp .box:hover img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.box{
	width: 100%;
	position: relative;
}
.box span{
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 32px;
	width: 100%;
	top: 52px;
	z-index: 999;
	display: block;
}
.iproduct_more{
	width:275px;
	margin: 0 auto;
	border-top: 1px solid #766a65;
	border-bottom: 1px solid #766a65;
	margin-top:66px;
	padding: 15px 0;
}
.iproduct_more a{
	text-align: center;
	font-size:20px;
	color: #fff;
	background: url(../images/arrow-right.png) no-repeat right 60px center;
	display: block;
	transition: all .5s ease;
}
.iproduct_more a:hover{
	padding-right: 40px;
	background: url(../images/arrow-right.png) no-repeat right 80px center;
	transition: all .5s ease;
}
/*Advantage*/
.indexAdvantage{
	width: 100%;
}
.iAdvan_title{
	width: 100%;
}
.iAdvan_title_tit{
	width: 100%;
	text-align: center;
	/*max-width: 556px;*/
	margin: 0 auto;
	overflow: hidden;
}
.iAdvan_title_tit_h1{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #1e1e1e;
}
.iAdvan_title_tit_h1 h1{
	vertical-align: text-bottom;
	position: relative;
	font-size: 80px;
	line-height: 80px;
	padding-right: 23px;
	display: inline-block;
}
.iAdvan_title_tit_h1 h1::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/yellowround.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 0;
	left: -26px;
}
.iAdvan_title_tit_h1 span{
	border-left: 2px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	padding-right: 23px;
	display: inline-block;
    padding-left: 20px;	
}
.iAdvan_title_tit_h1 span .tit1{
	font-size: 50px;
	line-height: 50px;
}
.iAdvan_title_tit_h1 span .tit2{
	font-size: 18px;
	line-height: 18px;
	padding-top: 12px;
	color: #1a0901;
	display: inline-block;
	text-align: center;
    vertical-align: bottom;	
}
.iAdvan_title_sub{
	width: 100%;
	text-align: center;
	position: relative;
	color: #555555;
	font-size: 16px;
	margin-top: 26px;
}
.iAdvan_title_sub::after{
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	background: rgba(0,0,0,0.2);
    width: 40%;
    top: 13px;
	right: 0;
}
.iAdvan_title_sub::before{
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	background: rgba(0,0,0,0.2);
    width: 40%;
    top: 13px;	
	left: 0;
}
.iAdvan_info{
	width: 100%;
	margin: 0 auto;
	margin-top: 52px;
	position: relative;
	overflow: hidden;
}
.iAdvan_info::after{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/advantageimg1.png) no-repeat;
	left: 50%;
	top: 0;
	margin-left: -240px;
	width: 480px;
	height: 445px;
}
.iAdvan_info_left{
	width: 40.1041%;
	float: left;
	position: relative;	
}
.iAdvan_info_right{
	float: right;
	width: 38.8645%;
	position: relative;
}
.iAdvan_info_left_list{
	width: 100%;
	overflow: hidden;
}
.left_item{
	width: 389px;
	overflow: hidden;
}
.left_item:first-child{
	margin-left: 360px;
	margin-top: 35px;
}
.left_item:nth-child(2){
	margin-left: 320px;
	margin-top: 35px;
}
.left_item:nth-child(3){
	margin-left: 360px;
	margin-top: 35px;
}
.left_item:nth-child(4){
	margin-left: 380px;
	margin-top: 35px;}
.left_item .num{
	float: left;
	color: #92746a;
	font-size: 30px;
	font-style: italic;
	background: url(../images/round1.png) no-repeat;
	width: 73px;
	height: 86px;
	padding-left: 14px;
    padding-top: 21px;
}
.left_item .txt{
	float: left;
	width: 81.234%;
	padding-left: 3.5%;
	font-size: 15px;
	line-height: 24px;
	padding-top: 15px;
}
.left_item:first-child .txt{
	padding-top: 6px;
}
.iAdvan_info_right_list{
	width: 100%;
	overflow: hidden;
}
.right_item{
	width: 389px;
	overflow: hidden;
}
.right_item:first-child{
	margin-left: 83px;
	margin-top: 32px;
}
.right_item:nth-child(2){
	margin-left: 60px;
	margin-top: 35px;
}
.right_item:nth-child(3){
	margin-left: 37px;
	margin-top: 35px;
}
.right_item:nth-child(4){
	margin-left: 0px;
	margin-top: 35px;
}
.right_item .num{
	float: right;
	color: #92746a;
	font-size: 30px;
	font-style: italic;
	background: url(../images/round1.png) no-repeat;
	width: 73px;
	height: 86px;
	padding-left: 14px;
	padding-top: 21px;
}
.right_item .txt{
	float: right;
    width: 81.234%;
    padding-right: 3.5%;
    font-size: 15px;
    line-height: 24px;
    padding-top: 15px;
}
.iAdvan_list{
	width: 100%;
	padding-top: 57px;
	display: flex;
	justify-content:center;
	align-items: center
}
.iAdvan_list_more{
	background: url(../images/round2.png) no-repeat;
	width: 90px;
	height: 90px;
	text-align: center;
}
.iAdvan_list_more a{
	font-size: 18px;
	color: #1a0901;
	line-height: 26px;
    display: block;
    padding-top: 19px;	
}
.iAdvan_list_tel{
	padding-left: 18px;
	text-align: center;
	line-height: 50px;
}
.iAdvan_list_tel h1{
	font-family: arial;
	font-style: italic;
	font-size:36px;
	line-height: 36px;
	color: #2d1a14;
	padding-top: 14px;
}
.iAdvan_list_tel span{
	font-size:16px;
	line-height: 16px;
	color: #532628;
}

/*Study*/
.indexStudy{
	width: 100%;
	background: url(../images/woodbg.png) no-repeat;
	margin: 0 auto;
	padding-top: 128px;
	padding-bottom: 126px;
	background-size: cover;
}
.iAdvan_title_tit_h1.white{
	color: #fff;
}
.iAdvan_title_tit_h1.white span{
	border-left: 2px solid #fff;
    border-right: 1px solid #fff;	
}
.iAdvan_title_tit_h1.white span .tit2{
	color: #fff;
}
.iAdvan_title_sub.white{
	color: #fff;
}
.iAdvan_title_sub.white::before{
	background: rgba(255,255,255,0.2);
}
.iAdvan_title_sub.white::after{
	background: rgba(255,255,255,0.2);
}
.iStudy_list{
	width: 100%;
	padding-top: 90px;
	position: relative;
}
.iStudy_list_item{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}	
#istudy .swiper-slide .pic{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 14px;
	border: 2px dashed #b28850;
	position: relative;
}
#istudy .swiper-slide .pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
#istudy .swiper-slide:hover .pic img{
	width: 100%;
	transform: scale(1.1);
	transition: all .5s ease;
}
#istudy .swiper-slide .pic::after{
	position: absolute;
	content: "";
	display: block;
	background: #5a4028;
	width: 96%;
	height: 131px;
	bottom: 6px;
	left: 0;
	margin: 0 2%;
	z-index: -1;
}
#istudyp{
	background: url(../images/prop.png) no-repeat;
    position: absolute;
    left: 289px;
    top: 234px;
    width: 26px;
    height: 50px;
    margin-top: 0;
}
#istudyn{
	background: url(../images/pron.png) no-repeat;
    position: absolute;
    right: 289px;
    top: 234px;
    width: 26px;
    height: 50px;
    margin-top: 0;
}
.iAdvan_list_more.white{
	background: url(../images/round2w.png) no-repeat;
}
.iAdvan_list_more.white a{
	color: #fff;
}
.iAdvan_list_tel.white h1{
	color: #fff;
}
.iAdvan_list_tel.white span{
	color: #fff;
}
/*Video*/
.indexVideo{
	width: 100%;
    background: url(../images/videobg.png) no-repeat;
    margin: 0 auto;
    padding-top: 119px;
    padding-bottom: 0px;
	position: relative;
	margin-top: -49px;
	z-index: -1;
}
.iVideo_info{
	width: 100%;
	padding-top: 55px;
}
#ivideo .swiper-slide span{
	font-size: 18px;
	color: #333;
	text-align: center;
	float: left;
	width: 100%;
}
#ivideo .swiper-slide video{
	/*object-fit: cover;*/
	height: 328px;
	background: #000;
}
#ivideo .swiper-slide video::-webkit-media-controls-fullscreen-button{
	display: none;
}
#ivideobar{
	position: relative;
	height: 11px;
	width: 100%;
	left: 0;
	margin-top: 45px;
}
#ivideobar .swiper-scrollbar-drag{
	background: rgba(85,39,41,1);
}
.iAdvan_list.video{
	padding-top: 39px;
}
/*Join*/
.indexJoin{
	width: 100%;
	background: url(../images/woodbg.png) no-repeat;
    margin: 0 auto;
    padding-top: 128px;
    padding-bottom: 126px;
}
.iJoin_info{
	width: 100%;
	padding-top: 75px;
}
#ijoin{}
.iJoin_item{
	
}
.iJoin_item .pic{
	overflow: hidden;
}
.iJoin_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.iJoin_item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.iJoin_item .txt{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	border-bottom: 1px solid #6f615c;
}
#joinbp{
	position: relative;
	margin-top: 20px;
	bottom: 0;
}
#joinbp .swiper-pagination-bullet{
	background: #fff !important;
	opacity: 0.6 !important;
	width: 12px;
	height: 12px;
	margin: 0 8px;
}
#joinbp .swiper-pagination-bullet-active{
	background: #fff !important;
	opacity: 1 !important;
}
/*News*/
.indexNews{
	width: 100%;
    background: url(../images/videobg.png) no-repeat;
    margin: 0 auto;
    padding-top: 119px;
    padding-bottom: 0px;
    position: relative;
    margin-top: -49px;
    z-index: -1;	
}
.iNews_info{
	width: 100%;
	padding-top: 58px;
}
.iNews_info_left{
	width: 67.0833%;
	float: left;
}
#inews{
	
}
.inews_item{
	width: 100%;
	
}
.inews_item .pic{
	overflow: hidden;
}
.inews_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.inews_item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.inews_item .txt{
	width:100%;
	padding: 23px 19px 25px 0;
	border-bottom:1px solid #e6e6e6;
}
.inews_item .txt .tit{
	font-size: 20px;
	color: #1a0901;
	line-height: 20px;	
}
.inews_item:hover .txt .tit{
	color: #552729;
	transition: all .5s ease;
}
.inews_item .txt .sub{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	padding-top: 17px;
	height: 95px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#inewsbp{
	position: relative;
	bottom: 0;
	margin-top: 20px;
}
#inewsbp .swiper-pagination-bullet{
	background: #e3e2e2 !important;
	opacity: 0.6 !important;
	width: 12px;
	height: 12px;
	margin: 0 8px;
}
#inewsbp .swiper-pagination-bullet-active{
	background: #552729 !important;
	opacity: 1 !important;
}
.iNews_info_right{
	float: right;
}
.iNews_info_right_list{
	background: url(../images/jiameng.png) no-repeat;
	width: 334px;
	height: 490px;
}
.right_list-title{
	font-size: 32px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	padding-top: 78px;
}
#test{
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-top: 20px;
    float: left;
	padding: 0 61px;
}
#test1 , #test2{
    width: 100%;
    overflow: hidden;
}
.test1_list{
	width: 100%;
}
.test1_list ul li{
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	color: #555;
	font-size: 15px;
	
}
/*foot*/
.foot{
	width: 100%;
	background:#140a04;
	overflow: hidden;
	padding:62px 0 0 0;
}
.foot_list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 74px;
}
.foot_list_left{
	float: left;
	width: 41.666%;
	border-left:1px solid #2c231e;
	padding-left: 28px;
	padding-right: 30px;
	min-height: 330px;
}
.foot_list_left h3{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 22px;
}
.foot_list_left ul li{
	color:#fff;
	font-size: 15px;
	line-height: 36px;
}
.foot_list_left ul li a{
	color: #c9af90;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

.copyright{
	width: 100%;
	background: #140a04;
	color: rgba(255,255,255,0.7);
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #2c231e;
}
.foot_list_middle{
	width: 32%;
	float: left;
	border-left: 1px solid #2c231e;
	padding-left: 27px;
	min-height: 330px;
}
.foot_list_middle h3{
	font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 22px;
}
.tc-inner{
	margin-top: 31px;
	width: 100%;
}
.tc-inner input[type="text"]{
	width: 100%;
	height: 40px;
	border:1px solid #8a8582;
	border-radius: 10px;
	outline: none;
	text-indent: 17px;
	font-size: 15px;
	color: #fff;
	margin-bottom:11px;
	background: rgba(255,255,255,0);
	padding-left: 0px;
}
.tc-inner textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 124px;
    text-indent: 17px;
    padding-top: 5px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #8a8582;
    background: rgba(255,255,255,0);
    line-height: 25px;
    border-radius: 10px;
}
.tc-inner .down{
	display: block;
	width: 87px;
	border:1px solid #552729;
	line-height: 36px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	margin: 11px auto 0;
	background: #552729;
	float: left;
}
.foot_list_right{
	float: right;
	width: 26.0833%;
}
.foot_list_right .ewm{
	width: 100%;
	/*text-align: right;*/
	padding-left: 50px;
	padding-top: 55px;
}
.foot_list_right .ewm img{
	float: left;
}
.foot_list_right .ewm img:first-child{
	padding-right: 10px;
}
.foot_list_right .ewm span{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 13px;
	padding-bottom: 27px;
	overflow: hidden;
}
.foot_list_right .foot-share{
	clear: both;
	float: right;
}
.foot-share .bdsharebuttonbox a {
	margin: 0 0 0 9px;
	padding: 0;
	width: 25px;
	height: 25px;
}
.foot-share .bdsharebuttonbox a.bds_douban {
	background: url(../images/douban2.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_douban:hover {
	background: url(../images/douban1.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_weixin {
	background: url(../images/wechat2.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_weixin:hover {
	background: url(../images/wechat1.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_tsina {
	background: url(../images/weibo2.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_tsina:hover {
	background: url(../images/weibo1.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_qzone {
	background: url(../images/qqzone2.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_qzone:hover {
	background: url(../images/qqzone1.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_sqq {
	background: url(../images/qq2.png) no-repeat left top;
}
.foot-share .bdsharebuttonbox a.bds_sqq:hover {
	background: url(../images/qq1.png) no-repeat left top;
}
.copyright{
	border-top: 1px solid  rgba(255,255,255,0.1);
	background: #140a04;
	line-height: 60px;
}
.copyright_left{
	float: left;
}
.copyright_right{
	float: right;
}
.copyright a{
	color: rgba(255,255,255,0.7);
}
/*Nyabout*/
.Nyabout{
	width: 100%;
	margin:0 auto;
	position: absolute;
	top: 0;
	padding-top: 143px;
}
.nAbout_inner{
	padding-left: 31px;
	top: 0;
	width: 43%;
	
}
.nAbout_title{
	font-size: 56px;
	color: #fff;
}
.nAbout_title span{
	font-size: 32px;
	position: relative;
}
.nAbout_title span::before{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/zhiwu.png);
	top: -57px;
	left: -7px;
	width: 74px;
	height: 53px;
}
.nAbout_entit{
	font-size: 26px;
	line-height: 26px;
	color: rgba(255,255,255,0.5);
	font-family: arial;
}
.nAbout_info{
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	padding-top: 60px;
}
.nAbout_tel{
	background: #552729;
	font-size: 28px;
	font-family: arial;
	display: block;
	width: 242px;
	border-radius: 6px;
	text-align: center;
	color: #fff !important;
	padding: 8px 0;
	margin-top: 49px;
}
.nAbout_tel span{
	display: block;
	font-size: 15px;
	color: #fff;
}
.NyVideo{
	width: 100%;
	background: url(../images/nyvideobg.jpg) no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-top: 43px;
	position: relative;
	padding-bottom: 90px;
}
.nVideo_title{
	font-size: 56px;
	color: #333333;
	text-align: center;
}
.nVideo_title span{
    font-size: 32px;
    position: relative;	
}
.nVideo_title span::before{
    position: absolute;
    content: "";
    display: block;
    background: url(../images/movie.png) no-repeat;
    top: -44px;
    left: 8px;
    width: 55px;
    height: 46px;
}
.nVideo_entit{
	font-size: 26px;
    line-height: 26px;
	text-align: center;
    color: rgba(49,28,21,0.6);
    font-family: arial;
}
.NyHonor{
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 40px 0 80px 0;
}
.nHonor_title{
	font-size: 48px;
    color: #333333;
    line-height: 48px;
    text-align: center;
}
.nHonor_title span{
	font-size: 36px;
	color: #333333;
}
.nHonor_entit{
	font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: rgba(49,28,21,0.6);
    padding-top: 10px;	
    font-family: arial;
}
.nhonro_info {
	padding-top: 40px;
}
#nyhonor .swiper-slide .pic{
	overflow: hidden;
}
#nyhonor .swiper-slide .pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
#nyhonor .swiper-slide:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.Nyproduct{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/nyproductbg.jpg) repeat-y;
	padding: 52px 0 66px 0;
	text-align: center;
}
.nProduct_title{
	width: 100%;
	
	text-align: center;
	font-size: 36px;
	line-height: 52px;
	color: #333;
}
.nProduct_title span{
	position: relative;
}
.nProduct_title span::before{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/prodtitleft.png) no-repeat;
	width: 106px;
	height: 36px;
	left: -83%;
	top: 7px;
}
.nProduct_title span::after{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/prodtitright.png) no-repeat;
	width: 106px;
	height: 36px;
	right: -83%;
	top: 7px;
}
.nProduct_info{
	width: 100%;
	padding-top: 68px;
	overflow: hidden;
	text-align: center;
}
.nProduct_info ul{
	overflow: hidden;
}
.nypro{
	margin-bottom: 33px;
}
.nypro.hide-wrap{
	display: none;
}
.nypro .item{
	width: 100%;
	position: relative;
}
.nypro .item .pic{
	overflow: hidden;
}
.nypro .item .pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.nypro .item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.nypro .item .txt{
	position: absolute;
	top: 0;
	left:0px;
}
.nypro .item .txt span{
	position: relative;
	font-size: 28px;
	line-height: 28px;
	color: #fcfcfc;
	margin-top: 58px;
	margin-left: 66px;
	display: block;
}
.nypro .item .txt span::before{
	position: absolute;
	content: "";
	display: block;
	background:url(../images/protitlogo.png) no-repeat;
	width: 24px;
	height: 21px;
	top: -14px;
	left: -26px;
}
.nypro .item .txt span::after{
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #565656;
	bottom: -24px;
}
.more-btn-wrap{
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
    display: inline-block;
}
.more-btn-wrap a{
	background: #684028;
	font-size: 16px;
	color: #fff;
	border: 1px solid #684028;
	line-height: 48px;
	display: block;
	padding: 0 65px ;
	border-radius: 30px;
	transition: all .5s ease;
}
.more-btn-wrap a:hover{
	background: #fff;
	color: #684028;
	transition: all .5s ease;	
}
/*subdh*/
.subdh{
	width: 100%;
	line-height: 58px;
	border-bottom: 1px solid #f2f2f2;
}
.subdh-left{
	width: 25%;
	float: left;
	font-size: 26px;
	color: #333;
}
.subdh-right{
	float: right;
	line-height: ;
}
.subdh-right a{
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	float: left;
}
.subdh-right a:hover , .subdh-right a.on{
	color: #fff;
	background:#684028;
	
}
/*join*/
.Nyjoin{
	width: 100%;
	margin: 0 auto;
	padding-top: 62px;
}
.nJoin_list{
	width: 100%;
	overflow: hidden;
    margin-bottom: 11px;	
}
.nJoin_left{
	width: 67.1666%;
	float: left;
	overflow: hidden;
}
.nJoin_left img{
	transform: scale(1);
	transition: all .5s ease;
}
.nJoin_left:hover img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.nJoin_right{
	width: 32.8333%;
	float: left;
	background: #694028 url(../images/joinbg.png) no-repeat right;
	padding: 64px 79px;
}
.nJoin_right_info{
	font-size: 36px;
	color: #fff;
	font-family: "times new roman";
	padding-bottom: 4px;
}
.nJoin_right_info span{
	float: left;
	display: block;
	font-size: 18px;
	color: #fff;
    width: 100%;
    text-align: center;	
	background: url(../images/tel.png) no-repeat center top;
	padding-top: 72px;
    padding-bottom: 10px;	
}
.nJoin_info{
	background: url(../images/joinbigbg.jpg) no-repeat;
	background-size: cover;
	padding-left: 82px;
	padding-right: 82px;
	height: 808px;
}
.nJoin_info_title{
	font-size: 56px;
	color: #fff;
	padding: 40px 0 0 0;
	margin-bottom: 56px;
}
.nJoin_info_title span{
	font-size: 32px;
	position: relative;
}
.nJoin_info_title span::before{
	position: absolute;
    content: "";
    display: block;
    background: url(../images/lvye.png) no-repeat;
    top: -35px;
    left: -2px;
    width: 48px;
    height: 32px;
}
.nJoin_info_left{
	float: left;
	display: block;
}
.nJoin_info_left.pc{
	display: block;
}
.nJoin_info_left.mb{
	display: none;
}
.nJoin_info_left ul li{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 52px;
    overflow: hidden;	
}
.nJoin_info_left ul li h1{
	font-family: arial;
	font-size: 36px;
	color: #fff;
	float: left;
	padding-right: 8px;	
}
.nJoin_info_left ul li span{
	float: left;
	font-size: 14px;
}
.nJoin_info_left ul li:nth-child(1) span{
	padding-top: 9px;
}
.nJoin_info_left ul li:nth-child(4) span{
	padding-top: 9px;
}
.nJoin_info_right{
	float: right;
	display: block;
}
.nJoin_info_right.pc{
	display: block;
}
.nJoin_info_right.mb{
	display: none;
}
.nJoin_info_right ul li{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 52px;
    overflow: hidden;	
}
.nJoin_info_right ul li h1{
	font-family: arial;
	font-size: 36px;
	color: #fff;
	float: right;
	padding-right: 8px;	
}
.nJoin_info_right ul li span{
	float: right;
	text-align: right;
	padding-right: 12px;
	font-size: 14px;
}
.Nyjiamengys{
	width: 100%;
	margin: 0 auto;
	padding: 43px 0 0 0;
}
.Nyjiamengys_title{
	font-size: 48px;
	color: #333333;
	line-height: 48px;
	text-align: center;
}
.Nyjiamengys_title span{
	font-size: 36px;
	color: #333333;
}
.Nyjiamengys_info{
	width: 100%;
	margin:0 auto;
	padding-top: 40px;
	position: relative;
}
.Nyjiamengys_info::after{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/ys.png) no-repeat;
	width: 454px;
	height: 452px;
	left: 50%;
	margin-left: -227px;
	top: 25px;
}
.Nyjiamengys_list{
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 18px;
}
.Nyjiamengys_list_left{
	width: 50%;
	float: left;
}
.njll_tit{
	font-size: 22px;
	color: #fff;
	background: #684028 url(../images/quan1.png) no-repeat left 24px center;
	line-height: 46px;
	padding-left: 46px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.njll_sub{
	width: 338px;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	padding-top: 15px;
	padding-left: 4px;	
}
.Nyjiamengys_list:first-child{
	width: 85.3333%;
}
.Nyjiamengys_list:nth-child(3){
	width: 85.3333%;
}
.Nyjiamengys_list:nth-child(4){
	width: 76.1666%;
}
.Nyjiamengys_list_right{
	width: 50%;
	float: left;
	text-align: right;
}
.njlr_tit{
	font-size: 22px;
	color: #fff;
	background: #684028 url(../images/quan1.png) no-repeat right 24px center;
	line-height: 46px;
	padding-right: 46px;
	text-align: right;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.njlr_sub{
	width: 287px;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	padding-top: 15px;
	padding-right: 4px;	
	float: right;
}
.Nyjiamengys_list:nth-child(3) .njll_sub{
	width: 328px;
	padding-left: 0px;
}
.Nyjiamengys_list:nth-child(4) .njlr_sub{
	width: 382px;
}
.Nyjiamengzc{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
.Nyjiamengzc_info{
	width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
.Nyjiamengsq{
	width: 100%;
	background: #f5f5f5;
	padding: 46px 0 44px 0;
}
.Nyjiamengsq_title{
	font-size: 48px;
    color: #333333;
    line-height: 48px;
    text-align: center;	
}
.Nyjiamengsq_title span{
    font-size: 36px;
    color: #333333;	
}
.Nyjiamengsq_sub{
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #555;
    padding-top: 23px;	
}
.Nyjiamengsq_form{
	width: 100%;
	padding-top: 48px;
	text-align: center;	
}
.Nyjiamengsq_form input[type="text"]{
	line-height: 49px;
	border: 1px solid #d2cece;
	outline: none;
	text-indent: 17px;
	color: #666;
	font-size: 15px;
	width: 48%;
	float: left;
	margin-bottom: 11px;
	padding: 0;
}
.Nyjiamengsq_form .dxk:nth-child(2), .Nyjiamengsq_form .dxk:nth-child(4){
	margin-left: 4%;
}
.Nyjiamengsq_form textarea{
	min-width: 100%;
	max-width: 100%;
    min-height: 184px;
    text-indent: 17px;
    padding-top: 15px;
    font-size: 15px;
    color: #666;
    border: 1px solid #d2cece;
    line-height: 25px;
}
.Nyjiamengsq_form .down{
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #684028;
	display: inline-block;
	width: 204px;
	border-radius: 4px;
	margin-top: 35px;
    line-height: 50px;	
}
.Nyjiamengdp{
	width: 100%;
	padding: 42px 0 74px 0;
	text-align: center;
}
.Nyjiamengdp_title{
	font-size: 48px;
    color: #333333;
    line-height: 48px;
    text-align: center;
}
.Nyjiamengdp_title span{
	font-size: 36px;
    color: #333333;
}
.Nyjiamengdp_sub{
	text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #555;
    padding-top: 23px;	
}
.Nyjiamengdp_info{
	width: 100%;
	padding-top: 59px;
	text-align: center;
	overflow: hidden;
}
.Nyjiamengdp_info ul{
	overflow: hidden;
}
.Nyjiamengdp_info .nyjoin{
	margin-bottom: 48px;
}
.nyjoin.hide-wrap{
	display: none;
}
.nyjoin .item .pic{
	overflow: hidden;
}
.nyjoin .item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.nyjoin:hover .item .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.nyjoin .item .txt{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 58px;
	border-bottom: 1px solid #f5f5f5;
	color:#333333;
	font-size: 16px;
	transition: all .5s ease;
}
.nyjoin:hover .item .txt{
	color:#552729;
	transition: all .5s ease;
}
/*Nynews*/
.Nynews{
	width: 100%;
	overflow: hidden;
	padding: 62px 0 86px 0;
}
.nNews_list{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.nNews_item{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.nNews_item.hide-wrap{
	display: none;
}
.nNews_item:nth-child(2n+1){
	background: #f1f1f1;
}
.nNews_item .pic{
	width: 26.8333%;
	float: left;
	overflow: hidden;
}
.nNews_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.nNews_item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.nNews_item .txt{
	width: 73.1666%;
	float: left;
	padding-left:3.166%;
	padding-right: 2.4166%;
}
.nNews_item:hover .txt .toppart .title{
	color: #552729;
	transition: all .5s ease;
}
.txt .toppart{
	width: 100%;
	padding-top: 23px;
	overflow: hidden;
}
.txt .toppart .title{
	float: left;
	font-size:18px;
	line-height: 18px;
	color: #333333;
}
.txt .toppart .time{
	float: right;
	font-family: arial;
	font-size: 15px;
	line-height: 15px;
	color: #52311d;
}
.txt .subtitle{
	font-size: 15px;
	line-height: 26px;
	color: #666666;
	margin-top: 22px;
	text-align: left;
}
.txt .learnmore{
	display: block;
	font-size: 15px;
	color: #684028;
	border: 1px solid #684028;
	line-height: 33px;
	margin-top: 23px;
	width: 99px;
	text-align: center;
	transition: all .5s ease;	
}
.nNews_item:hover .txt .learnmore{
	color: #fff;
	background: #684028;
	transition: all .5s ease;
}
.NynewsDe{
	width: 100%;
	overflow: hidden;
	padding-top:49px;
}
.nNewsDe_title{
	font-size: 28px;
	color: #684028;
	line-height: 38px;
}
.nNewsDe_sub{
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	padding:20px 0 23px 0;
	border-bottom: 1px solid #eeeded;
}
.nNewsDe_info{
	width: 100%;
	padding-top: 25px;
	min-height: 400px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eeeded;
}
.prev_next{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 28px;
    overflow: hidden;
}
.prev_next_left{
	float: left;
}
.prev_next_left .FL{
	display: block;
}
.prev_next_left .FR{
	display: block;
}
.prev_next_right{
	float: right;
}
.prev_next_right a{
	color: #fff;
	display: block;
	background:#684028;
	width: 170px;
	line-height: 50px;
	border-radius: 40px;
	text-align: center;
}
/*Nystudy*/
.Nystudy{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 47px 0 44px 0;
}
.Nystudy_title{
	font-size: 42px;
	line-height: 42px;
	color: #333333;
	text-align: center;
}
.Nystudy_info{
	width: 100%;
	overflow: hidden;
	padding-top: 54px;
}
.Nystudy_info ul{
	overflow: hidden;
}
.nystudy{
	margin-bottom: 31px;
	padding-left: 21px;
	padding-right: 21px;
}
.nystudy.hide-wrap{
	display: none;
}
.nystudy .pic{
	overflow: hidden;
}
.nystudy .pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.nystudy:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.nystudy .txt{
	width: 100%;
	line-height: 51px;
	background: #eeeeee;
	color: #333333;
	font-size: 15px;
	text-align: center;
	transition: all .5s ease;	
}
.nystudy:hover .txt{
	background: #552729;
	color: #fff;
	transition: all .5s ease;
}
/*Nycyzd*/
.Nycyzd{
	width:100%;
	padding: 59px 0 75px 0;
}
.Nycyzd_title{
    font-size: 42px;
    line-height: 42px;
    color: #333333;
    text-align: center;	
}
.Nycyzd_info{
	width: 100%;
	padding-top: 50px;
}
.Nycyzd_info_form{
	width: 100%;
	overflow: hidden;
}
.cyzdform{
	width: 99%;
}
.cyzdform.pc{
	display: block;
}
.cyzdform.mobile{
	display: none;
}
.cyzdform thead{
	background: #684027;
}
.cyzdform thead tr{
    line-height: 72px;
    height: 72px;
}
.cyzdform thead tr td{
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	padding-left: 29px;
    padding-right: 20px;	
}
.cyzdform thead tr td:last-child{
	border-right: none;
}
.cyzdform tbody{
	
}
.cyzdform tbody tr{
	line-height: 74px;
	height: 74px;
	border-right: 1px solid #dcdcdc;
}
.cyzdform tbody tr td{
	border: 1px solid #dcdcdc;
	text-align: center;
	word-break: break-all;
}
.Nycyzd_info_list{
	width: 100%;
	padding-top: 0px;
    min-height: 530px;	
}
.Nycyzd_info_list_left{
	float: left;
	width: 50%;
	padding-right: 12px;
}
.zil_title{
	font-size: 20px;
	line-height: 26px;
	color: #684027;
	margin-top: 53px;
	margin-bottom: 33px;
}
.zil_sub{
	font-size: 15px;
	line-height: 26px;
	color: #555;
}
.zil_sub span{
	font-size: 18px;
	font-family: arial;
	color: #684027;
}
.Nycyzd_info_list_right{
	float: left;
	width: 50%;
	padding-left: 4.92%;
}
.info_list_right_pic{
	padding-top: 121px;
	position: relative;
}
.info_list_right_pic .pic1{
	position: absolute;
	padding-top: 89px;
	left: 216px;
}
/*Nycontact*/
.Nycontact{
	width: 100%;
	padding: 52px 0 105px 0;
	text-align: center;
	overflow: hidden;
}
.Nycontact_title{
	font-size: 42px;
	line-height: 42px;
	color: #333333;
	
}
.Nycontact_sub{
	font-size: 15px;
	line-height: 15px;
	color:#666666;
	padding-top: 20px;
}
.Nycontact_info{
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.Nycontact_info_xpz{
	width: 100%;
	background: #552729;
	overflow: hidden;
}
.Nycontact_info_xpz ul li{
	float: left;
	width: 33.3%;
	border-right: 1px solid #7a5658;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	height: 119px;
	margin: 30px 0 28px 0;
}
.Nycontact_info_xpz ul li.dz{
	background:url(../images/add.png) no-repeat center 12px;
	padding-top: 70px;
}
.Nycontact_info_xpz ul li.tel{
	background:url(../images/tel2.png) no-repeat center 2px;
	padding-top: 59px;
}
.Nycontact_info_xpz ul li.yx{
	background:url(../images/email.png) no-repeat center 17px;
	padding-top: 73px;
	border-right: none;
}
.Nycontact_info_xpz ul li a{
	color: #fff;
}
.Nycontact_info_xpz ul li a span{
	color: #c9af90;
	font-size: 18px;
}
.Nycontact_info_maps{
	width: 100%;
}




/* MB - PC */
.PC {
	display: block;
}

.MB {
	display: none;
}

/*page*/
.Page {
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 40px;
}
.disabled{ border:1px solid #d8d8d8; padding: 4px 4px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #552729;

}
.Page a{ border:1px solid #efefef; padding: 5px 10px; font-size:12px; color:#3c3c3c;background: #fff;margin: 0 0px;  }
.Page a.sy{color:#e6483c !important;}
.current{ background:#552729; padding:5px 10px; color:#fff; border:1px solid #efefef;font-size:12px;}
.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #552729;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #552729;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(85, 39, 41, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(85, 39, 41, 0.3);
	background-color: rgba(85, 39, 41, 0.3);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(85, 39, 41, 0.3);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(85, 39, 41, 0.3);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
