body { margin:0; padding:0; font:14px '微软雅黑'; line-height:25px; background:#eee; color:#666666;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal;}
a { text-decoration:none; cursor:pointer; }
a:hover { text-decoration:none; }
img { border:none; }
input:focus{outline: none;}
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px '微软雅黑'; }
table { border-collapse:collapse; }
body,html {width: 100%;height: 100%;min-width: 1240px}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
/*分页*/
.page{line-height:25px;margin-top:40px;margin-bottom:40px;font-size:14px;text-align:center;}
.page div{display: inline-block;}
.page a {
    color: #666;
    padding: 2px 7px;
    margin: 5px;
    border:1px solid #ddd;
    background-color: #fff;
}
.page .current {
    color: #fff;
    padding: 2px 7px;
    margin: 5px;
    border:1px solid #7C1A63;
    background-color: #7C1A63;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 0 25px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .sousuo{
	display: flex;
}
.nav_list{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.nav_list .nav_item{
	width: 100%;
	height: 100%;
	position: relative;
}
.nav_list .nav_item a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #7C1A63;
	color: #fff;
	font-size: 16px;
}
.nav_list .nav_item a .sanjiao{
	margin-left: 5px;
}
.nav_list .nav_item a:hover{
	/*font-weight: bold;*/
	color: #f6a202;
}
.nav_list .nav_item a.hover{
	/*font-weight: bold;*/
	color: #f6a202;
}
.nav_list .nav_item .erji{
	min-width: 100%;
	padding:10px 10px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	position: absolute;
	top: 50px;
	left: 0;
	margin:auto;
	z-index: 99;
	display: none;
}
.nav_list .nav_item:hover .erji{
	display: block;
}
.nav_list .nav_item .erji a{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #444;
	border-bottom: 1px dashed #ddd;
	display: block;
	background-color: #fff;
}
.nav_list .nav_item .erji a:hover{
	font-weight: normal;
	color: #7C1A63;
}
.nav_list .nav_item .erji a.hover{
	font-weight: normal;
	color: #7C1A63;
}
.banner{
	width: 100%;
	height: 320px;
}
.swiper-container1 {
  width: 100%;
  height: 100%;
}
.swiper-container1 .swiper-wrapper .swiper-slide{
	background-position: center;
	background-size: 1200px 320px;
	background-repeat: no-repeat;
}
.swiper-container1 .swiper-button-next,.swiper-container1 .swiper-button-prev{
	width: 44px!important;
	height: 66px!important;
	background: rgba(0, 0, 0, 0.31)!important;
}
.swiper-container1 .swiper-button-prev,.swiper-container1 .swiper-container-rtl .swiper-button-next{
	left: 0!important;
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/left.png")!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}
.swiper-container1 .swiper-button-next,.swiper-container1 .swiper-container-rtl .swiper-button-prev{
	right: 0!important;
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/right.png")!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content:''!important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content:''!important;
}
.swiper-button-next, .swiper-button-prev{
	top: calc(50% - 33px)!important;
}
.swiper-container2{
	width: 100%;
	height: 100%;
}
.swiper-container2 .swiper-wrapper .swiper-slide{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-container2 .swiper-wrapper .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-container2 .swiper-pagination{
	text-align: right;
	bottom: 0!important;
}
.swiper-container2 .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container2 .swiper-pagination-bullet-active{
	background-color: #FDB145;
}
.neirong{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 25px;
}
.menu_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.menu_title .title{
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.menu_title .more{
	font-size: 12px;
	color: #aaa;
}
.neirong .box1{
	width: 100%;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.neirong .box1 .left{
	width: 810px;
}
.neirong .box1 .left .news{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.neirong .box1 .left .news .news_pic_list{
	width: 340px;
	height: 255px;
}
.neirong .box1 .left .news .news_list{
	width: 445px;
}
.neirong .box1 .left .news .news_list ul{
	width: 100%;
}
.neirong .box1 .left .news .news_list ul li{
	width: 100%;
	height: 41px;
	border-bottom: 1px dashed #ddd;
}
.neirong .box1 .left .news .news_list ul li .c{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.neirong .box1 .left .news .news_list ul li .c a{
	width: 350px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.neirong .box1 .left .news .news_list ul li .c .time{
	width: 100px;
	font-size: 14px;
	color: #666;
	text-align: right;
}
.neirong .box1 .left .news .news_list ul li:hover .c *{
	color: #7C1A63;
}
.neirong .box1 .right{
	width: 315px;
}
.neirong .box1 .right .zhongxin_list{
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 12px;
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images//bj1.png");
	background-size: cover;
	background-repeat: no-repeat;
	
}
.neirong .box1 .right .zhongxin_list a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding-left: 70px;
	box-sizing: border-box;
	background-position: 25px center;
	background-repeat: no-repeat;
}
.neirong .box1 .right .zhongxin_list:nth-child(1) a{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/tb1.png");
}
.neirong .box1 .right .zhongxin_list:nth-child(2) a{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/tb2.png");
}
.neirong .box1 .right .zhongxin_list:nth-child(3) a{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/tb3.png");
}
.neirong .box1 .right .zhongxin_list:nth-child(4) a{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/tb4.png");
}
.neirong .box1 .right .zhongxin_list:nth-child(5) a{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/tb5.png");
}
.neirong .box2{
	width: 100%;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.neirong .box2 .left{
	width: 580px;
}
.neirong .box2 .right{
	width: 545px;
}
.neirong .box2 .left .news_list{
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #ddd;
	box-sizing: border-box;
}
.neirong .box2 .left .news_list:first-child{
	height: 29px;
	padding-bottom: 15px;
}
.neirong .box2 .left .news_list .c{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.neirong .box2 .left .news_list .c:hover *{
	color: #7C1A63;
}
.neirong .box2 .left .news_list .time{
	width: 90px;
	color: #666;
	font-size: 14px;
}
.neirong .box2 .left .news_list .title{
	width: 480px;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.neirong .box2 .left .news_list .title a{
	color: #666;
}
.neirong .box2 .left .news_list .t1{
	color: #2762c3!important;
}
.neirong .box2 .left .news_list .t2{
	color: #de4a17!important;
}
.neirong .box2 .left .news_list .t3{
	color: #319892!important;
}
.neirong .box2 .right .news_list{
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}
.neirong .box2 .right .news_list:last-child{
	margin-bottom: 0;
}
.neirong .box2 .right .news_list .c{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.neirong .box2 .right .news_list .c .time{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e0e0e0;
}
.neirong .box2 .right .news_list .c .time .year{
	font-size: 12px;
	color: #444;
}
.neirong .box2 .right .news_list .c .time .md{
	font-size: 14px;
	color: #444;
	font-weight: bold;
}
.neirong .box2 .right .news_list .c:hover .time *{
	color: #7C1A63;
}
.neirong .box2 .right .news_list .c .title{
	width: 475px;
	height: 100%;
	background-color: #ededed;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
}
.neirong .box2 .right .news_list .c .title a{
	width: 100%;
	font-size: 14px;
	color: #444;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.neirong .box2 .right .news_list .c:hover .title a{
	color: #7C1A63;
}
.link{
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link .link_list{
	width: 190px;
	height: 80px;
}
.link .link_list a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.link .link_list a .pic{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #802358;
	background-position: center;
	background-repeat: no-repeat;
}
.link .link_list a .pic.p1{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/b1.png");
}
.link .link_list a .pic.p2{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/b2.png");
}
.link .link_list a .pic.p3{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/b3.png");
}
.link .link_list a .pic.p4{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/b4.png");
}
.link .link_list a .pic.p5{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/b5.png");
}
.link .link_list a .title{
	width: calc(100% - 80px);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.footer{
	width: 100%;
	height: 50px;
	background-color: #802358;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
}
.bread{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 0;
	padding-bottom: 20px;
	line-height: 15px;
}
.bread a{
	font-size: 14px;
	color: #666;
}
.bread a.hover{
	color: #666;
}
.nlr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.nav_left{
	width: 220px;
	margin-right: 25px;
}
.nav_right{
	width: calc(100% - 245px);
}
.nav_left .nav_title{
	width: 100%;
	height: 35px;
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/pic2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 35px;
}
.nav_left .erji_list{
	width: 100%;
	border:1px solid #ddd;
	border-top: 0;
	background-color: #f5f5f5;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.nav_left .erji_list .item_er{
	width: 100%;
	min-height: 49px;
	display: flex;
	border-bottom: 1px dashed #ddd;
	justify-content: flex-start;
	align-items: center;
}
.nav_left .erji_list .item_er:last-child{
	border-bottom: 0;
}
.nav_left .erji_list .item_er .title{
	width: 100%;
	min-height: 30px;
	box-sizing: border-box;
	padding-left: 48px;
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/sanjiao2.png");
	background-repeat: no-repeat;
	background-position: 15px center;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #888;
}
.nav_left .erji_list .item_er:hover .title{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/sanjiao2h.png");
	background-color: #f6a202;
	color: #fff;
}
.nav_left .erji_list .item_er.hover .title{
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/sanjiao2h.png");
	background-color: #f6a202;
	color: #fff;
}
.nav_left .san_list{
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	display: none;
	margin-top:10px;
}
.nav_left .san_list.hover{
	display: flex;
}
.nav_left .san_list .item_san{
	width: 100%;
	padding-left: 35px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.nav_left .san_list .item_san .title{
	width: 100%;
	font-size: 14px;
	color: #666;
}
.nav_left .san_list .item_san:hover .title{
	color: #802358;
}
.nav_left .san_list .item_san.hover .title{
	color: #802358;
}
.nav_left .news_list{
	width: 100%;
	border:1px solid #ddd;
	border-top: 0;
	background-color: #f5f5f5;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.nav_left .news_list a{
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 13px;
	color: #888;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_left .news_list a:hover {
	color: #802358;
}
.nav_left .contact_list{
	width: 100%;
	border:1px solid #ddd;
	border-top: 0;
	background-color: #f5f5f5;
	padding: 15px 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.nav_left .contact_list .clist{
	width: 100%;
	min-height: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.nav_left .contact_list .clist .pic{
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav_left .contact_list .clist .title{
	width: 42px;
	height: 25px;
	font-size: 14px;
	color: #555;
	line-height: 25px;
}
.nav_left .contact_list .clist .content{
	width: calc(100% - 67px);
	line-height: 25px;
	font-size: 14px;
	color: #555;
}
.nav_right .list_title{
	width: 100%;
	height: 35px;
	background-color: #f4f4f4;
}
.nav_right .list_title .title{
	min-width: 120px;
	height: 35px;
	background-image: url("/_vivi/source/aHR0cHM6Ly9ucmNiLm5hbmthaS5lZHUuY24/_upload/tpl/03/2f/815/template815/images/pic2.jpg");
	background-position: 0 center;
	background-size: auto 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding:0 20px;
	font-size: 16px;
	color: #fff;
}
.nav_right .news_list{
	width: 100%;
}
.nav_right .news_list a.item{
	width: 100%;
	height: 55px;
	border-bottom: 1px dashed #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_right .news_list a.item .title{
	width: calc(100% - 130px);
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav_right .news_list a.item .title span{
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}
.nav_right .news_list a.item .time{
	width: 90px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 5px;
	font-size: 14px;
	color: #888;
}
.nav_right .news_list a.item:hover .title span{
	color: #802358;
}
.nav_right .news_list a.item:hover .time{
	color: #802358;
}
.nav_right .news_view{
	width: 100%;
	margin-top: 25px;
}
.nav_right .news_view .ntitle{
	width: 100%;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	text-align: center;
}
.nav_right .news_view .ninfo{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #888;
}
.nav_right .news_view .ncontent{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.nav_right .news_view .ncontent image{
	max-width: 100%;
}
.nav_right .news_view .ncontent video{
	max-width: 100%;
}
.nav_right .news_list2{
	width: 100%;
}
.nav_right .news_list2 .item{
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
	padding: 15px 35px;
	background-color: #ebebeb;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #444;
	margin-bottom: 25px;
}
.nav_right .news_list2 .item:hover{
	color: #802358;
}
.nav_right .news_list2 .item:first-child{
	margin-top: 30px;
}
.nav_right .map{
	width: 100%;
	height: 350px;
	margin-top: 30px;
}
.nav_right .jsml_table{
	width: 100%;
	margin-top: 30px;
}
.nav_right .jsml_table .jsml {
	width: 100%;
	/* border:1px solid #ddd; */
}
.nav_right .jsml_table .jsml td{
	border:1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	color: #666;
}
.nav_right .jsml_table .jsml tr.head{
	background-color: #f5f5f5;
}
.nav_right .jsml_table .jsml td.center{
	text-align: center;
}
.nav_right .zxns_table{
	width: 100%;
	margin-top: 30px;
}
.nav_right .zxns_table .zxns{
	width: 100%;
}
.nav_right .zxns_table .zxns td{
	padding: 10px 15px;
	background-color: #efefef;
}
.nav_right .zxns_table .zxns td.click{
	cursor: pointer;
}
.nav_right .zxns_table .zxns td.center{
	text-align: center;
}
.nav_right .zxns_table .zxns tr.head td{
	font-size: 14px;
	color: #fff;
	background-color: #802358;
}
.nav_right .zxns_table .zxns tr.info{
	border-bottom: 1px solid #fff;
}
.nav_right .zxns_table .zxns tr.info td{
	background-color: #fff;
	padding: 0;
}
.nav_right .zxns_table .zxns tr.info td .p1{
	font-size: 14px;
	color: #666;
}
.nav_right .zxns_table .zxns tr.info td .p2{
	font-size: 16px;
	color: #1d2024;
	font-weight: bold;
}
.nav_right .zxns_table .zxns tr.info td div{
	display: none;
	padding: 10px 15px;
}
.nav_right .zxld{
	width: 100%;
	margin-top: 30px;
}
.nav_right .zxld .p1{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
}
.nav_right .zxld .p2{
	font-size: 14px;
	color: #666;
	min-height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #efedf0;
}
.nav_right .zxld .p3{
	padding: 15px 0;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.nav_right .zxld .hr{
	/* margin-top: 30px; */
	border-color: #ddd;
	margin-bottom: 30px;
}
.nav_right .zzjg{
	width: 100%;
	margin-top: 30px;
	height: 700px;
	position: relative;
}
.nav_right .zzjg .heng{
	position: absolute;
	height: 60px;
	box-sizing: border-box;
	padding: 20px;
	min-width: 180px;
	font-size: 16px;
	color: #444;
	background-color: #eee;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
.nav_right .zzjg .heng.hover{
	background-color: #f6a202;
	color: #fff;
}
.nav_right .zzjg .shu{
	position: absolute;
	width: 70px;
	padding: 20px 28px;
	box-sizing: border-box;
	background-color: #eee;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #444;
	z-index: 3;
	line-height: 20px;
}
.nav_right .zzjg .gujia{
	position: absolute;
	top: 27px;
	left: 193px;
}