@charset "utf-8";
/* @font-face{
	font-family:'FZSYJWGB10';
	src:url(/fonts/FZSYJWGB10.ttf);
	font-weight:400;
	font-style:normal
	}*/
@font-face{
	font-family:fkai;
	src:url(/fonts/FZKT.ttf);
	font-weight:400;
	font-style:normal
	} 

/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;font-family:微软雅黑;}
*{font-family:微软雅黑;box-sizing: border-box;}
body{width:100%;font-family:微软雅黑;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

/*pc头部*/
.header{
	/*background: url(/images/nav_bg_41.png) no-repeat center;
	padding: 24px 0;*/
	/*background-size: cover;*/
}
.header1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.logo{
	float: left;
	width: 30%;
    height: 2.013vw;
    margin: -16px 0 0 0;
}
.phone{
	float: right;
}
.phone dl{
	overflow: hidden;
}
.phone dl dt{
	float: left;
	font-size: 0;
}
.phone dl dd{
	float: left;
	margin-left: 8px;
}
.phone dl dd h1{
	font-size: 14px;
	color: #f5d6d4;
	font-weight: normal;
}
.phone dl dd p{
	font-size: 18px;
	color: #ebac00;
}
.nav{
	background-color: #67201e;
}
.nav1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.nav1 ul{
	height: 49px;
}
.nav1 ul li{
	float: left;
	height: 49px;
	font-size: 14px;
	position: relative;
	width: 12%;
	padding: 17px 0;
	box-sizing: border-box;
}
.nav1 ul li>a{
	color: #ffffff;
	display: block;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 14px;
}
.nav1 ul li:first-child a{
	border-left: 0;
}
.header_41{
	width: 100%;
    height: 9.722vw;
    min-height: 105px;
    min-width: 1080px;
    /* background: url(/images/nav_bg_41.png); */
	background: url(/images/img1.png);
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    background-size: 100% 157px;
    -ms-flex-align: center;
    align-items: center;
}
.header_417{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}


.nav_41{
	float: right;
    font-family: fkai;
}
.nav_41 ul{
	float: left;
}
.nav_41 li{
	display: block;
	    color: #bd9191;
	    /* font-size: 20px; */
	    font-size: 16.5px;
	    float: left;
	    width: 60px;
	    padding: 0 15px 0 10px;
	    box-sizing: border-box;
	    position: relative;
	    cursor: pointer;
	    font-family: fkai;
}
.nav_41 .sympal a{
	color: #A02716;
    font-family: fkai;
}
.nav_41 .sympal:hover .nac_sub{
	display: block;
}
.nav_41 .sympal:after {
    position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #A02716;
        left: 0;
        top: 0;
        border-radius: 0;
}
.nav_41 .sympal:last-child:before {
    position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #A02716;
        right: 0;
        top: 0;
        border-radius: 0;
}

.nav_41 .active{
    /* padding: 0 11px 0 11px; */
}
.active{
	/* font-size: 26px !important; */
    color: #fff !important;
    /* margin: -7px 0 0; */
}
.nav_41 .active a{
	color: #fff !important;
}

.nav_41 .active:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 0;
}

.nac_sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 180%;
	background-color: #FFFFFF; 
	z-index: 963;
}
.nac_sub a{
	display: block;
	height: 36px !important;
	line-height: 36px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	border-bottom: 1px dashed #666666;
}
.nac_sub a:hover{
	background-color: #840902;
	color: #FFFFFF;
}
.nav1 ul li:hover .nac_sub{
	display: block;
}
.banner{
	font-size: 0;
}
.banner a{
	font-size: 0;
}

.swiper-pagination-bullet{
	background-color: rgba(211,211,211,0.45) !important;
}
.banner .swiper-pagination-bullet-active{
	background-color: #e7a304 !important;
}

.inner_bg{
	background: url(/images/index_bg.jpg) no-repeat center;
	padding: 50px 0 80px;
	font-size: 0;
	background-size: cover;
}
.about{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.title{
	background: url(/images/title_bg.png) no-repeat center;
	background-size: cover;
	margin: 0 auto;
	width: 167px;
	height: 52px;
	line-height: 52px;
	font-size: 26px;
	color: #ffffff;
	padding-left: 21px;
}
.content{
	width: 72%;
	margin: 30px auto 0;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 28px;
}
.content ul{
	overflow: hidden;
}
.content ul li{
	list-style: none;
	width: 31%;
	float: left;
	margin: 0 1%;
}
.content ul li video{
	width: 100%;
}

.reputation{
	margin-top: 30px;
}
.reputation ul{
	overflow: hidden;
}
.reputation ul li{
	list-style-type: none;
	width: 25%;
	float: left;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.reputation ul li img{
	display: block;
	margin: 0 auto 10px;
}
.more{
	display: block;
	margin: 30px auto 0;
	width: 74px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #373838;
}
.more:hover{
	background-color: #cb0001;
}
.course{
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0;
}
.course1{
	
}
.course1 ul{
	overflow: hidden;
}
.course1 ul li{
	list-style-type: none;
	width: 49%;
	margin: 20px 0.5% 0;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #dcdcdd;
}
.course1 ul li dt{
	float: left;
	font-size: 0;
	width: 47%;
}
.course1 ul li dd{
	width: 49%;
	float: right;
}
.course1 ul li dd h1{
	font-size: 20px;
	color: #000000;
	margin-top: 20px;
}
.course1 ul li dd h1 span{
	color: #cc0000;
}
.course1 ul li dd p{
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	margin-top: 20px;
}
.course1 ul li dd a{
	display: block;
	margin-top: 20px;
	width: 74px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #373838;
}
.course1 ul li dd a:hover{
	background-color: #cb0001;
}

.inner_bg1{
	background: url(/images/inner_bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 70px;
}
.team{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.team1{
	background-color: #FFFFFF;
	border: 1px solid #dcdcdd;
	padding: 25px 20px;
	margin-top: 30px;
}
.team_title{
	text-align: center;
	font-size: 0;
}
.team_title span{
	display: inline-block;
	padding: 9px 12px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.team_titleon{
	color: #FFFFFF !important;
	background-color: #cb0001 !important;
}
.team_introduce{
	margin-top: 22px;
}
.team_introduce1{
	display: none;
}
.team_introduce1 ul :before,.team_introduce1 ul:after{
    content:"";
    display: table;
}
.team_introduce1 ul:after{
    clear: both;
}
.team_introduce1 ul{
     /*在IE6和7的浏览器中，加上“*zoom”属性来触发父元素的hasLayout的机制。*/
    *zoom: 1;
}
.team_introduce1 ul li{
	list-style-type: none;
	width: 18%;
	margin: 0 1% 20px;
	float: left;
	font-size: 0;
	position: relative;
}
.team_introduce1 ul li img{
	width:202px;
}
.team_introduce1 p span{
	font-size: 20px;
	display: block;               
	text-align: left;
	margin-top: 10px;
	color: #000;
	padding: 10px 0;
	cursor: pointer;
	/*background-color: #cb0001;*/
}
.team_introduce1 span{
	font-size: 20px;
	display: block;               
	text-align: center;
	margin-top: 10px;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
	background-color: #cb0001;
}
.team_introduce2{
	display: none;
	position: absolute;
	font-size: 20px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	left: 0;
	top: 100%;
	z-index: 963;
	background-color: rgba(255,255,255,1);
	padding: 20px;
}


.show{
	display: block !important;
}

.life{
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0;
}
.life1{
	margin-top: 40px;
	height: 400px;
}
.life_left{
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
.life_left video{
	width: 100%;
	height: 100%;
}
.video_zz{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 963;
	font-size: 0;
}
.video_img{
	width: 100%;
}
.video_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 966;
	cursor: pointer;
}

.life_right{
	background-color: #f1ebdc;
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	padding: 28px 36px 0 50px;
	box-sizing: border-box;
}
.life_icon{
	position: absolute;
	top: -64px;
	right: -60px;
}
.life_nav{
	font-size: 0;
}
.life_nav span{
	display: inline-block;
	padding: 9px 12px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.life_navon{
	color: #FFFFFF !important;
	background-color: #cb0001 !important;
}
.life_content{
	margin-top: 20px;
}
.life_content ul{
	display: none;
}
.life_content ul li{
	list-style-type: none;
	border-bottom: 1px dashed #d3d3d2;
	font-size: 14px;
	line-height: 46px;
}
.life_content ul li span{
	display: inline-block;
	width: 2px;
	height: 14px;
	background-color: #680404;
	margin-right: 7px;
	vertical-align: middle;
}
.life_content ul li a{
	color: #444444;
	display: inline-block;
	width: 75%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	vertical-align: middle;
}
.life_content ul li code{
	float: right;
	color: #c7a64c;
	font-size: 12px;
	margin-right: 20px;
}

.special{
	background: url(/images/special.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 100px;
}
.special_c{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 100px;
}
.special_c h1{
	font-size: 30px;
	color: #ffffff;
}
.special_c p{
	font-size: 14px;
	color: #eeeeee;
	margin-top: 20px;
}
.special_c a{
	display: block;
	width: 106px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #eaebec;
	font-size: 14px;
	color: #83120a;
	margin-top: 40px;
}
.news{
	background: url(/images/news_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 96px 0;
}
.news1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.news_content{
	margin-top: 40px;
}
.news_content ul{
	overflow: hidden;
}
.news_content ul li{
	list-style-type: none;
	width: 33%;
	float: left;
	border-left: 1px solid #dddddd;
	padding: 13px 35px;
}
.news_content ul li:first-child{
	border-left: 0;
}
.news_content1{
	font-size: 18px;
	color: #000000;
	text-align: center;
}
.news_content2{
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-top: 40px;
}
.news_content3{
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	text-align: center;
	margin-top: 20px;
}

.nav_bottom{
	background: url(/images/nav_bottombg.jpg) no-repeat center;
	background-size: cover;
}
.nav_bottom1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.nav_bottom1 ul{
	height: 49px;

}
.nav_bottom1 ul li{
	float: left;
	height: 49px;
	font-size: 18px;
	position: relative;
	width: 12%;
	padding: 15px 0;
	box-sizing: border-box;
}
.nav_bottom1 ul li a{
	font-family: fkai;
	color: #ffffff;
	display: block;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 20px;
}
.nav_bottom1 ul li:first-child a{
	border-left: 0;

}
.footer{
	background: url(/images/footer_bg.jpg) no-repeat center;
	padding: 45px 0 15px;
	background-size: cover;
}
.footer1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer1 p{
	font-size: 12px;
	color: #000000;
	margin-bottom: 16px;
	text-align: center;
}
.footer1 p span{
	margin: 0 15px;
}
.footer1 p span a{
	color: #810801;
}
.code{
	width: 104px;
	margin: 0 auto 10px;
}
.code_img{
	background-color: #FFFFFF;
	padding: 4px 7px;
}
.code_font{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
	background: url(/images/header_bg.jpg) no-repeat center;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 0 0 12px;
}
.logo_m img{
}
.icon_m{
	width: 10%;
	float: right;
	margin: 6px 0 0 0;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}

.inner_img{
	font-size: 0;
}

.inner_nav{
	background: url(/images/inner_nav.jpg) no-repeat center;
	background-size: cover;
	line-height: 44px;
	text-align: center;
}
.inner_nav a{
	font-size: 14px;
	color: #333333;
	display: inline-block;
	padding: 0 20px;
	height: 100%;
}
.inner_navon{
	background: url(/images/inner_navon.jpg) no-repeat center;
	background-size: cover;
	color: #FFFFFF !important;
}

.address{
	margin-top: 19px;
}
.address1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	color: #999999;
}
.address1 a{
	font-size: 12px;
	color: #999999;
}
.inner_main{
	background: url(/images/gsjj_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 100px;
}
.inner_main1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.gsjj{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.gsjj p{
	margin-top: 40px;
}
.gsjj p img{
	margin: 0 5px;
}

.hyry{
	margin-top: 60px;
}
.hyry ul{
	overflow: hidden;
}
.hyry ul li{
	list-style-type: none;
	width: 31%;
	margin: 0 1% 20px;
	float: left;
	border: 1px solid #eeeeee;
	background-color: #FFFFFF;
	padding: 10px;
}

.page{
	text-align: center;
	margin-top: 20px;
	font-size: 0;
}
.page a{
	display: inline-block;
	border: 1px solid #d7d7d7;
	width: 31px;
	height: 29px;
	border-radius: 2px;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	color: #666666;
	margin: 0 3px;
}
.pageon{
	background-color: #7d0600;
	border: 1px solid #7d0600 !important;
	color: #FFFFFF !important;
}

.kcxq_title{
	text-align: center;
	/*background: url(/images/kcxq_titlebg.jpg) bottom no-repeat;*/
	padding-bottom: 30px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.kcxq{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.kcxq p{
	/*margin-top: 30px;*/
}
.kcxq p span{
	color: #333;
}
.sxp{
	overflow: hidden;
	margin-top: 60px;
}
.sxp a{
	display: inline-block;
	width: 406px;
	height: 41px;
	background: url(/images/sxy_bg.jpg) no-repeat;
	background-size: cover;
	font-size: 14px;
	color: #666666;
	text-align: right;
	line-height: 41px;
	padding-right: 19px;
}
.syp{
	float: left;
}
.xyp{
	float: right;
}
.addressa{
	padding: 19px 0;
	background-color: #f6f5f5;
}
.gxjd{
	padding: 30px 0;
	background-color: #f6f5f5;
}
.gxjd1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.kcjs{
	padding: 40px 0;
	background-color: #f6f5f5;
	border-bottom: 1px solid #dddddd;
}
.kxjs_d{
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.kcjs dt{
	float: left;
	font-size: 0;
	width: 47%;
}
.kcjs dd{
	width: 49%;
	float: right;
}
.kxjs_d dd h1{
	font-size: 20px;
	color: #cc0000;
	margin-top: 20px;
}
.kxjs_d dd p{
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	margin-top: 20px;
}
.kxjs_d dd a{
	display: block;
	margin-top: 20px;
	width: 74px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	background-color: #373838;
}
.kxjs_d dd a:hover{
	background-color: #cb0001;
}

.kcjs1{
	padding: 40px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #dddddd;
}
.kcjs1 dt{
	float: right;
	font-size: 0;
	width: 47%;
}
.kcjs1 dd{
	width: 49%;
	float: left;
}

.kcjs2{
	padding: 40px 0;
	background: url(/images/kcjs2_bg.jpg) no-repeat;
	border-bottom: 1px solid #dddddd;
}
.kcjs2 dt{
	float: left;
	font-size: 0;
	width: 47%;
}
.kcjs2 dd{
	width: 49%;
	float: right;
}

.xzjs{
	width: 315px;
	height: 315px;
	border-radius: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.xzjs span{
	position: absolute;
	display: block;
	width: 100%;
	font-size: 26px;
	color: #ffffff;
	height: 55px;
	line-height: 55px;
	bottom: 0;
	left: 0;
	background-color: rgba(235,172,0,0.58);
	text-align: center;
}
.title1{
	background: url(/images/title_bg.png) no-repeat center;
	background-size: cover;
	margin: 20px 0 0;
	width: 167px;
	height: 52px;
	line-height: 52px;
	font-size: 26px;
	color: #ffffff;
	padding-left: 21px;
}
.xzjs_d{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.xzjs_d p{
	margin-top: 30px;
}
.title2{
	background: url(/images/title_bg2.jpg) no-repeat center;
	background-size: cover;
	margin: 0 auto 0;
	width: 230px;
	height: 52px;
	line-height: 52px;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}
.xcp{
	width: 90%;
	margin: 30px auto 0;
}
.xcp iframe{
	height: 450px;
}
.xcp_d{
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.xszx{
	margin-top: 30px;
}
.xszx ul{
	overflow: hidden;
}
.xszx ul li{
	list-style-type: none;
	width: 31%;
	float: left;
	margin: 0 1% 20px;
}
.xszx ul li img{
	border-bottom: 4px solid #bb780e;
}
.xszx ul li h1{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
}
.xszx ul li h2{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-top: 9px;
}
.xszx ul li p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}

.kcxq_title span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.xwhd{
	margin: 30px 0;
	text-align: center;
}
.xwhd h1{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.xinw{
	margin-top: 30px;
}
.xinw ul{
	overflow: hidden;
}
.xinw ul li{
	list-style-type: none;
	width: 31%;
	float: left;
	margin: 0 1% 20px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	height:294px;
}
.xinw ul li img{
}
.xinw ul li h1{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	padding: 0 18px;
}
.xinw ul li h1 a{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
}
.xinw ul li p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 18px;
}

.time{
	margin-left: 18px;
	width: 71px;
	height: 71px;
	margin-top: -58px;
	background-color: #4b4545;
	position: relative;
}
.time span{
	display: block;
	text-align: center;
	font-size: 34px;
	color: #f0ad25;
}
.time code{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.xinw ul li:hover .time{
	background-color: #f0ad25;
}
.xinw ul li:hover .time span{
	color: #FFFFFF;
}

.bdtj{
	width: 500px;
	margin: 30px auto 0;
}
.bdtj p{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.bdtj p input{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 40px;
}

.tj{
	width: 249px;
	background-color: #3d393a;
	color: #FFFFFF;
	border: 1px solid #999999;
	margin: 30px auto 0;
	height: 40px;
	display: block;
}

.zsjz{
	margin-top: 30px;
}
.zsjz ul{
	
}
.zsjz ul li{
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding: 20px 6px;
}
.zsjz ul li dt{
	background-color: #4b4545;
	width: 6%;
	height: 88px;
	float: left;
	padding-top: 10px;
}
.zsjz ul li dd{
	float: right;
	width: 92%;
}
.zsjz ul li dt span{
	display: block;
	text-align: center;
	font-size: 34px;
	color: #f0ad25;
}
.zsjz ul li dt code{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.zsjz ul li:hover dt{
	background-color: #f0ad25;
}
.zsjz ul li:hover dt span{
	color: #FFFFFF;
}
.zsjz ul li dd a{
	font-size: 18px;
	color: #000000;
	display: block;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.zsjz ul li dd p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zbhg{
	margin-top: 30px;
}
.zbhg ul{
	overflow: hidden;
}
.zbhg ul li{
	list-style-type: none;
	width: 48%;
	float: left;
	margin: 0 1% 20px;
	padding: 16px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
.zbhg ul li span{
	display: block;
	width: 100%;
	font-size: 0;
	position: relative;
}
.zbhg ul li span>img{
	display: block;
	width: 100%;
}
.zbhg ul li span code{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.zbhg ul li span code img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zbhg ul li h1{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}
.zbhg ul li p{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.zbhg ul li:hover{
	border: 1px solid #850802;
}
.zbhg ul li:hover span code{
	display: block;
}

.ztjz{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.ztjz span{
	display: inline-block;
	padding: 9px 12px;
	font-size: 14px;
	cursor: pointer;
	background-color: #373838;
	color: #fff;
    margin: 0 6px;
}
.ztjz span:hover{
	background-color: #cb0001;
}
.ztjz_titleon{
	color: #FFFFFF !important;
	background-color: #cb0001 !important;
}

.zbhg ul li span code i{
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zbhg ul li span code i strong{
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}
.map{
	width: 936px;
	margin: 30px auto 0;
	border: 1px solid #aaaaaa;
}
.lxfs{
	width: 936px;
	margin: 30px auto 0;
	overflow: hidden;
}
.lxfs_left{
	float: left;
}
.lxfs_left h1{
	font-size: 24px;
	color: #333333;
	margin-bottom: 16px;
}
.lxfs_left p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
}
.lxfs_left p img{
	vertical-align: middle;
	margin-right: 6px;
	width: 16px;
}
.lxfs_right{
	float: right;
}

.zxns{
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	font-size: 24px;
	color: #49090c;
	text-align: center;
	line-height: 70px;
	margin-top: 30px;
}
.zxns_d{
	margin-top: 50px;
}
.zxns_d h1{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
}
.zxns_d p{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}

.zhaox{
	margin-top: 30px;
}
.zhaox ul{
	border-top: 1px solid #dcdcdc;
}
.zhaox ul li{
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 1px solid #dcdcdc;
	line-height: 70px;
	color: #49090c;
	font-size: 22px;
}
.zhaox ul li a{
	color: #49090c;
}
.zhaox ul li span{
	font-size: 16px;
	color: #333333;
	float: right;
}
.zhaox ul li span img{
	margin-left: 27px;
	margin-right: 6px;
	vertical-align: middle;
}

.tanchuang {
	position: fixed;
	z-index: 99999999;
	padding: 5px;
	width: 333px;
	height: 211px;
	background: rgba(104, 4, 4, 0.87);
	border-radius: 10px;
}

.tanchuang .biaoti {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.tanchuang .biaoti .mc {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	float: left;
}

.tanchuang .biaoti .esc {
	width: 25px;
	height: 25px;
	font-size: 18px;
	color: #fff;
	line-height: 23px;
	cursor: pointer;
	border: solid 1px #fff;
	border-radius: 50%;
	float: right;
	text-align: center;
}

.tanchuang .textbox {
	padding: 15px;
	background: #fff;
}

.tanchuang .textbox .mc {
	margin-bottom: 15px;
	font-size: 21px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.tanchuang .textbox .fumc {
	margin-bottom: 15px;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.tanchuang .textbox .fumc span {
	color: #ff0000;
}
.tanchuang .textbox .moretc{
	text-align: center;
}
.tanchuang .textbox .moretc a {
	display: inline;
	width: 125px;
	height: 35px;
	color: #fff;
	line-height: 33px;
	background: #f0b84b;
	border-top: solid 2px #f9e0b1;
	border-right: solid 2px #e69223;
	border-bottom: solid 2px #e69223;
	border-left: solid 2px #f0b74a;
	padding: 7px 15px 7px 15px;
}










.GYHX{
	width: 100%;
}
.gyhx1{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 40px;
	background-image: url(/images/img2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gyhx1_1{
	width: 290px;
	display: block;
	margin: auto;
}
.gyhx2{
	width: 100%;
	background-image: url(/images/img4.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.gyhx{
	width: 980px;
	margin: auto;
	/* height: 1020px; */
}
.gyhx2_1{
	border-bottom: 1px solid #B5A67E;
	box-sizing: border-box;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 50px;
	display: inline-block;
}
.gyhx21_1{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 495px;
	float: left;
}
.gyhx211_1{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	font-family:'FZSYJWGB10';
}
.gyhx211_1 p{
	font-family:'FZSYJWGB10';
}
.gyhx211_2{
	width: 100%;
	margin-top: 15px;
	text-align: right;
}
.gyhx211_2 a{
	font-size: 15px;
	color: #A02716;
}
.gyhx21_2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 470px;
	float: left;
	margin-left: 15px;
	background: white;
	padding:25px;
	padding-bottom: 65px;
}
.gyhx21_2 video {
    width: 100%;
	height: 235px;
}
.gyhx2_2{
	width: 100%;
	display: inline-block;
	margin-bottom: 195px;
}
.gyhx22{
	width: 470px;
	float: left;
	box-sizing: border-box;
	background: white;
	float: left;
	margin-right: 40px;
	margin-top: 60px;
	padding: 25px;
	    padding-bottom: 65px;
}
.gyhx22:nth-child(2n){
	margin-right: 0;
}
.gyhx22 video {
    width: 100%;
	height: 235px;
}
.KCXX{
	width: 100%;
	background-image: url(/images/img5.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.kcxx{
	width: 980px;
	margin: auto;
}
.kcxx1{
	width: 100%;
	background-image: url(/images/img6.png);
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
}
.kcxx1_1{
	width: 300px;
	display: block;
margin: auto;
}
.kcxx1_2{
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	color: #655A43;
}
.kcxx2{
	border-top: 1px solid #9A854C;
	border-bottom: 1px solid #9A854C;
	box-sizing: border-box;
	width: 100%;
	height: 165px;
	display: flex;
}
.kcxx2_1{
	width: 72.9%;
	height: 100%;
	margin-right: 10px;
}
.kcxx21_1{
	width: 100%;
	font-size: 23px;
	color: #000000;
	margin-top: 25px;
}
.kcxx21_1 span{
	color: #A02716;
}
.kcxx2_2{
	width: 255px;
	height: 100%;
}
.kcxx21_2{
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	color: #655A43;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.kcxx21_3{
	margin-top: 45px;
	font-size: 15px;
	color: #7C7C7C;
	display: block;
}
.kcxx3{
	width: 100%;
	display: block;
}

.SZTD{
	width: 100%;
}
.sztd1{
	width: 100%;
	background-image: url(/images/img9.png);
	background-size: 100% 100%;
	    display: inline-block;
}
.sztd1_1{
	width: 290px;
	    display: block;
	    margin: auto;
		margin-top: 45px;
}
.sztd1_2{
	border-top: 1px solid #B29C61;
	width: 980px;
	 margin: auto;
	 margin-top: 10px;
	 box-sizing: border-box;
	 padding: 10px 0;
}
.sztd1_2 span{
	font-size: 17.5px;
	color: #373022;
    margin-right: 3.5%;
	cursor: pointer;
}
.sztd1_2 span:last-child{
	margin-right: 0;
}
.sztd-act{
	color: #A02716 !important;
}
.sztd2{
	width: 100%;
	background-image: url(/images/img11.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sztd2_1{
	width: 980px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px 0;
}
.szxzjs{
	width: 100%;
	display: inline-block;
}
.szxzjs1{
	width: 310px;
	float: left;
	font-size: 11px;
	color: #58595B;
	text-align: center;
}
.szxzjs1 img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.szxzjs2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	    width: 65.3%;
	/* height: 100px; */
	margin-left: 30px;
	float: left;
}
.szxzjs2_1{
	width: 90px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: white;
	background: #AC4334;
	font-size: 11px;
}
.szxzjs2_2{
	width: 100%;
	margin-top: 20px;
	font-size: 11px;
	color: #373022;
	line-height: 20px;
                text-indent:30px;
	text-align: left;
}
.szxzjs2_2 span{
background-color:transparent;
}
.XYSH{
	width: 100%;
}
.xysh1{
	width: 100%;
	background-image: url(/images/img9.png);
	background-size: 100% 100%;
	    display: inline-block;
}
.xysh1_1{
	width: 305px;
	    display: block;
	    margin: auto;
		margin-top: 45px;
}
.xysh1_2{
	border-top: 1px solid #B29C61;
	width: 980px;
	 margin: auto;
	 margin-top: 10px;
	 box-sizing: border-box;
	 padding: 10px 0;
	 text-align: center;
}
.xysh1_2 span{
	font-size: 17.5px;
	color: #373022;
    margin-right: 5.5%;
	cursor: pointer;
}
.xysh1_2 span:last-child{
	margin-right: 0;
}
.xysh2{
	width: 100%;
	display: flex;
	background-image: url(/images/img14.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.xysh2_1{
	width: 660px;
	background: white;
	box-sizing: border-box;
	margin:40px auto;
	padding: 40px 50px;
}
.xysh21{
	width: 100%;
	height: 310px;
	display: none;
}
.ZSZL{
	width: 100%;
    display: flex;
	background-image: url(/images/img15.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.zszl{
	width: 980px;
	margin: auto;
}
.zszl1{
	width: 336px;
	display: block;
	margin: auto;
	margin-top: 70px;
}
.zszl2{
	border-top: 1px solid #B29C61;
	    width: 100%;
	    margin: auto;
	    margin-top: 10px;
	    box-sizing: border-box;
	    padding: 10px 0;
	    text-align: center;
		font-size: 18px;
		color: #373022;
}
.zszl3{
	display: block;
	margin:10px auto;
	margin-top: 35px;
	font-size: 18px;
	color: #982313;
	text-align: center;
}
.XWHD{
	width: 100%;
}
.xwhd1{
	width: 100%;
	background-image: url(/images/img2.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	    box-sizing: border-box;
	    padding-top: 60px;
	    padding-bottom: 40px;
}
.xwhd1 img{
	width: 350px;
	display: block;
	margin: auto;
}
.xwhd2{
	    width: 100%;
		display: flex;
	    background-image: url(/images/img17.png);
	    background-position: center bottom;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.xwhd21{
	width: 980px;
	margin:25px auto;
}
.xwhd21_1{
	border-bottom: 1px solid #9C864E;
	box-sizing: border-box;
	width: 100%;
	padding: 25px 0;
}
.xwhd211_1{
	width: 100%;
	font-size: 22px;
	color: #A02716;
}
.xwhd211_2{
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
	color: #473E30;
}
.xwhd211_3{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #473E30;
	line-height: 25px;
}
.xwhd21_2{
	width: 70px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	background: #A02716;
	color: white;
	font-size: 11px;
	margin-top: 80px;
}
.FOOTS{
	width: 100%;
	display: flex;
	background-image: url(/images/img19.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.foots{
	width: 980px;
	margin:60px auto;
}
.foots1{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	margin-bottom: 20px;
}
.foots1 a{
	color: #000000;
}
.code_text{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	}
	.LIANJIE{
		border-top: 25px solid #A02716;
		border-bottom: 5px solid #A02716;
		width: 100%;
		text-align: center;
		display: flex;
		background-image: url(/images/img24.png);
		    background-position: center;
		    background-size: cover;
		    background-repeat: no-repeat;
		    box-sizing: border-box;
	}
	.lj{
		width: 980px;
		margin:auto;
		margin-top: 30px;
		margin-bottom: 50px;
		display: flex;
		align-items: center;
	}
	.lj1{
		/* border: 1px solid red; */
		box-sizing: border-box;
		width: 23.5%;
		margin-right: 2%;
		text-align: center;
	}
	.lj1:nth-child(4n){
		margin-right: 0;
	}
	.lj1_1{
		max-width: 135px;
margin:auto;
display: block;
		/*margin-right: 10px;
		display: inline-block;
		vertical-align: middle;*/
	}
	.lj1_2{
		border-top: 1px solid #B86146;
		border-bottom: 1px solid #B86146;
		box-sizing: border-box;
		padding: 5px 0;
		font-size: 18px;
		color: #A02716;
		display: inline-block;
		/*vertical-align: middle;*/
	}
	
	@media only screen and (max-width: 1023px){
		.gyhx{
			width: 95%;
		}
		.kcxx{
			width: 95%;
		}
		.sztd1_2{
			width: 95%;
		}
		.sztd2_1{
			width: 95%;
		}
		.xysh1_2{
			width: 95%;
			text-align: left;
		}
		.xysh2_1{
			width: 95%;
		}
		.xwhd21{
			width: 95%;
		}
		.foots{
			width: 95%;
		}
		.gyhx21_1{
			width: 100%;
		}
		.gyhx21_2 {
		    width: 100%;
			margin-top: 15px;
		    margin-left: 0;
		}
		.gyhx22{
			width: 100%;
			margin-right: 0;
		}
		.gyhx1_1{
			max-width: 90%;
		}
		.kcxx1_1{
			max-width: 90%;
		}
		.kcxx1_2 {
		    width: 90%;
		    margin: auto;
		}
		.kcxx2 {
		    height: auto;
			flex-wrap: wrap;
		}
		.kcxx2_1 {
		    width: 100%;
		    margin-right: 0;
			margin-bottom: 10px;
		}
		.kcxx2_2 {
		    width: 100%;
		}
		.sztd1_1 {
		    max-width: 90%;
		}
		.szxzjs1{
			width: 100%;
		}
		.szxzjs2 {
		    width: 100%;
			margin-top: 30px;
		    margin-left: 0;
		}
		.xysh1_1{
			max-width: 90%;
		}
		.zszl1{
			max-width: 90%;
		}
		.zszl2{
			width: 90%;
		}
		.xwhd1 img{
			max-width: 90%;
		}
		.lj{
			width: 95%;
			flex-wrap: wrap;
		}
		.lj1 {
		    width: 49%;
			margin-bottom: 2%;
		}
		.lj1:nth-child(2n){
			margin-right: 0;
		}
		.lj1_1 {
		    max-width: 75px;
		}
		.lj1_2 {
		    font-size: 14px;
		}
	}