@charset "UTF-8";

/*头部*/

body {}

.header {
	position: relative;
	margin: 0 auto;
	height: 125px;
	background-color: #8F0100;
	z-index: 400;}

.container img {}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 41px;
	z-index: 10;}

.logoleftbg {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 140px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
	filter: alpha(opacity=0.1);
	-moz-opacity: 0.1;
	opacity: 0.1;
	z-index: 9;}

.logocenter {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 700px;
	top: 27px;
	z-index: 9;}


/*头部右上角*/

a.contact {
	position: absolute;
	top: 16px;
	right: 0;
	color: #fff;
	line-height: normal;
	font-size: 12px;
	padding-right: 90px;}

.contact:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -19px;
	width: 12px;
	height: 12px;
	background: url(../images/home.png) no-repeat;}

a.homepage {
	position: absolute;
	top: 16px;
	right: 0;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	padding-left: 18px;}

.homepage:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(../images/contact.png) no-repeat;}

.contact:hover,
.homepage:hover {
	color: #fff;}


/*头部搜索框*/

.search-box {
	position: absolute;
	right: 0;
	top: 55px;
	background: #6b0101;
	height: 18px;
	border-radius: 18px;
	padding: 7px;
	z-index: 10;}

.search-btn {
	color: #FFFFFF;
	float: right;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	display: flex;
	background: #6b0101;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	text-decoration: none;
	font-size: 14px;}

.search-txt {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0;
	color: #FFFFFF;
	font-size: 12px;
	transition: 0.3s;
	line-height: 18px;
	width: 120px;
	height: 18px;
	text-indent: 0.4em;}

.search-box:hover>.search-txt {
	width: 135px;}

.search-box:hover>.search-btn {}


/*导航栏*/

.navs {
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 45px;
	z-index: 200;}

.menu {
	list-style: none;
	height: 45px;
	width: 100%;
	border: none;
	z-index: 200;}

.nav {
	list-style: none;
	height: 45px;
	width: 1200px;
	margin: 0px auto 0 auto;
	border: none;
	z-index: 200;}

.nav li {
	float: left;
	position: relative;
	text-align: center;
	border: none;
	z-index: 200;}

.nav li a {
	color: #333;
	z-index: 200;
	height: 45px;
	line-height: 45px;
	width: 120px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;}

.nav li a:hover {
	background-color: #8F0100;
	color: #FFF;}

.nav li .sub-nav {
	position: absolute;
	top: 45px;
	list-style: none;
	display: none;
	z-index: 200;}

.nav li .sub-nav li :first-child {
	margin-top: 0px;
	border: none;
	height: 35px;
	z-index: 200;}

.nav li .sub-nav li:first-child {
	z-index: 200;
	margin-top: 0px;}

.nav li .sub-nav li {
	text-align: center;
	clear: left;
	margin-top: 1px;
	z-index: 200;}

.nav li .sub-nav li a {
	height: 100%;
	line-height: 35px;
	width: 120px;
	font-size: 12px;
	display: block;
	color: #333;
	background-color: rgb(255, 255, 255);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=90);
	filter: alpha(opacity=0.9);
	-moz-opacity: 0.9;
	opacity: 0.9;}

.nav li .sub-nav li a:hover {
	color: #FFFFFF;
	background-color: #8F0100;}


/*底部*/

.footer {
	height: 170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #6B0101;
	position: absolute;}

.footerleft {
	background: #6B0101;
	height: 170px;
	width: 500px;
	position: absolute;
	left: 0;}

.footerleft a {
	font-size: 12px;
	color: white;
	position: absolute;
	top: 38px;
	line-height: 25px;}

.footer_box_right {
	background: yellow;
	height: 140px;
	width: 701px;
	position: absolute;
	right: 0;
	background: #6B0101;}

#blog_img {
	position: absolute;
	top: 30px;
	left: 440px;
	z-index: 100;
	cursor: pointer;
	z-index: 10;}

#wechat_img {
	z-index: 10;
	position: absolute;
	top: 30px;
	left: 530px;
	cursor: pointer;
	display: block;}

#unit_img {
	z-index: 10;
	position: absolute;
	top: 23px;
	right: 20px;}
#erweima1_img{
	z-index: 10;
	position: absolute;
	top: -70px;
	width: 90px;
	height: 90px;
	right: 195px;
	display: none;
}
#erweima2_img {
	z-index: 10;
	position: absolute;
	top: -70px;
	width: 90px;
	height: 90px;
	right: 104px;
	display: none;}

.blog_txt {
	z-index: 10;
	color: white;
	font-size: 12px;
	position: absolute;
	top: 79px;
	left: 438px;}

.wecha_txt {
	z-index: 10;
	color: white;
	font-size: 12px;
	position: absolute;
	top: 79px;
	left: 528.3px;}

.logorightbg {
	position: absolute;
	top: 40px;
	left: 210px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=40);
	filter: alpha(opacity=0.4);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 9;
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	/* ie 9 */
	-moz-transform: rotate(-10deg);
	/* firefox */
	-webkit-transform: rotate(-10deg);
	/* safari and chrome */
	-o-transform: rotate(-10deg);}

.selectBox1 {
	position: absolute;
	right: 20px;
	top: 120px;}


/*回到top*/

#return-top {
	position: fixed;
	bottom: 10%;
	right: 50px;
	width: 50px;
	height: 50px;
	background: rgb(48, 48, 48, 0.5) url(../images/return_top.png) no-repeat center center;
	text-align: center;
	display: none;
	line-height: 50px;
	background-size: 70% 70%;
	cursor: pointer;}

#return-top a {
	text-decoration: none;
	color: #FFFFFF;}


/*center_img*/

.common_subpic {
	height: 280px;
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 6px #666;}

.common_subpic:after {
	width: 1400px;
	height: 280px;
	content: '';
	background-color: rgba(0, 0, 0, .2);
	z-index: 2;}

.common_subpic_bottom_border {
	border-bottom: 3px solid #8F0100;
	width: 56px;
	left: 572px;
	position: absolute;
	top: 138px;
	z-index: 2;}

.common_top_h1 {
	text-align: center;
	min-width: 1200px;
	width: 100%;
	font-size: 28px;
	position: absolute;
	display: block;
	margin-top: 84px;
	z-index: 2;}

.common_subpic  p {
	position: absolute;
	color: #fff;
	text-align: center;
	width: 100%;
	min-width: 1200px;
	margin-top: 142px;
	z-index: 2;
	font-size: 16px;
	font-family: "arial";
}

#common_xygk_bg {
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 280px;
}

#common_szll_bg {
	background-image: url(../images/szll.jpg);
	background-repeat: no-repeat;
	background-size: 100% 280px;
	background-position: center 0px;}

#common_zysz_bg {
	background-image: url(../images/common3.jpg);
	background-repeat: no-repeat;
	background-size: 100% 470px;
	background-position: center 0px;}

#common_kygz_bg {
	background-image: url(../images/kygz.jpg);
	background-repeat: no-repeat;
	background-size: 100% 280px;}

#common_zsjy_bg {
	background-image: url(../images/zsjy.jpg);
	background-repeat: no-repeat;
	background-size: 100% 470px;
	background-position: center -190px;}

#common_xsgz_bg {
	background-image: url(../images/common7.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;}

#common_djyd_bg {
	background-image: url(../images/djyd.jpg);
	background-repeat: no-repeat;
	background-size: 100% 510px;
	background-position: center -220px;}

#common_xytd_bg {
	background-image: url(../images/xytd.jpg);
	background-repeat: no-repeat;
	background-size: 100% 510px;
	background-position: center -230px;}

#common_xyyw_bg {
	background-image: url(../images/xyyw.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;}

#common_cjrh_bg {
	background-image: url(../images/cjrh.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;}

.common_mainleft_top {
	width: 300px;
	height: 110px;
	position: absolute;}

.common_mainleft_top p {
	line-height: 110px;
	font-size: 20px;
	padding-left: 50px;
	color: #333;
	font-weight: bold;}

.common_mainleft_center {
	width: 300px;
	position: absolute;
       height: 514px;
       overflow: auto;
	top: 110px;}

.common_mainleft_center::-webkit-scrollbar-track {
	width:2px;
	background-color:#FFFFFF;
}
.common_mainleft_center::-webkit-scrollbar {
	width:10px;
	background-color:#FFFFFF;
}
.common_mainleft_center::-webkit-scrollbar-thumb {
       width:2px;
	background-color:#E2E2E2;
	border:2px solid #FFFFFF;
}


.common_mainleft_center ul {}


.common_mainleft_center ul li a {
	height: 40px;
	line-height: 40px;
	padding-left: 50px;
	display: block;
	cursor: pointer;
	font-size: 16px;
	color: #333333;}

.common_mainleft_center ul li .activ{

}
.common_mainleft_center ul li a:hover {
	color: #8F0100; 
	
}

.a_hoverbordercolor {}

.common_mainleft_xygk,
.common_mainleft_szll,
.common_mainleft_zysz,
.common_mainleft_kygz,
.common_mainleft_zsjy,
.common_mainleft_xsgz,
.common_mainleft_djyd,
.common_mainleft_xytd,
.common_mainleft_cjrh {
	position: absolute;
	width: 300px;
	float: left;
	background: #FFFFFF url(../images/mzlogo.png);
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-position: -50px -50px;}

.common_mainleft_xygk {
	height: 300px;}

.common_mainright_xygk,
.common_mainright_szll,
.common_mainright_zysz,
.common_mainright_kygz,
.common_mainright_zsjy,
.common_mainright_xsgz,
.common_mainright_djyd,
.common_mainright_xytd,
.common_mainright_cjrh {
	border-left: 4px solid #d2d2d2;
	position: relative;
	width: 896px;
	margin-right: 0px;
	float: right;
	top: 0px;
	background: #FFFFFF;}

.common_mainright_bread {
	width: 820px;
	height: 41px;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
	margin: 50px auto 0 auto;}

.common_mainright_bread p {
	height: 28px;
	width: 820px;
	padding: 0 0 0 20px;
	line-height: 28px;
	border-left: 5px solid #8F0100;
	font-size: 20px;
	font-weight: bold;}

.common_mainright_rt {
	font-size: 14px;
	color: #666666;
	position: absolute;
	top: 60px;
	right: 36px;}

.common_mainright_rt>a {
	font-size: 14px;
	color: #666666;}

.common_mainright_rt>a:hover {
	color: #8F0100;
	text-decoration: underline;}

.profile {
	width: 820px;
        min-height:500px;
	padding: 0px 0px 20px 0px;
	margin: 0 auto;}

.profile_img {
	height: auto;
	margin: 20px auto 40px auto;
	position: relative;}

.profile_img>img {
	height: 100%;
	max-width: 820px;
	box-shadow: 0 0 10px #666;}

.profile_pmain {
	font-size: 16px;
	color: #5f5f5f5;
	text-indent: 2em;
	margin-top: 15px;}

.profile_pfir {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	font-weight: bold;}

.profile_p {
	font-size: 16px;
	color: #5f5f5f5;
	text-indent: 2em;
	margin-top: 5px;
	line-height: 26px;}

#main_footer_xygk {
	position: relative;
	top: 0px;}

#main_footer_xyld {
	position: relative;
	top: 0px;}

.xyld1 {
	height: 400px;
	width: 100%;
	position: relative;
	border-bottom: 1px dashed #CCCCCC;}

.xyld2 {
	height: 290px;
	width: 100%;
	position: relative;
	border-bottom: 1px dashed #CCCCCC;}

.xyld3 {
	height: 290px;
	width: 100%;
	position: relative;}

.xyld1>div,
.xyld2>div,
.xyld3>div {
	height: 200px;
	width: 150px;
	margin-top: 35px;
	position: absolute;
	box-shadow: 0 0 8px #333;}

.xyld1>div>img,
.xyld2>div>img,
.xyld3>div>img {
	width: 100%;
	height: 100%;}

.xyld1 a,
.xyld2 a,
.xyld3 a {
	color: #8F0100;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	top: 32px;
	left: 170px;}

.xyld1 p,
.xyld2 p,
.xyld3 p {
	padding-left: 170px;
	padding-top: 65px;
	line-height: 30px;
	color: #333333;}

.teacher_box {
	width: 100%;
	position: relative;
	margin-top: 60px;}

.teacher_box>img {
	width: 400px;
	height: 300px;
	border: none;
	box-shadow: 0 0 8px #666;}

.teacher_box_txt {
	box-shadow: 3px 3px 5px 0 #CCCCCC;
	width: 385px;
	position: relative;
	float: right;
	margin-right: 10px;
	text-indent: 2.9em;
	line-height: 26px;
	margin-top: 0px;
	overflow-y: scroll;
	height: 300px;
	overflow: hidden;}

.teacher_box_txt p {
	font-size: 15px;
	color: #333333;
	float: right;
	line-height: 29px;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 6px;
	margin-bottom:50px;}

.teacher_box_txt a {
	font-size: 15px;
	color: #8F0100;
	text-align: center;}

.teacher_box_txt a:hover {
	text-decoration: underline;}

.zzjg_box {
	width: 790px;
	margin-top: 40px;
	position: relative;}

.zzjg_box h3 {
	font-size: 18px;
	color: #8F0100;
	margin-left: 30px;}

.zzjg_box table {
	margin-left: 30px;
	margin-bottom: 20px;}

.zzjg_box tr td a {
	display: block;
	color: #333;
	width: 220px;
	font-size: 16px;
	margin-left: 19px;
	margin-top: 18px;}

.zzjg_box tr td a:hover {
	color: #8F0100;}
.profile ul{
	margin-top: 30px;
	margin-bottom: 100px;
	margin-left: 15px;}
.profile ul li{
	width: 780px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7e7e7;
		list-style-type: none;
	list-style-image: none;
	background-image: url(../images/li_black.png);
	background-repeat: no-repeat;
	background-position: 10px center;}
.profile ul li a{
	display: block;}
.profile ul li a p:nth-child(1) {

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 630px;
	color: #555555;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	margin-left: 30px;
	float: left;
	margin-top: 9px;
	cursor: pointer;}
.profile ul li a p:nth-child(1):hover {
	background: #8F0100;
	color: #FFFFFF;}

.profile ul li a p:nth-child(2){
	font-size: 15px;
	float: right;
	color: #a1a39d;}
.button1{
	position: relative;
	width: 14px;
	color: #666;
	text-align: center;
	border:1px solid #666;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	box-shadow: 0 0 1px #ccc inset
;}
.button1:hover{
	background: #8F0100;
	color: #FFFFFF;
	border: 1px solid #8F0100;}
