* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: arial;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.bg_yxmd{background: #f2f2f2; padding-top:20px;margin-top: 60px;}
.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}
.banner .bd li .tou,.logo {
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0 auto;
		z-index: 99999;
	}
	.logo {
		top: 200px;
		left: 100px;
		float: left;
		margin-left: 0px;
		width: 1180px;
		height: auto;
		margin: 0 auto;
		z-index: 99999;
	}
	.top_logo {float:left; width:500px;}
	.top_logo img{width:100%;}
	.logo_wz{display: none;float:left;width:455px;margin-left: 20px;margin-top: 130px;padding-right: 55px;border-right: 3px solid #f49f00;}
	.logo_wz h6{line-height: 40px; font-size:40px; height:50px; float:left; width:100%; color: #eb580c;}
	.logo_wz h4{float:left; width:100%; line-height: 80px; font-size:75px; height:80px;color: #af1d1c;}
	.logo_wz h5{float:left; width:100%; line-height: 50px; font-size:42px; height:50px;color: #af1d1c;}
	.top_xq {
		width: 100%;
		margin-top: 66px;
	}
	.top_xq img {
		max-width:230px;
	}
	.tou{position: absolute;  right:0; width:350px; height:210px; margin-top: 100px;}
	#showtime p{position: absolute; left:0; top:85px; font-size: 30px; font-weight: bold; color: #333; text-align: center; width:350px;}
	#showtime {
		position: absolute;
		color: #b01111;
		width:350px; height:210px;
		padding: 0 80px;
		background: url(../img/bg_showtime.png) no-repeat center center;
	}
	#showtime span#t_d{width:100%; text-align: center; float:left; margin-top: -45px;}
	#showtime span#t_d b{font-size:95px; font-weight: normal;}
	#showtime span#t_d span{font-size:30px; color: #333;}
	#t_h,#t_m,#t_s{float:left;  margin-top: 72px; font-size:18px;}
	#t_h{margin-left: 20px}
 @keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
           from{
                transform: scale(1.2);  /*开始为原始大小*/
            }
            to{
                transform: scale(1); /*放大1.1倍*/
            }
         
        }
.banner {float: left;
	width: 100%;
	/*max-width: 1920px;
	max-height: 940px;*/
	padding: 0;
	position: relative;
	height:100%;
	margin: 0 auto;
	padding: 0 !important;
	overflow: hidden;
}

.banner .hd {
	width: 2px;
	height: auto;
	position: absolute;
	right: 55px;
	bottom: 40%;
	z-index: 1;
}

.banner .hd ul {
	position: absolute;
	bottom: 0px;
	width: 2px
}

.banner .hd ul li {
	display: none;
	position: relative;
	width: 2px;
	float: left;
	height: 60px;
	text-align: center;
	cursor: pointer;
	margin: 5px 0px;
	background: #b8c8c0;
}

.banner .hd ul li.on {
	background: #00773a;
}
.banner .bd{float:left; width:100%;}
.banner .bd ul{float:left; width:100%;}
.banner .bd li {float:left;
	width: 100%;
	height: auto;
	overflow: hidden;
animation:scaleDraw 2s ease-in-out 1;
	-webkit-animation: scaleDraw 2s ease-in-out 1;
}

.banner .bd li img {
	width: 100%;
	height: auto;
}

.banner .bd li .banner_bt {
	position: absolute;
	bottom: 20px;
	left: 5%;
	display: none;
	max-width: 420px;
	height: 45px;
	padding: 0 15px;
	line-height: 45px;
	background-color: rgba(22, 123, 217, 0.8);
}

.banner .bd li .banner_bt a {
	color: #fff;
	font-size: 18px;
}

.banner .prev {
	position: absolute;
	left: 0;
	bottom: 48%;
	width: 40px;
	height: 60px;
	z-index: 9;
	
}

.banner .next {
	position: absolute;
	right: 0;
	bottom: 48%;
	width: 40px;
	height: 60px;
	z-index: 9;
	
}

#nav {
	z-index: 99999;
}

.pc_nav {
	position: relative;
	width: 100%;
	max-width: 1644px;
	margin: 0 auto;
	z-index: 9999;
	height: 144px;
	background: url(../img/bg_menu.png) no-repeat top center;
}

.pc_nav_on{background:url(./img/bg_menu.png) no-repeat top center;}
.pc_logo_on{width:90px;margin-left:10px;}
.pc_logo_img_on{width: 80% !important;}
.phone_nav {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto;
	background-color: #01703a;
	z-index: 9999;
}

.pc_logo {
	width: 124px;
	position: absolute;
	top: 10px;
	left: 46%;
}
.pc_logo_img{width:100%; margin:0 auto; display: block;}
.pc_logo a span {
	width: 100%;
	line-height: 30px;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 14px;
}

#menu2 {
	float: right;
}

#menu {
	position: relative;
	z-index: 1000;
	zoom: 1;
	width: 40%;
	height: 50px;
	padding: 0;
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	text-align: center;
	line-height: 50px;
	height: auto;
	float: left;
	border-right: none;
	position: relative;
}

#menu li a {
	white-space: normal;
	float: left;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	/* text-decoration: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
	/*text-shadow: 0 1px 0 #000;*/
}
.menu_l{float: left; margin-left: 3%; }
.menu_r{float: right; margin-right: 3%; }
.menu_l li {margin-left:65px;}
.menu_r li {margin-right:65px;}
#menu li:hover a {
	background-color: #fff;
	color: #01753d;
}

#menu li a:hover {
	background-color: #fff;
	color:#01753d;
}

#menu li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
	background:none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}
#menu li ul li{margin-left: 0;background-color: #01753d;}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ul ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ul li,#menu li:hover ul li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;color: #fff;
	_line-height: 0;
	background-color: #01753d;
}

#menu li ul li a {
	white-space: normal;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: "宋体";
	font-weight: none;
	display: block;
	white-space: nowrap;
	color: #fff;
	float: none;
	background-color: #01753d;
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ul li:hover ,#menu li ul li:hover  a{
	background-color: #fff;
	color:  #01753d;
}

.main{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container {
	margin: 0 auto;
	padding: 0 ;
}
.pc_year{display: block;}
.sj_year{display: none;}

.year_line{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding:0px;
	height: 630px;
	
	}
.year_line ul{width:100%; height: auto; overflow: hidden;}
.year_line ul li{position: absolute; width:466px; height: auto; z-index:999;}
.year_line ul li .lsbt{
	float:left;
	width:340px;
	height: 84px;
text-indent:2em;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;}
.year_line ul li .lsbt a{font-size: 18px; color: #333; }
.year_line ul li .time{float: right; background: url(../img/bg_li_cloud.png) no-repeat top center; width:123px; font-size:25px; font-weight: bold; color: #fff; line-height: 60px; padding-top: 20px; text-align: center; height: 80px;}

.ls_1{ bottom:70px;left:-10px;}
.ls_2{ bottom:220px; left:50px;}
.ls_3{ bottom:350px;left:225px;}

.ls_4{ bottom:410px; left:35%; margin-left: 8px; }
.year_line ul li.ls_4 .lsbt{float:none;margin:0 auto;display: block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.year_line ul li.ls_4 .time{float:none;margin:0 auto; display: block;}
.ls_5{bottom:350px;right:225px;}
.year_line ul li.ls_5 .lsbt{float: right;}
.year_line ul li.ls_5 .time{float: left;}
.ls_6{bottom:220px; right:50px; }
.year_line ul li.ls_6 .lsbt{float: right;}
.year_line ul li.ls_6 .time{float: left;}
.ls_7{bottom:70px;right:-10px;}
.year_line ul li.ls_7 .lsbt{float: right;}
.year_line ul li.ls_7 .time{float: left;}

.history_bt{position: absolute; left:auto; bottom: 0; width:100%;height: auto;margin: 60px auto 55px auto;color: #a87f29;}
.history_bt h6{width:100%; font-size: 26px; line-height: 30px; height: 30px; background: url(../img/bg_lsgc_bt.png) no-repeat center center; text-align: center; }
.history_bt span{width:100%; display: block; text-align: center; font-size:16px; line-height: 20px;}

.history{position: relative;height: 630px; margin-top:80px; }
.bg_history {
	width: 1200px;
	margin: 0 auto;
	display: block; height:255px;;
	overflow: hidden;background-color: #fff;
	padding: 10px;
}

.xqzx {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.xqzx .hd {
	display: none;
	list-style: none;
	position: absolute;
	right: 40%;
	bottom: 50px;
	z-index: 1;
}

.xqzx .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
	background: #fff;
	margin: 0 3px;
}

.xqzx .hd ul li.on {
	background: #ffae00;
}

.xqzx .bd {
	width: 100%;
}

.xqzx .bd ul {
	float: left;
}

.xqzx .bd li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xqzx .bd li .pic {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xqzx .bd li .pic img {
	width: 100%;
	height: auto;
	float: left;
}

.xqzx .bd li .bt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 144px;
	padding-top: 50px;
	background: url(../img/bg_slder_bt.png) no-repeat right center;
}

.xqzx .bd li .bt span {
	width: 134px;
	float: left;
	color: #fff;
	line-height: 45px;
	padding: 0px 10px;
	font-size: 40px;
	margin-right: 0px;
}

.xqzx .bd li .bt span a {
	color: #fff;
	width:100%;
	padding: 0;
	height: auto;
	line-height: 45px;
	font-size: 40px;
	overflow: auto;
	text-overflow: initial;
	white-space: normal;
}

.xqzx .bd li .bt a {
	float: right;
	width: 80%;
	padding: 0 20px;
	 text-align: center;
	color: #fff;
	line-height: 96px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yxq {
	float: left;
	width: 100%;
	height: 500px;
	padding: 25px 0;
	background: url(../img/bg_cloud.png) no-repeat;
	max-width: 770px;
	margin: 0;
	margin-top: 20px;
	margin-left: 30px;
}

.yxq_bg {
	float: left;
	width:280px;
	margin: 135px 0 0 60px;
}

.yxq_tab {
	float: left;
	width: 400px;
}

.yxq_tab .hd {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 20px;
	float: right;
}

.yxq_tab .hd ul {
	width: 100%;
}

.yxq_tab .hd ul li {
	float: left;
	width: 80px;
	margin: 0 20px;
	height: auto;
	text-align: center;
	padding: 0;
	cursor: pointer;
}

.yxq_tab .hd ul li em {
	width: 100%;
	height: 48px;
	margin: 0 auto;
	display: block;
}

.yxq_tab .hd ul li em.icon1 {
	background: url(../img/cloud_icon01.png) no-repeat center center;
}

.yxq_tab .hd ul li em.icon2 {
	background: url(../img/cloud_icon02.png) no-repeat center center;
}

.yxq_tab .hd ul li em.icon3 {
	background: url(../img/cloud_icon03.png) no-repeat center center;
}

.yxq_tab .hd ul li.on em.icon1 {
	background: url(../img/cloud_icon01_on.png) no-repeat center center;
}

.yxq_tab .hd ul li.on em.icon2 {
	background: url(../img/cloud_icon02_on.png) no-repeat center center;
}

.yxq_tab .hd ul li.on em.icon3 {
	background: url(../img/cloud_icon03_on.png) no-repeat center center;
}

.yxq_tab .hd ul li a span {
	width: 100%;
	float: left;
	text-align: center;
	;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #c4160a;
	font-size: 20px;
	line-height: 40px;
}

.yxq_tab .hd ul li.li_last {
	margin-right: 0;
	border-right: none;
}

.yxq_tab .hd ul li.on a span {
	color: #c4160a;
}

.yxq_tab .bd {
	width: 100%;
	padding: 0;
}

.yxq_tab .bd .ynr {
	display:none;
	padding: 0px 15px;
	overflow: hidden;
}

.yxq_tab .bd .ynr h4 {display:none;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #C4160A;
}

.yxq_tab .bd .ynr p {
	font-size: 14px;
	text-align: justify;
	color: #333;
	font-family: SourceHanSansCN-Normal;
	-webkit-text-shadow: 1px 0px 1px #898989;
	-o-text-shadow: 1px 0px 1px #898989;
	-moz-text-shadow: 1px 0px 1px #898989;
	text-shadow: 1px 0px 1px #898989;
	position: relative; line-height: 30px; max-height: 180px;overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	}


.scroll_left {
	float: left;
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.scroll_left .bd {
	padding-right: 20px;
}

.scroll_left .bd ul {
	width: 100%;
}

.scroll_left .bd .tempWrap {
	width: 100% !important;
}

.scroll_left .bd ul li {
	float: left;
	min-width: 300px;
	margin: 0 20px;
	padding: 0 25px;
	border-radius: 30px;
	line-height: 40px;
	background-color: rgb(151, 16, 7);
	opacity: 0.6;
	filter: alpha(opacity=60);overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scroll_left .bd ul li a {
	color: #fff;
	font-size: 18px;
}

.news {
	width: 100%;
	max-width: 770px;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	;
}

.news .lm {
	position: relative;
	width: 100%;
	height: 60px;
}

.news .lm h6 {
	position: relative;
	float: left;
	text-align: left;
	font-size: 36px;
	font-weight: 500;
	color: #007a3f;
	line-height: 60px;
	z-index: 99;
}

.news .lm em {
	position: absolute;
	top: 0;
	left: 35px;
	float: left;
	z-index: 9;
	height: 60px;
	line-height: 50px;
	font-size: 50px;
	font-weight: bold;
	color: #ecf4f0;
	font-style: normal;
	text-transform: uppercase;
}

.news .lm .more {
	float: right;
	background: url(../img/more.png) no-repeat center right;
	line-height: 60px;
	padding-right: 20px;
}

.news .lm .more a {
	color: #007a3f;
}

.news ul {
	width: 100%: float:left;
}

.news ul li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(../img/bg_listd.png) no-repeat left center;
	padding-left: 15px;
	;
}

.news ul li a {
	float: left;
	width: 85%;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li span {
	float: right;
	width: 15%;
	font-size: 18px;
	text-align: right;
	color: #666666;
	
}
.news ul li:hover a,.news ul li:hover span{color:#007a3f ;}
.notice {
	float: left;
	margin-left: 60px;
}

.bg_ls {
	position: relative;
	background: url(../img/bg_lsgc.png) no-repeat top center;
	overflow: hidden;
	height: 820px;
	margin-top: 50px;
}

.bg_ls_lm {
	width: 320px;
	height: 70px;
	background: url(../img/bg_lm_xsgc.png) no-repeat bottom center;
	margin: 40px auto 0;
	display: block;
	text-align: center;
}

.bg_ls_lm h6 {
	text-align: center;
	color: #a87f29;
	font-size: 36px;
}

.tab1 {
	float: left;
	width: 100%;
	max-width: 770px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.tab2 {
	float: left;
	width: 100%;
	max-width: 770px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 60px;
}

.tab1 .hd,
.tab2 .tab2_hd {
	width: 100%;
	height: 60px;
}

.tab1 .hd ul,
.tab2 .tab2_hd ul {
	width: 100%;
	float: left;
}

.tab1 .hd ul li,
.tab2 .tab2_hd ul li {
	float: left;
	margin-right: 20px;
	font-size: 30px;
	line-height: 60px;
	color: #007A3F;
		cursor: pointer;
}

.tab1 .hd ul li.on,
.tab2 .tab2_hd ul li.on {
	font-size: 36px;
	font-weight: bold;
}

.tab1 .bd,
.tab2 .tab2_bd {
	width: 100%;
}
.teacher {
	position: relative;
	display: none;
	width: 100%;
	float: left;
	margin-top: 5px;
}
.alumni{
	position: relative;
	display: none;
	width: 100%;
	float: left;
	margin-top: 5px;
	background: url(../img/bg_alumni.png) repeat top center;
	}
span.more2 {
	position: absolute;
	right: 0;
	top: -60px;
	background: url(../img/more.png) no-repeat center right;
	line-height: 60px;
	padding-right: 20px;
}

span.more2 a {
	color: #007a3f;
}
span.more3 {
	position: absolute;
	right: 0;
	top: -80px;
	background: url(../img/more.png) no-repeat center right;
	line-height: 60px;
	padding-right: 20px;
}

span.more3 a {
	color: #007a3f;
}
.teacher ul,.alumni ul {
	float: left;
	width: 100%;
}

.teacher ul li {
	position: relative;
	float: left;
	width: 100%;
	height: 220px;
	margin-top: 15px;
}

.teacher ul li .ms_pic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 300px;
	height: 190px;
	overflow: hidden;
}

.teacher ul li .ms_pic img {
	width: 100%;
}

.teacher ul li .ms_bt {
	position: absolute;
	right: 0;
	top: 20px;
	width: 740px;
	height: 200px;
	padding: 15px 20px 15px 290px;
	background-color: #f5eede;
	border-right: 5px solid #e9b249;
}

.teacher ul li .ms_bt h6 {
	line-height: 40px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teacher ul li .ms_bt h6 a {
	color: #d19512;
	font-size: 20px;
	font-weight: bold;
}

.teacher ul li .ms_bt p {
	height:60px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.teacher ul li.double .ms_pic {
	left: auto;
	right: 0;
}

.teacher ul li.double .ms_bt {
	position: absolute;
	left: 0;
	right: auto;
	height: 200px;
	padding: 15px 290px 15px 20px;
	border-left: 5px solid #e9b249;
	border-right: none;
}
.teacher ul li:hover .ms_bt,.teacher ul li.double:hover  .ms_bt { background-color: #DCA733;}
.teacher ul li:hover .ms_bt h6 a,.teacher ul li.double:hover  .ms_bt h6 a ,.teacher ul li:hover .ms_bt p{ color: #fff;}

.alumni ul li{float:left; margin: 0 30px; padding:20px 0px; border-bottom: 1px dashed #b99d63;}
.alumni ul li .xs_pic{float: left; width:160px; height:160px; border: 3px solid #fff; 
-webkit-border-radius: 100%;
-moz-border-radius:100% ;
border-radius: 100%; 
overflow: hidden;}
.alumni ul li .xs_pic img{width:100%;}
.alumni ul li .xs_bt{float: left; margin-left: 20px; height:160px;}
.alumni ul li .xs_bt h6{width:100%;line-height: 30px;
	margin-bottom: 10px;font-size: 18px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
.alumni ul li .xs_bt p {
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
}	
.alumni ul li .xs_bt span{float: left; line-height: 30px;}
.alumni ul li .xs_bt span  a{color: #a94514;}
.alumni ul li:hover .xs_bt h6,.alumni ul li:hover .xs_bt p{color: #a94514;}

.tab2_img {position: relative;
	display: none;
	width: 100%;
	height: 690px;
	margin-top: 20px;
}

.tab2_img .bd {
	float: left;
	width: 100%;
	height: 565px;
	overflow: hidden;
}

.tab2_img .bd ul {
	width: 100%;
	float: left;
}

.tab2_img .bd ul li {
	position: relative;
	width: 100%;
	height: 565px;
	float: left;
}

.tab2_img .bd ul li .slider_img {
	width: 100%;
	height: 485px;
	overflow: hidden;
}

.tab2_img .bd ul li .slider_img img {
	width: 100%;
}

.tab2_img .bd ul li .slider_bt {
	position: absolute;
	right: 0;
	bottom: 30px;
	background: url(../img/tab2_bt.png) no-repeat top center;
	width: 400px;
	height: 190px;
}

.tab2_img .bd ul li .slider_bt span {
	float: left;
	margin: 25px 30px;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
}

.tab2_img .bd ul li .slider_bt p {
	float: left;
	margin: 20px 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tab2_img .bd ul li .slider_bt p a {
	color: #fff;
	font-size: 18px;
}

.tab2_img .hd {
	float: left;
	height: 126px;
	width: 100%;
	margin-top: 0px;
}

.tab2_img .hd ul {
	width: 100%;
}

.tab2_img .hd ul li {
	width:25%;
	height: 126px;
	padding: 0 5px;
	overflow: hidden;
	border-bottom: 6px solid #007A3F;
	margin: 0px;
	float: left;
		cursor: pointer;
}

.tab2_img .hd ul li img {
	width: 100%;
	overflow: hidden;
}

.tab2_img .hd ul li.on {
	border-bottom: 6px solid #dca733;
	margin: 0px;
	padding: 0 5px;
	line-height: 30px;
}
.tab2_story {position: relative;
	display: none;
	width: 100%;
	height: 690px;
	margin-top: 20px;
	background: url(../img/bg_stroy.png) #f8e6d4 top center;
}
.tab2_story ul{float: left; width:100%; padding: 10px 15px;}
/*.tab2_story ul li{float: left; background: url(../img/story_li.png) no-repeat top center;}
.tab2_story ul li p{float:left; margin:60px 15px 0; padding:0 0px; line-height: 30px; font-size:16px; color: #333; height: 60px; border-bottom: 1px dashed #fff6e1;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.tab2_story ul li p a{color: #333; font-size:16px;}	
.tab2_story ul li p:hover a{color: #00773A;}
.tab2_story ul li span{float: right;line-height: 30px; margin-right: 15px;  font-size: 14px; color: #999;}*/

.tab2_story ul li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(../img/bg_listd.png) no-repeat left center;
	text-indent: 15px;
	;
}

.tab2_story ul li a {
	float: left;
	width: 85%;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab2_story ul li span {
	float: right;
	width: 15%;
	font-size: 18px;
	text-align: right;
	color: #666666;
	
}
.tab2_story ul li:hover a,.tab2_story ul li:hover span{color:#007a3f ;}
.tab3 {
	width: 100%;
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
}

.tab3 .parHd {
	position: relative;
	width: 100%;
	height: 100px;
	padding-bottom: 30px;
	background: url(../img/bg_tab3_hd.png) no-repeat bottom center;
}

.tab3 .parHd ul {
	position: absolute;
	top: 0;
	left: 39%;
	width: 340px;
}

.tab3 .parHd ul li {
	float: left;
	margin-left: 20px;
	font-size: 36px;
	line-height: 70px;
	color: #333;
	cursor: pointer;
}

.tab3 .parHd ul li.on {
	color: #086639;
	font-weight: bold;
}

.tab3 .bd {
	width: 100%;
}

.tab3_bd {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.Cooldog_container {
	width: 1600px;
	height: 600px;
	margin: 30px auto 60px;
	position: relative;
	overflow: hidden;
}

.Cooldog_container .Cooldog_content {
	position: absolute;
	width: 750px;
	height: 600px;
	top: 0;
	left: 45%;
	margin-left: -249px;
}

.Cooldog_container .Cooldog_content li {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 600px;
overflow:hidden;
	transition: all 0.3s ease;
}
.Cooldog_container .Cooldog_content li .cool_bg{width: 100%;
	height: 450px;}
.Cooldog_container .Cooldog_content li .tab3_bg{height:100px; display:none;}
.Cooldog_container .Cooldog_content li.p4 .tab3_bg{display:block;}
.Cooldog_container .Cooldog_content li .bg_dog {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 450px;
	transition: all 0.3s ease;
	background:#000;
filter:alpha(opacity=70); 
-moz-opacity:0.7; 
opacity:0.7;
display: block;
}
.Cooldog_container .Cooldog_content li .bg_dog  .bg_video{
	position: relative;
	top:0; left: 0;
	z-index: 9999;
	width: 750px;
	height: 450px;
	background:url(../img/bg_video.png)  no-repeat center center;
}
.Cooldog_container .Cooldog_content li .sp_icon{z-index: 9999; width:100px; height: 35px; margin-top:30px; margin-left: 30px;float: left ;	top:0; left: 0; position: absolute; }
.Cooldog_container .Cooldog_content li .sp_icon img{width:100px !important; height: 35px !important;  display: block;}
.Cooldog_container .Cooldog_content li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.video_on{position: absolute;; top:0px;left:0px; border: none; z-index:999; width:750px; height: 450px; background: url(../img/bg_video.png) no-repeat center center;}
.Cooldog_container .Cooldog_content li video,.Cooldog_container .Cooldog_content li object{width:750px !important; height: 450px !important;}
.video_close{display: none;}


.Cooldog_container .btn_left,
.Cooldog_container .btn_right {
	display: block;
	width: 71px;
	height: 35px;
	position: absolute;
	top: 40%;
	z-index: 50;
	color: #fff;
	line-height: 35px;
}

.Cooldog_container .btn_left {
	text-align: left;
	left: 0;
	background: url(../img/btn_left.png) no-repeat left center;
}

.Cooldog_container .btn_right {
	text-align: right;
	right: 0;
	background: url(../img/btn_right.png) no-repeat right center;
}

.Cooldog_container i {
	font-size: 50px;
}

.tab3_bg{position: absolute; left: 0; bottom: 0; width:100%; margin: 0 auto;}
.tab3_bg ul{width:100%; float: left;}
.tab3_bg ul li{display: none; width:100%; float: left; }
.tab3_bg ul li.active{display: inline-block;}
.tab3_bg h5{text-align: center;width:100%;margin:0 auto; line-height: 40px; color: #086639; font-weight: bold; font-size: 20px;}
.tab3_bg h5 a{color: #086639; font-weight: bold; font-size: 20px;}
.tab3_bg h5:hover, .tab3_bg h5:hover a{color: #D48D29;}
.tab3_bg p{margin:0 auto; text-align: center; width:100%; color: #333; font-size: 16px; line-height: 35px;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.tab3_bg ul li p{color: #333;}

.p1 {
	transform: translate3d(-900px, 0, 0) scale(0);
	 opacity: 0.4;
    z-index: 1;
}

.p2 {
	transform: translate3d(-600px, 0, 0) scale(0);
	transform-origin: 0 50%;
	opacity: 0.6;
    z-index: 2;
}

.p3 {
	transform: translate3d(-300px, 0, 0) scale(.81);
	transform-origin: 0 50%;
	opacity: 0.8;
    z-index: 3;
}

.p4 {
	transform: translate3d(0px, 0, 0) scale(1);
	opacity: 1;
	z-index: 4
}

.p5 {
	transform: translate3d(380px, 0, 0) scale(.81);
	transform-origin: 0 50%;
opacity: 0.8;
    z-index: 3;
}

.p6 {
	transform: translate3d(760px, 0, 0) scale(0);
	transform-origin: 0 50%;
	 opacity: 0.6;
    z-index: 2;
}

.p7 {
	transform: translate3d(1200px, 0, 0) scale(0);
	transform-origin: 0 50%;
opacity: 0.4;
    z-index: 1;
}




.tab_banner{position:relative;max-width:1600px; height: auto; margin: 45px auto;padding-bottom: 10px; overflow: hidden;}
 .tab_banner .bd  .banner_page{position: absolute;width:130px; bottom:10%; right:50px; z-index: 9999;}
 .tab_banner .bd  .banner_page .sprev{ float:left;display:block;width:60px; height: 60px; background:url(../img/tab_banner_l.png) no-repeat center center  #f3f9f6;}
 .tab_banner .bd  .banner_page .sprev:hover{ background:url(../img/tab_banner_l_on.png) no-repeat center center  #086639;}
 .tab_banner .bd  .banner_page .snext{float:right; display:block;width:60px; height: 60px; background:url(../img/tab_banner_r.png) no-repeat center center  #f3f9f6;}
 .tab_banner .bd  .banner_page .snext:hover{background:url(../img/tab_banner_r_on.png) no-repeat center center  #086639;}
.tab_banner .bd{position:relative;width:760px; margin-left: 40px; float: left; overflow: hidden;}
.tab_banner .bd ul{width:100%;display: block !important;}
.tab_banner .bd ul li .tab_banner_img{width:100%; height:500px; overflow: hidden;}
.tab_banner .bd ul li  .tab_banner_img img{width:100%;}
.tab_banner .bd ul li  p{position: relative;  width:70%; color: #086639; overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 40px;
	height:80px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;font-size: 20px;}
.tab_banner .bd ul li  p a{color: #086639;line-height: 40px; font-size: 20px;}	
.tab_banner .hd{position: relative; float: left; width:760px; margin-top: 50px; height: auto; background: none; padding-bottom: 0;}
.tab_banner .hd ul{position: relative;left: 0; top: 0; width:100%;}
.tab_banner .hd ul li{width: 100%; float: left; height: auto;	cursor: pointer; margin-left: 0; margin-bottom: 5px; line-height: 40px; padding: 0px 49px 0px 0; background: url(../img/tab_banner_hd.png) #fff right 15px center no-repeat; }
.tab_banner .hd ul li:hover,.tab_banner .hd ul li.on{background: url(../img/tab_banner_hd_on.png) #dfb800 no-repeat right 15px center;}
.tab_banner .hd ul li .bt{width:100%; padding: 10px 0;height: 95px;}
.tab_banner .hd ul li:hover .bt,.tab_banner .hd ul li.on .bt{background-color: #086639;}
.tab_banner .hd ul li .bt span{float: left; text-align: right; width:15%; font-size: 18px; line-height:40px; color: #d87a00;}
.tab_banner .hd ul li .bt span b{font-size: 26px; font-weight: normal;}
.tab_banner .hd ul li .bt a{float: left; width:85%;padding: 0 2%; font-size: 20px; color: #333;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;border-right:1px solid #ccc; 
	}
.tab_banner .hd ul li.on .bt span{color: #fff;}
.tab_banner .hd ul li.on .bt a{color: #fff; border-right: none;}
.arrow{width:298px; margin:30px auto; text-align:left; text-indent: 70px;height: 68px; line-height: 70px; border: 1px solid #666666; background: url(../img/more_arrow.png) no-repeat center right 70px;}
.arrow a{color: #666; font-size:20px;line-height: 70px; }
.arrow:hover{background: url(../img/more_arrow_on.png) #007A3F no-repeat center right 70px;}
.arrow:hover a{color: #fff;}
.foot{background-color: #086639;}
.foot_logo{width:100%; max-width:400px; padding: 0; margin: 20px auto 0;}
.link_lxwm{width:100%; max-width: 800px; margin: 40px auto;color: #fff;}
.lxwm{width:100%; padding: 0; color: #fff; }
.lxwm p span{width:75px;float:left;display: block; color: #fff; font-size: 16px;}
.lxwm p{width:100%; line-height: 30px;color: #fff; font-size:16px;float:left; }
.link{width:100%; padding: 0; margin: 20px auto 0;}
.link ul{width:600px;float:left; }
.link ul li{ line-height: 35px; float: left; text-align: left;color: #fff;font-size: 16px;}
.link ul li a{color: #fff;font-size: 16px; padding: 0 10px;}

.ewm{width:100%; max-width: 400px; padding: 0; padding-left:180px ; margin: 30px auto;}
.ewm dl{width:80px; height: 120px; float: left;margin-left: 30px;}
.ewm dl dd{width:80px; height: 80px; overflow: hidden; float: left;}
.ewm dl dt{width:100%; text-align: center; color: #fff; line-height: 30px;}
.copy{border-top:1px solid #b5e0cb; line-height: 50px;}
.copy p{color: #fff; text-align: center;}

.bg_nav{position: absolute;width:100%; height: 50px; top: 0; left: 0; background-color: #01703a;}
.bg_nav_on{background-color: #007a3f;}
.pc_nav2{position: absolute; top: 0; left:8%; margin-left: 0px;}
.button_search{position: absolute; top:0px; right: 0; z-index:99999; width:60px;  border:none;height:60px; display: block; background: url(../img/search.png) no-repeat center center;}
.button_search:focus{border: none;}

.search-form{position:absolute;top: 20px;right: 0;min-width: 320px;height:40px;z-index:99999;display: none;}
.open{display: block;}
.search{width: 100%;height:100%; display: contents;}
.search-form .ssk{width:75%; padding: 0 10px; height: 40px; line-height: 40px; float: left;}
.search-form .ss{width:25%;color: #fff;border: none;height: 40px;line-height: 40px;text-align: center;background: #ccc  url(../img/search.png) no-repeat center center;}
.tz-content-search {
    background:rgba(0,0,0,0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: 9999999;
    opacity: 1;
    display: none;
    font-size: 30px;
}
 .tz-content-search-eff {
 	display:block;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important;
}

 .tz-content-search form {
    height: 100%;
    position: relative;
    width: 100%;
}
 .tz-search-input {outline:none;
    /* background: rgba(0, 0, 0, 0); */
    border: 1px solid #fff;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 40px;
    height: 40px;
    max-height: 40px;
    left: 15%;
    padding: 10px 30px;
    position: absolute;
    top: 45%;
    width: 75%;
    background: url(../img/search.png) no-repeat center right 5%;
    z-index: 999999;
}

.fa.fa-times.tz-form-close {
    color: rgb(255, 255, 255);
    width:36px; height: 36px;
    font-size: 50px;
    position: absolute;
    right: 5%;
    top: 5%;
    background: url(../img/search_close.png) no-repeat center center;
}

.fa.fa-times.tz-form-close:hover {
    cursor: pointer;
}
.tz-bog-search{
    position: relative;
    padding: 0;}.tz-bog-search input {
    background:#f6f6f6;
    border: medium none;
    color: #aaaaaa;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0px 30px 0px 10px;
    width: 75%;
    }
.tz-bog-search label{
    position: absolute;
    top: 22px;
    right: 10px;
    cursor: pointer;}


.banner1{width:100%; margin-top: 60px;}
.banner1 img{width:100%;}
.dqwz{float: left;width:100%; height: 30px;color: #333; font-size: 16px; line-height: 30px; margin: 10px auto; background: url(../img/dqwz.png) no-repeat left center; padding-left: 30px;}
.dqwz a{line-height: 30px;color: #333; font-size: 16px; padding: 0 10px;}
.dqlm{width: 510px; height: 55px; margin: 0 auto; text-align: center;}
.dqlm h5{float:left; width:100%;line-height:40px; height: 40px; margin: 0; color: #007a3f; font-size: 30px; font-weight: bold;text-align: center;}
.dqlm img{float:left; margin-top: -15px;}
.bg_line{ float:left;width:100%; height:5px; margin: 20px auto;}
.bg_line img{float:left;width:100%}
.btlb{width:100%; float: left;min-height:400px;}
.btlb ul{width:100%;}
.btlb ul li{float: left; width:100%;height: 40px; margin-bottom: 15px; background: url(../img/bg_listd.png) no-repeat left center; padding-left: 15px;}
.btlb ul li a{width:85%; line-height: 40px; float: left; text-align: left; font-size: 20px; color: #333;	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.btlb ul li span.time{float: right; width: 15%; line-height: 40px; color: #666; font-size: 18px; text-align: right;}
.btlb ul li:hover a{color: #00773A;}

.m_left{width:100%; max-width: 1210px; padding: 0; margin: 0;}
.m_content{width:100%;}
.m_content h1.title{font-size:24px; font-weight: bold; color: #333; line-height: 40px; text-align: center;}
.m_content h2{font-size: 20px; text-align: center; line-height: 35px;}
.m_content p.data{line-height: 35px;text-align: center;color: #999; font-size: 16px; margin: 20px auto;}
.article{width:100%; float: left;}
.article p{ font-size: 16px; line-height: 35px;}
.article p img{margin: 15px auto; display: block;}
.article p table img, .article p span img,.article p li img{margin: 0 !important;}

.m_right{width:100%; max-width: 320px; padding: 0; margin: 0; margin-left: 70px;}


.share{float: left;width: 100%; margin: 20px 0; height: 45px; line-height: 45px; padding: 0 40%; background-color: #f7f7f7;}
.share .bshare-custom{line-height: 45px !important;}
.bsTop{width:208px !important;}
.bsFrameDiv div{width:208px !important;height:208px !important;}
.bsFrameDiv div img{margin:15px !important;}
.bshare-custom a{padding: 0 !important; margin: 0 7px !important; height: 23px !important; width: 23px !important;}
.share .bshare-custom .bshare-weixin{background: url(../img/share_wx.png) no-repeat !important;}
.share .bshare-custom .bshare-qzone{background: url(../img/share_qzone.png) no-repeat !important;}
.share .bshare-custom .bshare-sinaminiblog{background: url(../img/share_xl.png) no-repeat !important;}
.share .bshare-custom .bshare-more{background: url(../img/share_more.png) no-repeat !important;}
.share .bshare-custom .bshare-renren{background: url(../img/share_rrw.png) no-repeat !important;}
.share .bshare-custom .bshare-qqmb{background: url(../img/share_rr.png) no-repeat !important;}
/*上下条*/
.page{width: 100%; float: left;margin: 10px 0;}
.page div{float: left;height: 50px; width: 100%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; line-height: 50px; color:#515151;}
.page div a{color: #515151; font-size: 16px;}
.page div:hover a{color:#00773A;}

.weibo{width:100%; height: auto; min-height: 600px; border: 1px solid #b0b0b0;}
.hot_new{width:100%; overflow: hidden;  height: auto; border: 1px solid #b0b0b0; margin-top: 40px;}
.hot_new h5{float: left; width:100%; height: 49px; line-height: 50px; background-color: #f7f7f7; padding-left: 20px; text-align: left; color: #000; font-size: 20px;}
.hot_new ul{width: 100%; float: left;  padding:0 20px 15px 20px ;}
.hot_new ul li{float: left; width: 100%; height: 44px; background: url(../img/bg_listd.png) no-repeat left center; padding-left: 10px; border-bottom: 1px dashed #b0b0b0; line-height: 45px;}
.hot_new ul li a{width: 100%;display: block; font-size: 14px; color: #666;	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.hot_new ul li:hover a{color: #00773A;}

.photo{width:1040px;position:relative;margin:0 auto;}
.photo .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.photo .prev{left:0px;}
.photo #prevTop,.photo #nextTop{top:250px;width:50px;height:100px; }
.photo #prev,.photo #next{top:490px;width:10px;height:16px;}
.photo #prevTop{background:url(../img/ls_prev.png) rgba(255,255,255,0.7) center center no-repeat;}
.photo #nextTop{background:url(../img/ls_next.png) rgba(255,255,255,0.7) center center no-repeat;}
.photo #prevTop:hover{background:url(../img/ls_prev_on.png) center center no-repeat;}
.photo #nextTop:hover{background:url(../img/ls_next_on.png)  center center no-repeat;}
.photo .next{right:0px;}
.photo li{float:left;}
.photo .cf li{position:relative;color:#fff;}
.photo .cf a{display:block;width:840px; height:560px;position:absolute;color:#fff;}

.photo .cf li p{width:100%;position:absolute;left:0;bottom:0;padding:15px 20px;line-height:40px;font-size: 20px; text-align:left;background:url(../img/bg_history.png) no-repeat center top;filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.photo .cf li p span{display: block;margin-right: 20px; background: url(../img/bg_video2.png) no-repeat center center;width:40px; height: 40px; float: left;}
.photo .picBox{width:840px;  height:560px; padding:0;position:relative;overflow:hidden; background:#fff; margin: 0 auto; display: block;}
.photo .picBox ul{height:560px;position:absolute; left:0;}
.photo .picBox li{padding-left:0px; padding-right:1px; width:840px; height:560px;}
.photo .picBox li img{width:840px; height:560px;}
.photo .listBox{width:840px;height:130px;margin:0 auto;position:relative; padding-top:15px;overflow:hidden;}
.photo .listBox ul{float:left; position:absolute;}
.photo .listBox li{float: left;  overflow: hidden; cursor:pointer;position:relative; }
.photo .listBox li a{display:block;;}
.photo .listBox img{display: block;}

.lsyg{width:100%; float: left; margin: 20px auto;}
.lsyg ol{width:100%; float: left; margin: 0; padding-left: 10px; background: url(../img/history_line.png) repeat-y left top;}
.lsyg ol li{position:relative;float: left;width:100%; height: auto; margin-bottom: 50px;  margin-left: -14px; margin-top: -10px;}
.lsyg ol li:hover .ls_data{background-color: #00773A;}
.lsyg ol li:hover .ls_bt h6 a,.lsyg ol li:hover p,.lsyg ol li:hover .ls_bt span a{color: #fff;}

.lsyg ol li .ls_time{float: left; width:200px; padding-left: 20px; height: 40px; line-height: 40px; background: url(../img/bg_history_d.png) no-repeat left center; font-size: 36px; font-weight: bold; color: #01763d;}
.lsyg ol li .ls_data{float: left; width:1390px; height: 300px; padding:30px; background-color: #f4f4f4;}
.history_pic{width:400px; height: 240px; overflow: hidden; float: left;}
.history_pic img{width:100%;}
.ls_bt{float: left; width:875px; margin-left: 40px;}
.ls_bt h6{width: 100%;float: left; height: 55px; line-height: 35px; text-align: left; background: url(../img/bg_ls_bt.png) no-repeat bottom center; padding-bottom: 20px; color: #01763d; font-size: 24px; font-weight: bold;}
.ls_bt h6 a{color: #01763d; font-size: 24px; font-weight: bold;}
.ls_bt p{width: 100%;float: left; margin-top: 20px; font-size: 16px; color: #333; line-height: 30px;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;}
.ls_bt span{float: left; background:url(../img/read_more.png) no-repeat right center; padding-right: 15px; line-height: 30px; height: 30px; font-size: 14px; color: #b40606;}	
.ls_bt span a{color: #b40606;font-size: 14px; }

.cloud{position: relative;}
.ejdh{position: absolute; bottom:0;left:0;}
.cloud_nav{margin:0 auto; height:70px}
.cloud_nav ul{width:100%;}
.cloud_nav ul li{float:left; width:140px; margin: 10px 95px; padding-bottom: 10px;}
.cloud_nav ul li a img{float:left; width:34px; height:34px;}
.cloud_nav ul li a span{float:left; width:90px; margin-left: 16px; line-height: 40px; height:40px; font-size: 24px; font-weight: bold; color: #333;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.cloud_nav ul li.on,.cloud_nav ul li:hover{border-bottom:3px solid #c4160a;}
.cloud_nav ul li.on a span,.cloud_nav ul li:hover a span{color:#c4160a;}

.yfx{width:100%;}
.yfx ul{width:100%; float: left;}
.yfx ul li{position: relative; float:left; width:100%;cursor: pointer; height:auto; overflow: hidden; background: url(../img/bg_yfx_li.png) no-repeat top left;}
.yfx ul li span.lmbt{float:left;display: block; width:63px; height:150px; line-height: 22px; font-size:22px; font-weight: bold; color: #fff; text-align: center; padding:20px 0 0 0; margin: 0 60px 0 54px; background: url(../img/bg_yfx_lm.png) no-repeat top center;}
.yfx ul li  .yfx_nr{float: left; width:1367px;  margin-top: 30px;} 
.yfx ul li  .yfx_nr .yfx_bt{width:100%; height:80px; line-height: 60px;overflow: hidden;
	white-space: nowrap;padding-right: 130px;
	text-overflow: ellipsis; padding-bottom: 20px; background: url(../img/bg_yfx_bt.png)  no-repeat right bottom;}
.yfx ul li  .yfx_nr .yfx_bt a{color: #086639; font-size: 20px; font-weight: bold;}
.yfx ul li .yfx_nr .dl_odd{float:left;color: #333; font-size:18px;line-height: 30px;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.yfx ul li .yfx_nr .dl_even{float:left; color: #333; font-size:18px;line-height: 30px;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}.
.yfx ul li .yfx_nr .dl_odd,.yfx ul li .yfx_nr .dl_even{display:block;color: #333; font-size:18px !important;line-height: 30px; background: none;}
.yfx ul li .yfx_nr .dl_odd  b,.yfx ul li .yfx_nr .dl_even  b{ float: left; width:90px; line-height: 30px; height:30px; font-size:18px; color: #086639;}
.yfx ul li .yfx_nr .dl_ewm{float: left;position: relative; cursor: pointer; overflow: visible;}
.yfx ul li .yfx_nr .dl_ewm span .dl_ewm_img{display: none; box-shadow: 3px 3px 20px 1px #b0b9b5; position: absolute; left:-0px; bottom:40px; width:155px; height:155px; background-color: #fff;}
.yfx ul li .yfx_nr .dl_ewm span  .dl_ewm_img img{width:100%}
.yfx ul li .yfx_nr .dl_ewm span{position: relative; color: #333; font-size:18px; background: none;}
.yfx ul li .yfx_nr .dl_ewm span:hover .dl_ewm_img{display: block;}
.yfx ul li:hover  .yfx_nr .yfx_bt a{color: #333;}
.yfx ul li .yfx_nr .dl_odd:hover,.yfx ul li .yfx_nr .dl_even:hover{color: #086639;}

.bg_yzb{width:100%; height:auto;background: url(../img/bg_yzb.png) no-repeat left top; margin: 0 auto; overflow: hidden;}
.bg_yzb ul{width:100%; float: left;}
.bg_yzb ul li{float:left; margin: 20px 0 20px 88px; width:153px; height:auto;}
.bg_yzb ul li a img{width: 153px; height:153px; float: left;}
.bg_yzb ul li a span{float: left;width:100%; height:40px; line-height: 40px; text-align: center;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; font-size: 22px; font-weight: bold; color: #333;}
.bg_yzb ul li:hover a span{color: #00773A;}
.bg_yzf{width:100%; height:auto;background: url(../img/bg_yzf.png) no-repeat left top; margin: 0 auto; overflow: hidden;}
.bg_yzf ul{width:100%;}
.bg_yzf ul li{float: left;width:230px; height: 60px; line-height: 60px; margin-left: 40px; text-align: center; border:2px solid #c4160a; -moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px; background-color: rgba(255,255,255,0.8);}
.bg_yzf ul li a{color: #C4160A; font-size: 20px; font-weight: bold;}
.bg_yzf ul li.on,.bg_yzf ul li:hover{background-color: #C4160A;}
.bg_yzf ul li.on a,.bg_yzf ul li:hover a{color: #fff;}
.zfy{width:100%;float:left; margin-bottom: 60px;}
.zfy ul{width:100%; float:left;}
.zfy ul li{margin-right: 26px; overflow: hidden; float:left; padding-bottom: 20px;}
.zfy ul li.odd{ border: 2px solid #01743c;}
.zfy ul li.even{ border: 2px solid #d48d29;}
.zfy ul li .zfy_bt{position: relative; width:100%; height:130px; overflow: hidden;}
.zfy ul li .zfy_bt span{position: absolute; bottom: 0; width:420px; z-index:999; height:250px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%; }
.zfy ul li.odd .zfy_bt span{background-color:#01743c ;}
.zfy ul li.even .zfy_bt span{background-color:#D48D29 ;}
.zfy ul li .zfy_bt h6{position:absolute; top:0; left:0; z-index:9999;line-height: 130px; width:100%; height: 130px; color: #fff; font-size: 20px; font-weight: bold; text-align: center; background: url(../img/bg_zfy_bt.png) no-repeat center center;}
.zfy ul li .big h6{position:absolute; top:0; left:0; z-index:9999;line-height: 130px; width:100%; height: 130px; color: #fff; font-size: 20px; font-weight: bold; text-align: center; background: url(../img/bg_zfy_bt_big.png) no-repeat center center;}
.zfy ul li .small h6{position:absolute; top:0; left:0; z-index:9999;line-height: 130px; width:100%; height: 130px; color: #fff; font-size: 20px; font-weight: bold; text-align: center; background: url(../img/bg_zfy_bt_small.png) no-repeat center center;}

.zfy ul li .zfy_ol{width:370px; margin-top:20px; padding: 0 20px 0 30px; float: left; overflow-x: hidden;  overflow-y: scroll;  height:400px;}
.zfy ul li .zfy_ol::-webkit-scrollbar{width:6px; padding-right:10px;/*background-color: #94b4a5;*/ background-color: #fff;}
.zfy ul li .zfy_ol::-webkit-scrollbar-track-piece{background-color: #fff;}
.zfy ul li .zfy_ol::-webkit-scrollbar{width:6px;height:10px; padding-right:10px; }
.zfy ul li .zfy_ol::-webkit-scrollbar-thumb{background-color: #94b4a5; background-clip: padding-box; min-height: 10px; border-radius: 10px;}
.zfy ul li .zfy_ol::-webkit-scrollbar-thumb:hover{background-color: #94b4a5;}
.zfy ul li .zfy_ol ol{width:100%; float:left; }
.zfy ul li .zfy_ol ol li{float:left;width:100%; padding-bottom: 0; margin-right: 0; padding-left:15px;  height:40px; line-height:40px;}
.zfy ul li .zfy_ol ol li a{color: #333;}
.zfy ul li.odd .zfy_ol ol li{background:url(../img/bg_listd.png) no-repeat left center;}
.zfy ul li.even .zfy_ol ol li{background:url(../img/bg_listd2.png) no-repeat left center;}
.zfy ul li.odd .zfy_ol ol li:hover a{color:#00773A;}
.zfy ul li.even .zfy_ol ol li:hover a{color:#D48D29;}

.bg_wyzf{border: 1px solid #EEEEEE; overflow: hidden; margin-bottom: 50px;}
.wyzf{margin: 20px auto; width:600px;overflow: hidden; }
.wyzf ul{width: 100%; float: left;}
.wyzf ul li{float: left; width: 100%; margin: 10px auto;font-size: 16px;}
.wyzf ul li span{float: left; width:80px; height: 50px; line-height: 50px; text-align: center;}
.wyzf ul li input.input_xm,.wyzf ul li input.input_time{-webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px; padding: 0 10px ;float: left; width:300px; border: none; margin-left: 20px; background-color: #f4f4f4; height: 50px; line-height: 50px;  margin-bottom: 10px;}
.wyzf ul li b{float: left; color: red; line-height: 50px; margin-left: 20px;}
.wyzf ul li .input_textarea{float: left;resize: none;width:300px; padding: 10px ; height: 120px;border: none; margin-left: 20px; background-color: #f4f4f4; line-height: 50px;}
.wyzf ul li .input_wyzf{margin: 0 auto 40px auto; display: block;-webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px; width:200px; height: 50px; border: 0; line-height: 50px; text-align: center; background-color: #990000; color: #fff;}
.wyzf ul li .yzm{margin-left: 20px; width: 130px; height: 50px;}

@media  (max-width: 1920px)  {
	.bg_nav{height: 60px;}
	.pc_nav2 #menu{margin-top: 5px;width:33%;}
	.menu_l{margin-left: 10%;}
	.menu_r{margin-right: 10%;}
	.pc_nav{max-width: 1600px;}
	.banner .bd li .tou{top:370px;top: 203px;
		left: 303px;
		float: left;
		margin-left: -20px;
		max-width: 590px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		z-index: 99999;}
	.logo {
		top: 340px;
		left: 370px;
		float: left;
		margin-left: 0px;
		max-width: 1180px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		z-index: 99999;
	}
		.top_logo {width:500px;}
.top_xq img {
		max-width:230px;
	}
.xqzx{max-width: 800px;
	height: 480px;}
.yxq{max-width:770px; height:500px;padding: 25px 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 30px;}
.news{max-width: 770px;
	float: left;
	padding: 0;
	}


.top_xq {
		width: 100%;
		margin-top: 66px;
	}
	.top_xq img {
		width: 100%
	}
	#showtime {
		position: absolute;
		right: 0;
		top: 130px;
		font-weight: bold;
		color: #b01111;
		font-size: 38px;
	}
	
	.main{
		width: 1600px !important;
	}
	.alumni ul li{padding:20px 0; margin: 18px 30px;}
	.alumni ul li .xs_bt{width:530px; height: auto;}
	.photo{width:1300px; margin-bottom: 50px;}
	.photo .picBox,.photo .picBox li,.photo .picBox li img{width: 1110px;height: 640px;}
	.photo .cf li .bg_box{display: block;z-index:9999; position: absolute; top:0; left: 0; width: 1110px;height: 640px; background: url(../img/bg_box.png) no-repeat center center;}
    .photo .cf li:hover .bg_box{display: none;}
    .photo .listBox{width:1110px; height: 190px; padding: 0; background-color: #f2f2f2;}
    .photo .listBox li{ float:left;width:277px; padding: 0 20px; height: 138px; margin-left: 0px; margin-top: 25px; margin-bottom: 30px; margin-right: 0px;}
    .photo .listBox img{width:100%; height: 138px;}
    .photo .listBox ul{padding: 0px; float: left; height: 190px; width:300% !important; overflow: hidden;}
    .photo .listBox .on{margin-top: 10px;}
.cloud_nav{padding:0 350px;}
.cloud_nav ul li{margin: 10px 80px;}
.yfx ul li{height:310px; margin: 10px auto 20px auto;}
.yfx ul li .yfx_nr{width:1367px;}
.yfx ul li .yfx_nr .dl_odd,.yfx ul li .yfx_nr .dl_even{margin: 40px auto 0 auto; width:655px;}
.yfx ul li .yfx_nr .dl_even{margin-left:50px;}
.bg_yzb{width:1600px; height: 530px; margin: 10px auto 20px auto;}
.bg_yzb ul{margin-left: 38px; width:800px; margin-top: 50px;}
.bg_yzf{width:1600px; height:203px; margin: 10px auto 30px auto;}
.bg_yzf ul{margin-top:70px; margin-left: 70px;}
.zfy{width:1600px;}
.zfy ul li{width:380px;}
.zfy ul li .zfy_bt span{left:-20px;}
}

@media  (max-width: 1900px) {
.banner{max-width:100%; max-height:100%;}
	.banner .bd li .tou {
		max-width: 580px
	}
	.top_logo {
	
	}
	
}

@media  (max-width: 1366px) {
.logo {
		top: 180px;
		left: 93px;
	}
	.pc_logo {
		width: 90px;
		top: 5px;
		margin-left: 10px;
	}
	.pc_logo img {
		width: 100%;
	}
	.banner .bd li .tou{top:230px;	left: 200px;
		max-width: 454px;}
	
	.top_logo {
		width: 500px;
	}
	.top_logo img {
		width: 100%
	}
	.top_xq {
		margin-top: 44px;
		margin-left: 5px;
	}
	#showtime {
		top: 30px;
		right: 40px;
		font-size: 30px;
	}
	
	.pc_nav {
		max-width: 100%;
		height: 133px;
		background-size: contain;
		margin-top: 0px;
	}
	.pc_nav_on{background:url(../img/bg_menu_on.png) no-repeat top center !important;}
.pc_logo_on{width:105px;margin-left:0px;}
.pc_logo_img_on{width: 80% !important;}
	.pc_nav2{left:0; margin-left: 0;}
	.pc_nav2 #menu{width:40%;}
#menu{width:40%;}
	.menu_l{margin-left: 3%;}
	.menu_r{margin-right: 3%;}
	.main{
		width: 1200px !important;
	}
	.bg_ls {
		height: auto
	}
	.year_line ul li{width:330px;}
.ls_1{bottom: 30px; left: -45px;}
.ls_2{bottom: 190px; left: 0px;}
.ls_3{left: 95px;}
.ls_5{right: 95px;}
.ls_6{bottom: 190px; right: 0px;}
.ls_7{bottom: 30px; right: -45px;}
	.xqzx{
		max-width: 600px;
		height: 360px;
	}
		.xqzx .bd li .pic{height: 360px;}
	.xqzx .bd li .bt {
		-webkit-background-size:cover;
		background-size: cover;
		padding-top: 40px;
 height:105px;		
	}
	.xqzx .bd li .bt span {
		padding: 0 40px;
		text-align: center;
		width: 25%;
	}
	.xqzx .bd li .bt span a {
		font-size: 28px;
		line-height: 30px;
	}
	.xqzx .bd li .bt a {
		line-height: 55px;
		width: 70%
	}
	.yxq {
		max-width: 570px;
		height: 370px;
		background-size: contain;
	}
	.yxq_bg {
		width: 200px;
		margin: 110px 0 0 35px;
	}
	.yxq_bg img {
		width: 100%
	}
	.yxq_tab {
		width: 320px;
	}
	.yxq_tab .hd {
		margin-top: 10px;
		height: 90px;
	}
	.yxq_tab .hd ul li {
		margin: 0 13px;
	}
	.yxq_tab .bd .ynr p {
		line-height: 24px;max-height: 100px;-webkit-line-clamp: 4;
		/*overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;*/
	}
	.scroll_left {
		margin-top: 20px;
	}
	.scroll_left .bd {
		padding-right: 15px;
	}
	.news,
	.tab1,
	.tab2 {
		max-width: 570px;
	}
	.news ul li a {
		float: left;
		width: 80%;
	}
	.news ul li span {
		float: left;
		width: 20%;
	}
	.bg_ls {
		height: auto
	}
	
	.teacher ul li {
		height: 170px;
	}
	.teacher ul li .ms_pic {
		width: 200px;
		height: 150px;
	}
	.teacher ul li .ms_bt {
		width: 90%;
		height: 150px;
		padding: 15px 20px 15px 160px;
	}
	.teacher ul li.double .ms_bt {
		width: 90%;
		height: 150px;
		padding: 15px 160px 15px 20px;
	}

	.alumni ul li{margin: 0 30px; padding: 13px 0;}
	.alumni ul li .xs_bt{width:330px;}
	.tab2_img {
		height: auto;
	}
	.tab2_img .bd {
		height: 445px;
	}
	.tab2_img .bd ul li {
		height: 445px;
	}
	.tab2_img .bd ul li .slider_bt{bottom:20px}
	.tab2_img .bd ul li .slider_img {
		height: 445px;
	}
	.tab2_img .hd ul li {
		
		height: 95px;
	}
	.tab2_story{height: 540px;}
	/*.tab2_story ul li{margin: 10px 5px 0px 5px; width:170px; height:170px; -webkit-background-size: contain; background-size: contain;}
	.tab2_story ul li p{line-height: 24px; height:50px;;}*/
.tab2_story ul li a {
		float: left;
		width: 80%;
	}
	.tab2_story ul li span {
		float: left;
		width: 20%;
	}
	.tab3{max-width: 1200px;}
	.tab3 .parHd ul{left: 35%;}
	.Cooldog_container{width:1200px; height: 320px;}
		.Cooldog_container .Cooldog_content{left: 53%; margin-left: -260px;}
	.Cooldog_container .Cooldog_content,.Cooldog_container .Cooldog_content li,.video_on{width:450px; height: 280px;}
	.Cooldog_container .Cooldog_content li video,.Cooldog_container .Cooldog_content li object{width:450px !important; height: 280px !important;}
	.Cooldog_container .Cooldog_content li .bg_dog {
	position: absolute;
	top: 0;
	left: 0;
	width:450px; height: 280px;
	transition: all 0.3s ease;
	background:#000;
filter:alpha(opacity=70); 
-moz-opacity:0.7; 
opacity:0.7;
display: block;
}
.Cooldog_container .Cooldog_content li .bg_dog  .bg_video{
	position: relative;
	top:0; left: 0;
	z-index: 9999;
	width:450px; height: 280px;
	background:url(../img/bg_video.png)  no-repeat center center;
}
.Cooldog_container .Cooldog_content li .sp_icon{z-index: 9999; width:100px; height: 35px; margin-top:30px; margin-left: 30px;float: left ;	top:0; left: 0; position: absolute; }
.Cooldog_container .Cooldog_content li .sp_icon img{width:100px !important; height: 35px !important;  display: block;}
.Cooldog_container .Cooldog_content li:hover .bg_dog{background:none;}
	
	.tab_banner{max-width: 1200px;}
	.tab_banner .bd,.tab_banner .hd{width:600px; margin-left: 0; margin-right: 0; }
	.tab_banner .hd{margin-top: 20px;}
	.tab_banner .hd ul{left: 0 !important;}
	.tab_banner .hd ul li{margin-bottom: 0;}
	.tab_banner .bd  .banner_page{bottom:10%; right:50px;}
	.tab_banner .bd ul li .tab_banner_img{ height:395px;}
	.tab_banner .bd ul li p{width:65%;}
.foot_logo{max-width: 250px;}
.ewm{max-width: 300px;}
.link_lxwm{max-width: 630px;}
.ewm{padding-left:80px;}
.m_left{max-width: 800px;}
.article p img{max-width: 500px;}
.share{padding: 0 34%;}
.photo{width:1040px;}
.photo .picBox, .photo .picBox li, .photo .picBox li img,.photo .cf li .bg_box{width:840px; height:500px;}
.photo .listBox{width:840px; }
.photo .listBox li{width:210px; padding: 0 10px; height: 110px;}
.photo .listBox li img{height: 110px;}
.lsyg ol li .ls_time{width:150px}
.lsyg ol li .ls_data{width: 1040px;}
.history_pic{width:300px; height: 185px;}
.ls_bt{width:660px; margin-left: 20px;}
.ls_bt h6{-webkit-background-size: 100%;background-size: 100%;}
.ls_bt p{margin-top: 10px; line-height: 30px;}
.cloud_nav{padding:0 150px;}
.yfx ul li{background-size: contain; -webkit-background-size: contain; height:230px;}
.yfx ul li .yfx_nr{width:960px;}
.yfx ul li .yfx_nr .dl_odd, .yfx ul li .yfx_nr .dl_even{width:470px; margin: 10px auto 0 auto;}
.yfx ul li .yfx_nr .dl_even{margin-left: 20px;}
.yfx ul li .yfx_nr .dl_ewm span .dl_ewm_img{width:100px; height: 100px;}
.bg_yzb{width:1200px; height:auto; background-size: contain; -webkit-background-size: contain;}
.bg_yzb ul{width:600px; margin-top: 40px;}
.bg_yzb ul li{width:100px;}
.bg_yzb ul li a img{width:100%; height: 100px;}
.bg_yzf{width:1200px; height:153px; background-size: contain; -webkit-background-size: contain;}
.bg_yzf ul{margin-top: 50px; margin-left: 50px;}
.zfy{width:100%;}
.zfy ul li{width:280px;}
.zfy ul li .zfy_bt span{width:320px; height:190px;}
.zfy ul li .zfy_ol{width:270px; height: 350px;}
.zfy ul li .zfy_ol ol li{height:35px; line-height: 35px;}
}
@media  (max-width: 1180px) {
.logo {
		width:1000px;
		top: 105px;
		left: 12px;
	}
.main{width:100% !important;}
.xqzx,.news, .tab1, .tab2{max-width:49%;}
.notice,.tab2{margin-left:0; float:right;}
.Cooldog_container{width:1180px; height:300px;}
}

@media  (max-width: 1024px) {
	.banner .bd li .tou{top:160px;left: 154px;
		max-width: 356px;}
	.logo {
		width:1000px;
		top: 105px;
		left: 12px;
	}
	.top_logo {
		width:400px;
		
	}
	.pc_logo a span{line-height: 20px;}
	.top_logo img {
		width: 100%
	}
	.top_xq {
		margin-top: 35px;
		margin-left: 7px;
	}	.logo_wz{width:390px;}
.logo_wz h6{font-size:36px;}
.logo_wz h4{font-size: 64px;}
.logo_wz h5{font-size: 35px;}
	.pc_logo {
		width: 70px;
	}
	.pc_logo_on{margin-left: 7px; width:65px;}
	.pc_logo_on a span{line-height: 18px; font-size:12px;}
	#showtime {
		top: 25px;
		right: 35px;
		font-size: 22px;
	}
	
	.bg_nav{height: 50px;}
	.pc_nav {
		height: 90px;
	}
	.pc_nav_on{height:90px; background-size: contain  !important; -webkit-background-size: contain !important;}
	.pc_nav #menu{height: 40px;}
	.pc_nav2 #menu {margin-top: 0;}
	.pc_nav #menu li{height: 40px;
		line-height: 40px;}
	.pc_nav2 #menu li {
		height: 50px;
		line-height: 50px;
		
	}
	.menu_l li{margin-left:33px;}
	.menu_r li{margin-right: 30px;}
	.button_search{height: 50px; width: 50px;}
	.main{
		width: 100% !important;
	}
	.banner1{margin-top: 50px;}
	.year_line ul li{width:370px;}
.ls_1{bottom: 10px; left: 0px;}
.year_line ul li.ls_1 .time{float: left; margin-left: 20px;}
.ls_2{bottom: 175px; left: 10px;}
.year_line ul li.ls_2 .time{float: left; margin-left: 95px;}
.ls_3{left: 15px; bottom: 340px;}
.ls_4{left:31%; bottom: 420px;}
.ls_5{right: 15px;bottom: 340px;}
.ls_6{bottom: 175px; right: 10px;}
.year_line ul li.ls_6 .time{float:right; margin-right: 95px;}
.ls_7{bottom: 10px; right: 0px;}
.year_line ul li.ls_7 .time{float:right;margin-right: 20px;}
	.xqzx {
		max-width: 500px;
		height: 300px;
	}
	.xqzx .bd li .pic{height: 300px;}
	.xqzx .bd li .bt {
		height:140px;
		 -webkit-background-size: cover;
		 background-size: cover;
		background: url(../img/bg_slder_bt.png) no-repeat left -30px center;
		padding-top:50px;
	}
	.xqzx .bd li .bt span {
		width: 134px;
	float: left;
	color: #fff;
	height:90px;;
	line-height: 45px;
	padding: 0px 10px;
	font-size: 40px;
	margin-right: 0px;
	}
	.xqzx .bd li .bt span a {
		font-size: 40px;
		line-height: 45px;
	}
	.xqzx .bd li .bt a {
	float: right;
	width: 60%;
	padding: 0 20px;
	 text-align: center;
	color: #fff;
	line-height: 96px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	.yxq {
		max-width: 500px;
		height: 324px;
		margin-left: 24px;
	}
	.yxq_bg {
		width: 165px;
		margin: 80px 0 0 30px;
	}
	.yxq_tab {
		width: 290px;
	}
	.yxq_tab .hd {
		margin-top: 0;
	}
	.yxq_tab .hd ul li {
		margin: 0 8px;
	}
	.scroll_left {
		margin-top: 5px;
	}
	.news {
		max-width: 482px;
	}
	.news ul li a {
		width: 76%;
	}
	.news ul li span {
		width: 24%;
	}
	
	.tab1, .tab2{max-width: 500px;}
	 .tab2{margin-left: 24px;}
	.tab2_img .bd, .tab2_img .bd ul li{height: 400px;}
	 .tab2_img .bd ul li .slider_bt{width:300px;height: 150px;}
	 .tab2_img .bd ul li .slider_bt span{margin-bottom: 10px;}
	 .tab2_img .bd ul li .slider_bt p{margin: 10px 30px}
	 .tab2_img .bd ul li .slider_img{height: 400px;}
	 .tab2_img .hd{height: 100px;}
	 .tab2_img .hd ul li{height: 95px; padding: 0;}
	  .tab2_img .hd ul li.on{padding: 0;}
	 .teacher ul li{height: 160px; margin-top: 10px;}
	 .teacher ul li.double .ms_bt,.teacher ul li .ms_bt{height: 140px;}
	 
	 .tab3 .parHd ul{left: 33%;}
	 .tab3,.Cooldog_container{max-width: 100%; width:100%;}
	 .Cooldog_container .Cooldog_content, .Cooldog_container .Cooldog_content li,.video_on{width:400px; height: 250px;}
	 .Cooldog_container .Cooldog_content li video,.Cooldog_container .Cooldog_content li object{width:400px !important; height: 250px !important;}
	 .Cooldog_container .Cooldog_content{left: 55%;}
	 	.Cooldog_container .Cooldog_content li .bg_dog ,
.Cooldog_container .Cooldog_content li .bg_dog  .bg_video{
width:400px; height: 250px;
}
	 .tab_banner{max-width: 100%;}
	 .tab_banner .bd, .tab_banner .hd{width:512px;}
	 .tab_banner .hd ul li{height: 90px; line-height: 35px;}
	 .tab_banner .hd ul li .bt{height: 90px; padding: 10px 0;}
	 .tab_banner .hd ul li .bt span{line-height: 35px;}
	 .tab_banner .bd ul li .tab_banner_img{height:336px;}
	 .foot_logo{max-width: 230px;}
	 .link_lxwm{max-width: 570px;}
	 .ewm{max-width: 200px; padding: 0;}
	 .ewm dl{margin-left: 20px;}
	 .m_left{max-width: 680px;}
	 .m_right{margin-left: 24px;}
	 .share{padding: 0 32%;}
	 .photo{width:100%; padding: 0 15px;}
	 .lsyg{padding: 0 12px;}
	 .lsyg ol li .ls_data{width: 860px;height: 280px;}
	 .lsyg ol li .ls_time{width:120px}
	 .history_pic{width:35%;height: 175px;}
	 .ls_bt{width: 62%;}
	 .alumni ul li{margin: 0 15px;}
	 .alumni ul li .xs_bt{width: 290px;}
	 
	.tab2_story ul li a {
		width: 70%;
	}
	.tab2_story ul li span {
		width:30%;
	}
.cloud_nav{padding:0 62px;}
.yfx ul li{height:200px;}
	.yfx ul li .yfx_nr{width:800px;}
	.yfx ul li .yfx_nr .yfx_bt{height:60px; line-height: 40px;}
	.yfx ul li .yfx_nr .dl_odd, .yfx ul li .yfx_nr .dl_even{width:390px}
	.bg_yzb{width:100%;}
	.bg_yzb ul li{width:80px; margin: 10px 0 20px 88px;}
	.bg_yzb ul li a img{height: 80px;}
	.bg_yzf{width:100%; height:130px;}
	.bg_yzf ul{margin-top: 40px; margin-left: 0px;}
	.zfy ul li{width:236px;}
	.zfy ul li .zfy_bt{height:100px;}
	.zfy ul li .zfy_bt h6{ height: 100px; line-height: 100px;font-size:18px;}
	.zfy ul li .big h6{background-size:contain ; font-size:18px;}
	.zfy ul li .zfy_bt span{width:276px; height:164px;}
	.zfy ul li .zfy_ol{width:230px; height: 300px;}
.zfy ul li .zfy_ol ol li{height:30px; line-height: 30px;}
}

@media  (max-width: 1023px) {
	.banner .bd li .tou,.logo {
		display: none;
	}
	.tab2_img .bd ul li .slider_bt{bottom: 0;}
	.pc_nav {
		display: none !important;
	}
	.phone_nav .navbar-header {
		float: right;
	}
	.phone_nav {
		display: inline-block;
	}
	.phone_nav nav.navbar.bootsnav ul.nav>li>a {
		color: #fff;
	}
	.phone_logo {
		display: none;
	}
	.banner{display: none;}
	.m_left{max-width: 100%;}
	.m_right{display: none;}
	.share{padding: 0 37%;}
	.photo{padding: 0;}
	.ls_bt h6{background: none; border-bottom: 1px solid #dfc278; padding-bottom: 5px; height: 40px;}

}

@media  (max-width: 992px) {
	.button_search{right: 60px; top:15px; width:30px; height: 30px;}
	.phone_nav .navbar.bootsnav .navbar-toggle {
		float: right;
	}
	.phone_nav nav.navbar.bootsnav .navbar-header {
		height: 90px;
		padding: 0px 15px;
		margin: 0;
	}
	.phone_nav nav.navbar.bootsnav .navbar-toggle {
		margin-top: 20px;
	}
	.phone_nav .navbar.bootsnav .navbar-collapse.collapse.in {
		background: #01703a;
	}
	.phone_nav nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
		color: #fff;
	}
	.phone_logo {
		width: 40%;
		float: left;
		display: block;
	}
	.phone_logo img {
		width: 100%;
		margin-top: 0px;
		padding: 5px 0;
		float: left;
	}
	.main {
		padding: 0 6px;
	}
	.banner1{margin-top: 0;}
	.share{padding: 0 37%;}
	.lsyg{padding: 0;}
	.lsyg ol{background: none; padding-left: 0;}
	.lsyg ol li{margin-left: 0;}
	.lsyg ol li .ls_time{width: 100%;}
	.lsyg ol li .ls_data{width:100%; }
	.history_pic{height: 200px;}
}

@media  (max-width: 900px) {
	#nav{position: relative;top:0;}
	.phone_nav nav.navbar.bootsnav .navbar-header{padding: 0;}
	.phone_logo img{padding: 10px 0;}
	.xqzx,.yxq,.banner1{margin-top:10px}
	.xqzx{max-width: 49%;height: 240px;}
	
	.xqzx .bd li .pic{height: 240px;}
	.xqzx .bd li .bt{ height:50px; line-height:50px;padding-top:0px;background: rgba(0,0,0,0.8)}
	.xqzx .bd li .bt span{padding: 0 25px; display: none;}
	.xqzx .bd li .bt span a{font-size:20px; padding-top: 0;}
	.xqzx .bd li .bt a{line-height: 50px;  height: 50px; padding-top: 0px; width:100%; }
	.yxq{max-width: 49%;margin-left: 2%;height: 260px;background-size: cover;margin-bottom: 0px;}
	.yxq_bg{margin: 80px 0 0 20px; width:100px}
	.yxq_tab{width:270px}
	.yxq_tab .hd ul li{margin: 0 5px;}
	.yxq_tab .bd .ynr h4{font-size: 16px; line-height: 30px;}
	.yxq_tab .bd .ynr p{-webkit-line-clamp:2; max-height: 50px;}
	.news{max-width: 49%;}
	.notice{margin-left: 2%;}.news ul li a{width:75%;}
.news ul li span{width:25%;}
	.bg_ls{height:480px;display: none;}
	
	.ls_pic{display: none;}
	.ls_new{width:811px; padding: 30px 50px; background: none; margin-left: 0;}
	.ls_new h6{background-position-x: left;}

	.alumni ul li .xs_bt{width:75%; float:right; margin-left:0;}
	
	.tab1, .tab2{max-width:100%;}
	.tab2{margin-left: 0px;}
	.teacher ul li{height: 200px;}
	.teacher ul li .ms_pic{width: 240px; height: 180px;}
	.teacher ul li .ms_bt{height: 170px; padding: 20px 20px 20px 180px;}
	.teacher ul li.double .ms_bt{height: 170px;padding: 20px 180px 20px 20px;}
	.tab2_img .bd,.tab2_img .bd ul li,.tab2_img .bd ul li .slider_img{height: 565px;}
	.tab2_img .hd{height: auto;}
	.tab2_img .hd ul li{width:25%; height: 150px;}
	.tab2_story{height:auto;}
	
	
	.tab3 .parHd ul{left: 29%;}
	.tab3_bg ul li h5,.tab3_bg ul li p{width: 800px; }
	.tab_banner .bd, .tab_banner .hd{width:50%;}
	.tab_banner .bd ul li .tab_banner_img{height:270px;}
	.tab_banner .bd ul li p{width:65%;}
	.tab_banner .hd ul li{height: 80px; ;}
	.tab_banner .hd ul li .bt{height: 80px; line-height: 30px; padding: 10px 0;}
	.tab_banner .hd ul li .bt span{width:20%; line-height: 30px;}
	.tab_banner .hd ul li .bt a{width: 80%;}
	.tab_banner .bd  .banner_page{bottom:12%; right: 0px;}
	#yearList{display: none;}
	.link_lxwm{max-width: 380px; padding: 0;}
	.share{padding: 0 35%;}
	.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{ width:780px; height: 460px;}
	.photo .listBox{width: 780px; height: 240px;}
	.photo .listBox li{width:257px; padding: 0 10px;}
	.photo .listBox li,.photo .listBox li img{height: auto;}
	.lsyg ol li .ls_data{height: 240px;}
	.history_pic{height: 163px;}
	.ls_bt p{-webkit-line-clamp:3; line-clamp:3;}
	.cloud_nav{padding: 0 0px;}
	.cloud_nav ul li{margin: 10px 2%;width:29%;}.ejdh{position:relative;}
	.yfx ul li{background: none; height:auto; border:2px solid #086639;}
	.yfx ul li span.lmbt{margin: -2px 30px 0 27px;}
	.yfx ul li .yfx_nr{width:667px;}
	.yfx ul li .yfx_nr .dl_odd, .yfx ul li .yfx_nr .dl_even{width:100%; margin: 0 auto 10px auto;}
	.yfx ul li .yfx_nr .dl_even{margin-left: 0;}
	.bg_yzb ul{margin-left: 0; margin-top: 0;}
	.bg_yzb ul li{margin: 10px 0 10px 80px;}
	.bg_yzb ul li a span{font-size: 18px; line-height: 35px; height:35px;}
	.bg_yzf{background: none; height:auto;}
	.bg_yzf ul{margin-top: 0;}
	.zfy ul li{width:380px; margin-right: 0;  margin-bottom: 20px;}
	.zfy ul li.odd{float: left;margin-left: 15px;}
	.zfy ul li.even{float: right;margin-right: 15px;}
	.zfy ul li .zfy_bt span{width:420px; height: 250px;}.zfy ul li .zfy_bt{height:140px}
	.zfy ul li .zfy_bt h6{height:140px; line-height: 140px;;}
	.zfy ul li .zfy_ol{width:370px;height: 150px;;}
	.zfy ul li .big h6{width:320px; margin:0 28px;}
	.zfy ul li .zfy_ol ol li{ margin-bottom: 0;}
.link ul{width:100%;}.btlb{min-height:1px;}
}

@media  (max-width: 812px) {
	.phone_logo{width:42%;}
	.yxq{}
	.notice{}
	.news ul li a{width:75%;}
	.news ul li span{width: 25%;}
	.tab2_img .hd ul li{}
	.foot_logo{max-width: 220px;}
	.share{padding: 0 34%;}
	.lsyg ol li .ls_data{height: 230px;}
	.history_pic{height: 161px;}
	
	
	.xsgc_odd, .xsgc_even{width:200px;}
	.ls_5{ left:115px;}
.ls_2{left:200px;}
.ls_6{ left:315px;}
.ls_3{right:200px;}
.ls_7{ right:80px;}
}

@media (max-width: 768px) {
	.main{padding: 0 10px;}
	.xqzx,.banner1{max-width: 100%; height: auto; }
	.xqzx .bd li .pic{height: 450px;}
	.xqzx .bd li .bt{background-image: none; display:none; background-color: rgb(0,0,0);}
	/*.xqzx .bd li .bt span{background-color: #fcac00; width:25%;}
	.xqzx .bd li .bt span a {width:100%;height: 60px; line-height: 60px; padding: 0; font-size:28px;}*/
	.xqzx .bd li .bt a{padding: 0 15px; width:100%; line-height: 50px;}
	.yxq{max-width: 100%; height: auto; margin-left: 0; background-size:100%; margin-top: 20px;}
	.yxq_bg{margin: 110px 0 0 60px; width:270px;}
	.yxq_tab{width:400px;}
	.yxq_tab .hd ul li{margin: 0 25px;}
	.yxq_tab .bd .ynr p{max-height: 180px;-webkit-line-clamp: 6;}
	.news{max-width: 100%;}
	.notice{max-width: 100%; margin-left: 0;}
	.ls_new{width:100%;}
	.tab2_img .hd ul li{ height: 140px;}
	.tab3 .parHd ul{left:27%;}
	.tab3_bg ul li h5, .tab3_bg ul li p{width:100%; padding: 0 15px;}
	.tab_banner{padding:0 10px;}
	.tab_banner .bd  .banner_page .sprev,.tab_banner .bd  .banner_page .snext{width: 40px; height: 40px;}
	.tab_banner .bd  .banner_page{width: 85px; bottom:18%;}
	.tab_banner .bd ul li .tab_banner_img{height:246px;}
	.tab_banner .hd ul li{height:60px;}
	.tab_banner .hd ul li .bt{height:60px; line-height:25px; padding: 5px 0;;}
	.tab_banner .hd ul li .bt span,.tab_banner .hd ul li .bt a{font-size:16px;}
	.tab_banner .hd ul li .bt span b{font-size:18px;}
	.link_lxwm{max-width: 320px;}
	.share{padding: 0 33%;}
	.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{width:700px; height: 430px;}
	.photo #prevTop, .photo #nextTop{top:200px}
	.photo .listBox{width:700px;}
	.photo .listBox li{width:230px}
	.history_pic{height: 154px;}
	.lsyg ol li .ls_data{padding: 20px;height: 210px;}
	.ls_bt {width: 62%;}
	.alumni ul li .xs_bt{width:73%;}
	
	.yfx ul li .yfx_nr{width:620px;}
	.bg_yzb ul{width:500px;}
	.bg_yzb ul li{width:70px;}
	.bg_yzb ul li a img{height:70px;}
	.zfy ul li{width:370px; margin-right: 0;  margin-bottom: 20px;}
	.zfy ul li.odd{float: left;margin-left: 0px;}
	.zfy ul li.even{float: right;margin-right: 0px;}
	.zfy ul li .zfy_bt span{width:410px; height: 244px;}.zfy ul li .zfy_bt{height:130px}
	.zfy ul li .zfy_bt h6{height:auto; line-height: 130px;;}
	.zfy ul li .zfy_ol{width:360px;height: 150px;;}
	.zfy ul li .big h6{width:320px; margin:0 28px;}
	.xsgc_odd, .xsgc_even,.xsgc_odd:hover, .xsgc_even:hover{position: relative; width:186px;}
	.ls_1{ left:auto;}
	.ls_2{ left:auto;}
.ls_3{left:auto;}
.ls_4{ left:auto;}
.ls_5{right:auto;left:auto; margin-left:88px;}
.ls_6{ right:auto;}
.ls_7{ right:auto;}
	.year_line .bd ul li .xsgc_odd:hover .xsgc_time, .year_line .bd ul li .xsgc_even:hover .xsgc_time{background-color: transparent;}
	
}

@media  (max-width: 736px) {
	.phone_nav nav.navbar.bootsnav .navbar-header{padding: 0 15px;}
	.xqzx .bd li .pic{height: 430px;}
	.yxq_bg{width:240px;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 505px;}
	.tab2_img .hd ul li{height: 135px;}
	.link_lxwm{max-width: 295px; margin: 20px auto;}
	.photo .listBox{display: none;}
	.history_pic{height: 147px;}
	
	.tab_banner .bd .banner_page{bottom:23%;}
	.yfx ul li span.lmbt{display: none;}
	.yfx ul li .yfx_nr .yfx_bt{height:70px; line-height: 50px;}
	.yfx ul li .yfx_nr{width:100%; padding:0 30px; margin-top:10px; margin-bottom: 10px;}
	.bg_yzb ul li{width:65px;}
	.bg_yzb ul li a img{height: 65px;}
	.zfy ul li{width:350px;}
	.zfy ul li .zfy_bt span{width:390px; height: 232px;}
	.zfy ul li .zfy_ol{width:340px;}
	.zfy ul li .big h6{margin: 0 20px; width:310px;}
	.xsgc_odd, .xsgc_even,.xsgc_odd:hover, .xsgc_even:hover{width:238px;}
	.bg_ls{height: auto; background-color: #f2f2f2;}
	.year_line,.year_line .bd,.year_line .bd ul{height:auto}
	.ls_5{margin-left:0;}
}

@media  (max-width: 731px) {
	.xqzx .bd li .pic{height: 426px;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 500px;}
	.tab2_img .hd ul li{height:130px;}
	.foot_logo {max-width: 215px;}
	.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{width:700px; height: 420px;}
	.history_pic{height: 146px;}
	.alumni ul li .xs_bt{width:70%;}
	.tab2_story ul{margin: 0 7px;}
	.xsgc_odd, .xsgc_even, .xsgc_odd:hover, .xsgc_even:hover{width:237px;}
}

@media  (max-width: 667px) {
	.phone_logo{width:50%;}
	.xqzx .bd li .pic{height: 390px;}
	.yxq_bg{width: 200px; margin: 110px 0 0 40px;}
	.teacher ul li .ms_bt{padding: 20px 20px 20px 200px;}
	.teacher ul li.double .ms_bt{padding: 20px 200px 20px 20px;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 467px;}
	.tab2_img .hd ul li{ height: 110px;}
	.tab3 .parHd ul{left: 23%;}
.Cooldog_container{height: 440px;}
.Cooldog_container .Cooldog_content{margin-left: -230px;}
.foot_logo{max-width: 100%;padding: 0 34%;}
.link_lxwm{max-width: 447px;}
.share{padding: 0 31%;}
.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{width:600px; height: 400px;}
.lsyg ol li .ls_data{padding: 10px; height: 190px;}
.ls_bt {width:61%}
.history_pic{height: 136px;}
.alumni ul li{margin: 0 10px;}
.tab2_story ul{margin: 0 5px;}

.tab_banner .bd ul li .tab_banner_img{height:212px;}
.bg_yzb ul li{width:60px;}
.bg_yzb ul li a img{height: 60px;}
.bg_yzb ul li a span{height:30px; line-height: 30px;}
.zfy ul li{width:320px;}
.zfy ul li .zfy_bt span{width:360px; height: 214px;}
.zfy ul li .big h6{width:278px;}
.zfy ul li .zfy_ol{width:310px;}
.year_line{height: 500px;}
.year_line .prev,.year_line .next{top:425px; }
.xsgc_odd, .xsgc_even{width:320px;}
.history_bt{margin-top:0px; margin-bottom: 20px;}
.history,.year_line{height: auto;}
}

@media  (max-width: 640px) {
	.phone_logo{width: 52%;}
	.xqzx .bd li .pic{height: 372px;}
	.yxq_bg{width: 180px; margin: 80px 0 0 25px;}
	.teacher ul li .ms_pic{height: 150px;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 437px;}
	.tab2_img .hd ul li{height: 102px;}
	.link_lxwm{max-width: 420px;}
	.btlb ul li a{width:80%;}
	.btlb ul li span.time{width: 20%;}
	.share{padding: 0 30%;}
	.history_pic{height:130px;}
	.tab2_story{height:680px;}
	
	.yfx ul li .yfx_nr{padding: 0 15px;}
	.bg_yzb ul li{width:50px; }
	.bg_yzb ul li a img{height: 50px;}
	.bg_yzb ul li a span{font-size:14px;}
	.zfy ul li{width:305px;}
	.zfy ul li .zfy_bt span{width:345px; height: 205px;}
	.zfy ul li .big h6{width:261px;}
	.zfy ul li .zfy_ol{width: 295px;}
	.xsgc_odd, .xsgc_even{width:310px;}
}

@media  (max-width: 568px) {
	.phone_logo{width: 60%;}
	.xqzx .bd li .bt span{display: none;}
	.xqzx .bd li .pic{height: 328px;}
	.yxq_tab{width: 330px;}
	.yxq_tab .hd ul li{margin: 0 15px;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 386px;}
	.tab2_img .hd ul li{height: 90px;}
	.tab3 .parHd ul{left: 20%;}
	.Cooldog_container{height: 470px;}
	.link_lxwm{max-width: 348px;}
	.share{padding: 0 28%;}
	.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{width:480px; height: 240px;}
	.photo #prevTop, .photo #nextTop{top:20%;}
	.photo .cf li p{height: 70px;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
	.lsyg ol li .ls_data{height:160px ;}
	.history_pic{height: 114px;}
	.ls_bt{width: 60%;}
	.ls_bt p{-webkit-line-clamp:2;}
	.alumni ul li .xs_bt{width:65%;}
	.tab2_story{height:610px;}
	
	.tab_banner .bd ul li .tab_banner_img{height:180px;}
	.bg_yzb{height:188px;}
	.bg_yzb ul{width:100%; margin-top: 50px; padding: 0 14px;}
	.bg_yzb ul li{margin:10px 20px;}
	.zfy ul li{width:270px;}
	.zfy ul li .zfy_bt span{width:310px; height:185px;}
	.zfy ul li .zfy_ol{width:260px; padding:0 10px 0 20px;}
	.zfy ul li .big h6{width:230px;}
	.wyzf{width:100%;}
	.wyzf ul li input.input_xm, .wyzf ul li input.input_time,.wyzf ul li .input_textarea{width:240px; margin-left: 10px;}
	.xsgc_odd, .xsgc_even{width:274px;}
}
@media  (max-width: 540px) {
.article video{width:100% !important; height:auto !important;}.article p img{max-width: 100% !important;;}
.alumni ul li{width:94%; margin:0 3%;}.alumni ul li .xs_bt{width:60%;}
}

@media  (max-width: 414px) {	
	.phone_nav nav.navbar.bootsnav .navbar-header{height: 82px;}
	.phone_logo{width: 60%;}
	.xqzx ,.banner1{margin-top: 10px;}
	.xqzx .bd li .pic{height: 236px;}
	.yxq_bg{display: none;}
.yxq_tab{width: 385px;}
.yxq_tab .bd .ynr p{max-height: 50px;-webkit-line-clamp: 2;}
.teacher ul li{height: auto; overflow: hidden;}
.teacher ul li .ms_pic{position: relative;width: 100%; height: 250px;}
.teacher ul li .ms_bt,.teacher ul li.double .ms_bt{position: relative;right:0; left:0; width: 100%; top: 0; padding: 0 10px; height: auto;}
.teacher ul li .ms_bt h6{margin-bottom: 0;}
.tab1 .hd ul li, .tab2 .tab2_hd ul li{font-size:20px;}
.tab1 .hd ul li.on, .tab2 .tab2_hd ul li.on{font-size: 24px;}
.tab2_img .bd ul li .slider_bt{display: none;}
.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 278px;}
.tab2_img .hd ul li{ height: 65px;}
.tab3 .parHd ul{width:100%;left: 0;}
.tab3 .parHd ul li{margin-left: 40px;}
.Cooldog_container{height: 410px;}
.Cooldog_container .Cooldog_content{margin-left: -220px;}
.foot_logo{padding: 0 25%;}
.link_lxwm{max-width: 100%;}
.ewm{margin-left: 22%;}
.dqlm{display: none;}
.bg_line{display: none;}
.btlb ul li a{width:100%;}
.btlb ul li span.time{display: none;}
.article p img{max-width: 100% !important;}
.share{padding: 0 19%;}
.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{width:360px; height: 240px;}
.lsyg ol li .ls_data{height: auto;}
.history_pic{width:100%;height: 232px;}
.ls_bt{width:100%; margin-left: 0;}
.alumni ul li .xs_pic{width:100%;height:368px;}
.alumni ul li .xs_bt{margin-left: 0px;width:100%;;}

.tab_banner .bd{width:100%}
.tab_banner .bd ul li .tab_banner_img{height:260px}
.tab_banner .bd ul li p{width:100%}
.tab_banner .hd{display: none;}
.cloud_nav ul li{margin: 10px 25px; width:80px}
.cloud_nav ul li a img{float:none; margin: 0 auto; display: block;}
.cloud_nav ul li a span{width:100%; margin-left: 0;}
.yfx ul li .yfx_nr .yfx_bt{padding-right: 0; background: none; padding-bottom: 0; height:auto;}
.bg_yzb{height:140px; display: none;}
.bg_yzb ul{width:100%; margin-top: 30px; padding: 0 0px;}
.bg_yzb ul li{margin:10px 9px;}
.bg_yzf ul li{margin-left: 30px; width:150px; height:40px; line-height: 40px;}
.zfy ul li{width:100%;}
.zfy ul li .zfy_bt span{width:430px; height: 256px;}
.zfy ul li .zfy_ol{padding: 0 20px; width:99%;}
.zfy ul li .big h6{width:330px; margin: 0 30px;}
.wyzf ul li .yzm{margin: 0px auto; display: block;}
.wyzf ul li input.input_xm, .wyzf ul li input.input_time, .wyzf ul li .input_textarea{width:200px;margin-left: 0}
.pc_year{display: none;}
.sj_year{display: block;}
.xsgc_odd, .xsgc_even,.year_line .bd ul li .xsgc_bt{width:100%;}
}


@media  (max-width: 411px) {
	.phone_logo{width: 60%;}
	.tab2_img .hd ul li{}
	.tab_banner .bd{width:100%;}
	.tab_banner .hd{display: none;}
	.share{padding: 0 19%;}
	.history_pic{height: 230px;}
	.tab_banner .bd .banner_page{bottom:25%;}
	.alumni ul li .xs_pic{height:371px;}
	
}

@media  (max-width: 375px) {
	.phone_logo {width: 64%;}
	.yxq{display: none;}
	.yxq_tab{width:100%;}
	.scroll_left{display: none;}
	.news ul li a{width:70%;}
	.news ul li span{width:30%;}
	.teacher ul li{height: auto;}
	.tab2{margin-bottom: 30px;}
	.tab1 .hd ul li, .tab2 .tab2_hd ul li{font-size: 18px;}
	.tab1 .hd ul li.on, .tab2 .tab2_hd ul li.on{font-size:20px}
	.teacher ul li .ms_pic,.teacher ul li.double .ms_pic{width:100%; height: 224px;position:relative;}
	.teacher ul li .ms_bt,.teacher ul li.double .ms_bt{width:100%; position: relative;}
	.tab3{display: none;}
	.bg_yxmd{margin: 0; padding: 0;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 250px;}
	.tab2_img .hd ul li{}
	.share{padding: 0 16%;}
	.photo .picBox, .photo .picBox li, .photo .picBox li img, .photo .cf li .bg_box{width:300px; height: 200px;}
	.history_pic{height: 208px;}
	.tab2_story {height:560px}
	.alumni ul li .xs_pic{height:329px;}
	.tab2_story ul{margin: 0;}
	
	.cloud_nav ul li{margin: 0 19px; padding-bottom: 5px;}
	.zfy ul li .zfy_bt span{width:395px;height: 235px;}
	.zfy ul li .big h6{width: 292px;}
}

@media  (max-width: 360px) {
	.phone_logo{width: 68%;}
	.tab2_img .hd ul li{}
	.share{padding: 0 14%;}
	.history_pic{height: 200px;}
	.teacher ul li .ms_pic, .teacher ul li.double .ms_pic{height:215px}
	.alumni ul li .xs_pic{height:314px;}
	.cloud_nav ul li{margin: 0 16px;}
	.bg_yzf ul li{margin-left: 20px;}
	.zfy ul li .zfy_bt span{width:380px; height: 226px;}
	.zfy ul li .big h6{width:276px;}
	.wyzf ul li b{margin-left: 5px;}
}

@media  (max-width: 320px) {
	.phone_logo{width: 72%;}
	.xqzx .bd li .pic{height:230px}
	.news ul li a{width:100%;}
	.news ul li span{display: none;}
	.teacher ul li .ms_pic,.teacher ul li.double .ms_pic{height: 190px;}
	.tab2_img .bd, .tab2_img .bd ul li, .tab2_img .bd ul li .slider_img{height: 210px;}
	.tab2_img .hd ul li{ height: 55px;}
	.foot_logo{padding: 0 17%;}
	.ewm{margin-left: 16%;}
	.share{padding: 0 9%;}
	.history_pic{height: 174px;}
	.alumni ul li .xs_pic{height:274px;}
	
	.tab2_story {height:910px;}
	.cloud_nav ul li{margin: 0 10px;}
	.bg_yzf ul li{width:120px; height: 35px; line-height: 35px;}
	.zfy ul li .zfy_bt span{width:340px; height: 202px;}
	.zfy ul li .big h6{width:236px;}
	.wyzf ul li input.input_xm, .wyzf ul li input.input_time, .wyzf ul li .input_textarea{}
}
@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 360px) {}
@media only screen and (min-width: 375px) {}
@media only screen and (min-width: 411px) {}
@media only screen and (min-width: 414px) {}
@media only screen and (min-width: 568px) {}
@media only screen and (min-width: 640px) {}
@media only screen and (min-width: 667px) {}
@media only screen and (min-width: 731px) {}
@media only screen and (min-width: 736px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 812px) {}
@media only screen and (min-width: 823px) {}
@media only screen and (min-width: 991px) {}
@media only screen and (min-width: 1024px) {.tab2_story ul li a {
		width: 70%;
	}
	.tab2_story ul li span {
		width:30%;
	}}
@media only screen and (min-width: 1366px) {
	.pc_logo {
		width: 90px;
		top: 5px;
		margin-left: 10px;
	}
	.pc_logo img {
		width: 100%;
	}
	.banner .bd li .tou{top:230px;	left: 200px;
		max-width: 454px;}
		.logo {top:180px;
	left:93px;
	}
	
	.top_xq {
		margin-top: 44px;
		margin-left: 5px;
	}
#showtime {
		top: 30px;
		right: 40px;
		font-size: 30px;
	}
	
	
	.top_xq {
		margin-top: 44px;
		margin-left: 5px;
	}
	
	
	.pc_nav {
		max-width: 100%;
		height: 133px;
		-webkit-background-size:contain ;
		background-size: contain;
		margin-top: 0px;
	}
	.pc_nav_on{max-width: 100%;
		height: 120px;background:url(../img/bg_menu_on.png) no-repeat top center !important; -webkit-background-size:contain  !important;
		background-size: contain !important;}
.pc_logo_on{width:105px;margin-left:0px;}
.pc_logo_img_on{width: 80% !important;}
	.pc_nav2{left:0; margin-left: 0;}
	.pc_nav2 #menu{margin-top: 5px;width:40%;}
		#menu{width:40%;}
.pc_nav2 .menu_l{margin-left: 3%;}
	.pc_nav .menu_l{margin-left: 3%;}
	.pc_nav2 .menu_r{margin-right: 3%;}
	.pc_nav .menu_r{margin-right: 3%;}
	.main{
		width: 1200px !important;
	}.year_line ul li{width:330px;}
.ls_1{bottom: 30px; left: -45px;}
.ls_2{bottom: 190px; left: 0px;}
.ls_3{left: 95px;}
.ls_5{right: 95px;}
.ls_6{bottom: 190px; right: 0px;}
.ls_7{bottom: 30px; right: -45px;}
	.xqzx{
		max-width: 600px;
		height: 360px;
	}
	.xqzx .bd li .pic{height: 360px;}
	.xqzx .bd li .bt {
		-webkit-background-size:cover;
		background-size: cover;
		padding-top: 40px;
 height:105px;		
	}
	.xqzx .bd li .bt span {
		width: 134px;
		padding:0 30px;
	}
	.xqzx .bd li .bt span a {
		font-size: 28px;
		line-height: 30px;
	}
	.xqzx .bd li .bt a {
		line-height: 55px;
		width: 76%
	}
	.yxq {
		max-width: 570px;
		height: 370px;
		background-size: contain;
	}
	.yxq_bg {
		width: 200px;
		margin: 110px 0 0 35px;
	}
	.yxq_bg img {
		width: 100%
	}
	.yxq_tab {
		width: 320px;
	}
	.yxq_tab .hd {
		margin-top: 10px;
		height: 90px;
	}
	.yxq_tab .hd ul li {
		margin: 0 13px;
	}
	.yxq_tab .bd .ynr p {
		line-height: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		max-height: 100px;
	}
	.scroll_left {
		margin-top: 20px;
	}
	.scroll_left .bd {
		padding-right: 15px;
	}
	.news,
	.tab1,
	.tab2 {
		max-width: 570px;
	}
	.news ul li a {
		float: left;
		width: 80%;
	}
	.news ul li span {
		float: left;
		width: 20%;
	}
	.bg_ls {
		/* height: auto */
	}

	
	
	.teacher ul li {
		height: 170px;
	}
	.teacher ul li .ms_pic {
		width: 200px;
		height: 150px;
	}
	.teacher ul li .ms_bt {
		width: 90%;
		height: 150px;
		padding: 15px 20px 15px 160px;
	}
	.teacher ul li.double .ms_bt {
		width: 90%;
		height: 150px;
		padding: 15px 160px 15px 20px;
	}
	.tab2_img {
		height: auto;
	}
	.tab2_img .bd {
		height: 445px;
	}
	.tab2_img .bd ul li {
		height: 445px;
	}
	.tab2_img .bd ul li .slider_img {
		height: 445px;
	}
	.tab2_img .hd ul li {
		width:25%;
		height: 95px;
	}
		
	.alumni ul li{margin: 0 30px; padding: 13px 0;}
	.alumni ul li .xs_bt{width:330px;}
	.tab2_story{height: 540px;}
	.tab2_story ul li a {
		float: left;
		width: 75%;
	}
	.tab2_story ul li span {
		float: left;
		width: 25%;
	}
	
	.tab3{max-width: 1200px;}
	.tab3 .parHd ul{left: 35%;}
	.Cooldog_container{width:1200px; height: 320px;}
		.Cooldog_container .Cooldog_content{left: 53%; margin-left: -260px;}
	.Cooldog_container .Cooldog_content,.Cooldog_container .Cooldog_content li,.Cooldog_container .Cooldog_content li .bg_dog,.Cooldog_container .Cooldog_content li .bg_dog .bg_video,.video_on{width:450px; height: 280px;}
	.Cooldog_container .Cooldog_content li video,.Cooldog_container .Cooldog_content li object{width:450px !important; height: 280px !important;}
	.Cooldog_container .Cooldog_content li:hover .bg_dog{background:none;}
	.video_close{display: none;}
	.tab_banner{max-width: 1200px;}
	.tab_banner .bd,.tab_banner .hd{width:600px; margin-left: 0; margin-right: 0; }
	.tab_banner .hd{margin-top: 20px;}
	.tab_banner .hd ul{left: 0 !important;}
	.tab_banner .hd ul li{margin-bottom: 0;}
		.tab_banner .bd ul li .tab_banner_img{ height:395px;}
		.tab_banner .bd ul li p{width:65%;}
	.tab_banner .bd  .banner_page{bottom:10%; right:50px;}
.foot_logo{max-width: 250px;}
.ewm{max-width: 300px;}
.link_lxwm{max-width: 630px;}
.ewm{padding-left:80px;}
.m_left{max-width: 800px;}
.article p img{max-width: 500px;}
.share{padding: 0 34%;}
.photo{width:1040px;}
.photo .picBox, .photo .picBox li, .photo .picBox li img,.photo .cf li .bg_box{width:840px; height:500px;}
.photo .listBox{width:840px; }
.photo .listBox li{width:210px; padding: 0 10px; height: 110px;}
.photo .listBox li img{height: 110px;}
.lsyg ol li .ls_time{width:150px}
.lsyg ol li .ls_data{width: 1040px;}
.history_pic{width:300px; height: 185px;}
.ls_bt{width:660px; margin-left: 20px;}
.ls_bt h6{-webkit-background-size: 100%;background-size: 100%;}
.ls_bt p{margin-top: 10px; line-height: 30px;}
.cloud_nav{padding:0 150px;}
.yfx ul li{background-size:contain; height:230px;}
.yfx ul li .yfx_nr{width:960px;}
.yfx ul li .yfx_nr .dl_odd, .yfx ul li .yfx_nr .dl_even{width:470px; margin: 10px auto 0 auto;}
.yfx ul li .yfx_nr .dl_even{margin-left: 20px;}
.yfx ul li .yfx_nr .dl_ewm span .dl_ewm_img{width:100px; height: 100px;}
.bg_yzb{width:1200px; height:auto; background-size: contain; -webkit-background-size: contain;}
.bg_yzb ul{width:600px; margin-top: 40px;}
.bg_yzb ul li{width:100px;}
.bg_yzb ul li a img{width:100%; height: 100px;}
}

@media only screen and (min-width: 1600px) {
	#nav{position: absolute;}
	.pc_logo {
	width: 124px;
	position: absolute;
	top: 10px;
	left: 46%;
}

.pc_logo a span {
	width: 100%;
	line-height: 30px;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 14px;
}
.logo {
		top: 340px;
		left: 370px;
		float: left;
		margin-left: 0px;
		width: 1180px;
		height: auto;
		margin: 0 auto;
		z-index: 99999;
	}
	.top_logo {float:left; width:500px;}
	.top_logo img{width:100%;}
	.logo_wz{float:left; display:none; width:455px; margin-left: 20px; margin-top: 130px; padding-right: 55px; border-right: 3px solid #f49f00;}
	.logo_wz h6{line-height: 40px; font-size:40px; height:50px; float:left; width:100%; color: #eb580c;}
	.logo_wz h4{float:left; width:100%; line-height: 80px; font-size:75px; height:80px;color: #af1d1c;}
	.logo_wz h5{float:left; width:100%; line-height: 50px; font-size:42px; height:50px;color: #af1d1c;}
	.top_xq {
		width: 100%;
		margin-top: 66px;
	}
	.top_xq img {
		max-width:230px;
	}
	.tou{position: absolute;  right:0; width:350px; height:210px; margin-top: 100px;}
	#showtime p{position: absolute; left:0; top:85px; font-size: 30px; font-weight: bold; color: #333; text-align: center; width:350px;}
	#showtime {
		position: absolute;
		color: #b01111;
		width:350px; height:210px;
		padding: 0 80px;
		background: url(../img/bg_showtime.png) no-repeat center center;
	}
	#showtime span#t_d{width:100%; text-align: center; float:left; margin-top: -45px;}
	#showtime span#t_d b{font-size:95px; font-weight: normal;}
	#showtime span#t_d span{font-size:30px; color: #333;}
	#t_h,#t_m,#t_s{float:left;  margin-top: 72px; font-size:18px;}
	#t_h{margin-left: 20px}
	.pc_nav {
	position: relative;
	width: 100%;
	max-width: 1644px;
	margin: 0 auto;
	z-index: 9999;
	height: 144px;
	background: url(../img/bg_menu.png) no-repeat center center;
}
	.bg_nav{height: 60px;}
	.pc_nav #menu{margin-top: 5px;width:33%;}
	.pc_nav2 #menu{margin-top: 5px;width:33%;}
	.pc_nav2 .menu_l{margin-left: 10%;}
	.pc_nav .menu_l{margin-left: 10%;}
	.pc_nav2 .menu_r{margin-right: 10%;}
	.pc_nav .menu_r{margin-right: 10%;}
	.banner .bd li .tou{top:370px;left: 303px;
		float: left;
		margin-left: -20px;
		max-width: 590px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		z-index: 99999;}
	
.year_line{width: 100%;
	margin: 40px auto;
	height: 670px;
	}
.year_line .hd{position: relative; width: 1200px;
	list-style: none;
	height:320px;
	margin: 45px auto  0;
	overflow: hidden;}
	.year_line .hd ul{width:100%;}
	.year_line .hd  ul li{position: absolute;
	float: left;
	width: 121px;
	height: 77px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	padding: 27px 20px 0;
	background: url(../img/li_cloud.png) no-repeat center center;
	color: #fff;
	margin: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
	.year_line .hd  ul li.on {
	width: 152px;
	font-weight: bold;
	padding: 26px 30px 0;
	height: 96px;
	line-height: 70px;
	background: url(../img/li_cloud_on.png) no-repeat center center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ls_1{bottom:10px; left:0;}
.ls_2{bottom:120px; left:120px;}
.ls_3{bottom:200px; left:310px;}
.ls_4{top:0; left:530px;}
.ls_5{bottom:200px; right:310px;}
.ls_6{bottom:120px; right:120px;}
.ls_7{bottom:10px; right:0;}

	.year_line .bd{width:100%;}
	.year_line .bd .bg_history{display: none;}
.year_line .hd{margin-top: 40px;}
.bg_ls_lm h6 {
	text-align: center;
	color: #007a3f;
	font-size: 36px;
}
.bg_history {
	width: 1200px;
	margin: 0 auto;
	display: block;
	height:300px;
	overflow: hidden;
}

.ls_pic {
	float: left;
	width: 450px;
	height: 280px;
	overflow: hidden;
}

.ls_pic img {
	width: 100%
}

.ls_new {
	float: left;
	margin-left: 15px;
	width: 705px;
	height: 280px;
	padding: 30px;
	overflow: hidden;
	background: url(../img/bg_xsgc_new.png) no-repeat top center;
}

.ls_new h6 {
	background: url(../img/bg_xsgc_bt.png) no-repeat center bottom;
	padding-bottom: 13px;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #007a3f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ls_new h6 a{font-size: 22px;
	font-weight: bold;
	color: #007a3f;}
.ls_new p {
	line-height: 30px;
	margin: 10px 0;
	position: relative;  max-height: 150px;overflow: hidden;}
.xqzx{max-width: 800px;
	height: 480px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.xqzx .hd {
	display: none;
	list-style: none;
	position: absolute;
	right: 40%;
	bottom: 50px;
	z-index: 1;
}

.xqzx .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
	background: #fff;
	margin: 0 3px;
}

.xqzx .hd ul li.on {
	background: #ffae00;
}

.xqzx .bd {
	width: 100%;
}

.xqzx .bd ul {
	float: left;
}

.xqzx .bd li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xqzx .bd li .pic {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xqzx .bd li .pic img {
	width: 100%;
	height: auto;
	float: left;
}

.xqzx .bd li .bt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 144px;
	padding-top: 50px;
	background: url(../img/bg_slder_bt.png) no-repeat right center;
}

.xqzx .bd li .bt span {
	width: 134px;
	float: left;
	color: #fff;
	line-height: 45px;
	padding: 0px 10px;
	font-size: 40px;
	margin-right: 0px;
}

.xqzx .bd li .bt span a {
	color: #fff;
	width:100%;
	height: auto;
	line-height: 45px;
	font-size: 40px;
	padding: 0;
	overflow: auto;
	text-overflow: initial;
	white-space: normal;
}

.xqzx .bd li .bt a {
	float: right;
	width: 80%;
	color: #fff;padding: 0 20px;
	text-align: center;
	line-height: 96px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yxq{max-width:770px; height:500px;padding: 25px 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 30px;}
.news{max-width: 770px;
	float: left;
	padding: 0;
	}
.yxq {
	float: left;
	width: 100%;
	height: 500px;
	padding: 25px 0;
	background: url(../img/bg_cloud.png) no-repeat;
	max-width: 770px;
	margin: 0;
	margin-top: 20px;
	margin-left: 30px;
}

.yxq_bg {
	float: left;
	width: 280px;
	margin: 135px 0 0 60px;
}

.yxq_tab {
	float: left;
	width: 400px;
}

.yxq_tab .hd {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 20px;
	float: right;
}

.yxq_tab .hd ul {
	width: 100%;
}

.yxq_tab .hd ul li {
	float: left;
	width: 80px;
	margin: 0 20px;
	height: auto;
	text-align: center;
	padding: 0;
	cursor: pointer;
}

.yxq_tab .hd ul li em {
	width: 100%;
	height: 48px;
	margin: 0 auto;
	display: block;
}

.yxq_tab .hd ul li em.icon1 {
	background: url(../img/cloud_icon01.png) no-repeat center center;
}

.yxq_tab .hd ul li em.icon2 {
	background: url(../img/cloud_icon02.png) no-repeat center center;
}

.yxq_tab .hd ul li em.icon3 {
	background: url(../img/cloud_icon03.png) no-repeat center center;
}

.yxq_tab .hd ul li.on em.icon1 {
	background: url(../img/cloud_icon01_on.png) no-repeat center center;
}

.yxq_tab .hd ul li.on em.icon2 {
	background: url(../img/cloud_icon02_on.png) no-repeat center center;
}

.yxq_tab .hd ul li.on em.icon3 {
	background: url(../img/cloud_icon03_on.png) no-repeat center center;
}

.yxq_tab .hd ul li a span {
	width: 100%;
	float: left;
	text-align: center;
	;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #c4160a;
	font-size: 20px;
	line-height: 40px;
}

.yxq_tab .hd ul li.li_last {
	margin-right: 0;
	border-right: none;
}

.yxq_tab .hd ul li.on a span {
	color: #c4160a;
}

.yxq_tab .bd {
	width: 100%;
	padding: 0;
}

.yxq_tab .bd .ynr {
	display:none;
	padding: 0px 15px;
	overflow: hidden;
}

.yxq_tab .bd .ynr h4 {
display:none;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #C4160A;
}

.yxq_tab .bd .ynr p {
	line-height: 30px;
	font-size: 14px;
	max-height: 180px;
	text-align: justify;
	color: #333;
		overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.scroll_left{margin-top: 50px;}
.top_xq {
		width: 100%;
		margin-top: 66px;
	}
	.top_xq img {
		width: 100%
	}
	#showtime {
		position: absolute;
		right: 30px;
		top: 30px;
		font-weight: bold;
		color: #b01111;
		font-size: 38px;
	}
	
	.main{
		width: 1600px !important;
	}.container{
		width: 1600px !important;
	}
.container{width:100%;}
	.photo{width:1300px; margin-bottom: 50px;}
	.photo .picBox,.photo .picBox li,.photo .picBox li img{width: 1110px;height: 640px;}
	.photo .cf li .bg_box{display: block;z-index:9999; position: absolute; top:0; left: 0; width: 1110px;height: 640px; background: url(../img/bg_box.png) no-repeat center center;}
    .photo .cf li:hover .bg_box{display: none;}
    .photo .listBox{width:1110px; height: 190px; padding: 0; background-color: #f2f2f2;}
    .photo .listBox li{ float:left;width:277px; padding: 0 20px; height: 138px; margin-left: 0px; margin-top: 25px; margin-bottom: 30px; margin-right: 0px;}
    .photo .listBox img{width:100%; height: 138px;}
    .photo .listBox ul{padding: 0px; float: left; height: 190px; width:300% !important; overflow: hidden;}
    .photo .listBox .on{margin-top: 10px;}.tab1 {
	float: left;
	width: 100%;
	max-width: 770px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.bg_ls {
	background: url(../img/bg_lsgc.png) no-repeat top center;
	overflow: hidden;
height: 820px;
	margin-top: 50px;
}

.bg_ls_lm {
	width: 320px;
	height: 70px;
	background: url(../img/bg_lm_xsgc.png) no-repeat bottom center;
	margin: 40px auto 0;
	display: block;
	text-align: center;
}

   

.tab2 {
	float: left;
	width: 100%;
	max-width: 770px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 60px;
}

.tab1 .hd,
.tab2 .tab2_hd {
	width: 100%;
	height: 60px;
}

.tab1 .hd ul,
.tab2 .tab2_hd ul {
	width: 100%;
	float: left;
}

.tab1 .hd ul li,
.tab2 .tab2_hd ul li {
	float: left;
	margin-right: 20px;
	font-size: 30px;
	line-height: 60px;
	color: #007A3F;
		cursor: pointer;
}

.tab1 .hd ul li.on,
.tab2 .tab2_hd ul li.on {
	font-size: 36px;
	font-weight: bold;
}

.tab1 .bd,
.tab2 .tab2_bd {
	width: 100%;
}

.teacher {
	position: relative;
	display: none;
	width: 100%;
	float: left;
	margin-top: 5px;
}

.teacher span {
	position: absolute;
	right: 0;
	top: -60px;
	background: url(../img/more.png) no-repeat center right;
	line-height: 60px;
	padding-right: 20px;
}

.teacher span a {
	color: #007a3f;
}

.teacher ul {
	float: left;
	width: 100%;
}

.teacher ul li {
	position: relative;
	float: left;
	width: 100%;
	height: 220px;
	margin-top: 15px;
}

.teacher ul li .ms_pic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 300px;
	height: 190px;
	overflow: hidden;
}

.teacher ul li .ms_pic img {
	width: 100%;
}

.teacher ul li .ms_bt {
	position: absolute;
	right: 0;
	top: 20px;
	width: 740px;
	height: 200px;
	padding: 15px 20px 15px 290px;
	background-color: #f5eede;
	border-right: 5px solid #e9b249;
}

.teacher ul li .ms_bt h6 {
	line-height: 40px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teacher ul li .ms_bt h6 a {
	color: #d19512;
	font-size: 20px;
	font-weight: bold;
}

.teacher ul li .ms_bt p {
	height:90px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.teacher ul li.double .ms_pic {
	left: auto;
	right: 0;
}

.teacher ul li.double .ms_bt {
	position: absolute;
	left: 0;
	right: auto;height: 200px;
	padding: 15px 290px 15px 20px;
	border-left: 5px solid #e9b249;
	border-right: none;
}

.tab2_img {
	display: none;
	width: 100%;
	height: 690px;
	overflow: hidden;
	margin-top: 20px;
}

.tab2_img .bd {
	float: left;
	width: 100%;
	height: 565px;
	overflow: hidden;
}

.tab2_img .bd ul {
	width: 100%;
	float: left;
}

.tab2_img .bd ul li {
	position: relative;
	width: 100%;
	height: 565px;
	float: left;
}

.tab2_img .bd ul li .slider_img {
	width: 100%;
	height: 485px;
	overflow: hidden;
}

.tab2_img .bd ul li .slider_img img {
	width: 100%;
}

.tab2_img .bd ul li .slider_bt {
	position: absolute;
	right: 20px;
	bottom: 30px;
	background: url(../img/tab2_bt.png) no-repeat top center;
	width: 400px;
	height: 190px;
}

.tab2_img .bd ul li .slider_bt span {
	float: left;
	margin: 30px 35px;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
}

.tab2_img .bd ul li .slider_bt p {
	float: left;
	margin: 0px 35px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tab2_img .bd ul li .slider_bt p a {
	color: #fff;
	font-size: 18px;
}

.tab2_img .hd {
	float: left;
	height: 126px;
	width: 100%;
	margin-top: 0px;
}

.tab2_img .hd ul {
	width: 100%;
}

.tab2_img .hd ul li {
	width:25%;
	height: 126px;
	padding: 0 0 0 20px;
	overflow: hidden;
	border-bottom: 6px solid #007A3F;
	margin: 0px;
	float: left;
		cursor: pointer;
}

.tab2_img .hd ul li img {
	width: 100%;
	overflow: hidden;
}

.tab2_img .hd ul li.on {
	border-bottom: 6px solid #dca733;
	margin: 0px;
	padding: 0 0 0 20px;
	line-height: 30px;
}

.tab3 {
	width: 100%;
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
}

.tab3 .parHd {
	position: relative;
	width: 100%;
	height: 100px;
	padding-bottom: 30px;
	background: url(../img/bg_tab3_hd.png) no-repeat bottom center;
}

.tab3 .parHd ul {
	position: absolute;
	top: 0;
	left: 39%;
	width: 340px;
}

.tab3 .parHd ul li {
	float: left;
	margin-left: 20px;
	font-size: 36px;
	line-height: 70px;
	color: #333;
	cursor: pointer;
}

.tab3 .parHd ul li.on {
	color: #086639;
	font-weight: bold;
}

.tab3 .bd {
	width: 100%;
}

.tab3_bd {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.Cooldog_container {
	width: 1600px;
	height: 600px;
	margin: 30px auto 60px;
	position: relative;
	overflow: hidden;
}

.Cooldog_container .Cooldog_content {
	position: absolute;
	width: 750px;
	height: 600px;
	top: 0;
	left: 45%;
	margin-left: -270px;
}

.Cooldog_container .Cooldog_content li {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 600px;
	transition: all 0.3s ease;

}
.video_on{
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 450px;
	transition: all 0.3s ease;

}
.Cooldog_container .Cooldog_content li video,.Cooldog_container .Cooldog_content li object{width:750px !important; height: 450px !important;}
.Cooldog_container .Cooldog_content li .bg_dog {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 450px;
	transition: all 0.3s ease;
	background-color:#000;
filter:alpha(opacity=40); 
-moz-opacity:0.4; 
opacity:0.4;
display: block;
}
.Cooldog_container .Cooldog_content li .bg_dog  .bg_video{
	position: relative;
	top:0; left: 0;
	z-index: 9999;
	width: 750px;
	height: 450px;
	background:url(../img/bg_video.png)  no-repeat center top;
}
.Cooldog_container .Cooldog_content li video,.Cooldog_container .Cooldog_content li object{width:750px !important; height: 450px !important;}
.Cooldog_container .Cooldog_content li .sp_icon{z-index: 9999; width:100px; height: 35px; margin-top:30px; margin-left: 30px;float: left ;	top:0; left: 0; position: absolute; }
.Cooldog_container .Cooldog_content li .sp_icon img{width:100px !important; height: 35px !important;  display: block;}
.Cooldog_container .Cooldog_content li:hover .bg_dog{background:none;}
.Cooldog_container .Cooldog_content li img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.Cooldog_container .btn_left,
.Cooldog_container .btn_right {
	display: block;
	width: 71px;
	height: 35px;
	position: absolute;
	top: 40%;
	z-index: 50;
	color: #fff;
	line-height: 35px;
}

.Cooldog_container .btn_left {
	text-align: left;
	left: 0;
	background: url(../img/btn_left.png) no-repeat left center;
}

.Cooldog_container .btn_right {
	text-align: right;
	right: 0;
	background: url(../img/btn_right.png) no-repeat right center;
}

.Cooldog_container i {
	font-size: 50px;
}
.alumni ul li{padding:20px 0; margin: 18px 30px;}s
.alumni ul li .xs_bt{float: left; margin-left: 20px; width:530px; overflow: hidden; height:160px;}
.alumni ul li .xs_bt p {
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
}	
.tab2_story {position: relative;
	display: none;
	width: 100%;
	height: 690px;
	margin-top: 20px;
	background: url(../img/bg_stroy.png) #f8e6d4 top center;
}
.tab2_story ul li {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(../img/bg_listd.png) no-repeat left center;
	padding-left: 15px;
	;
}

.tab2_story ul li a {
	float: left;
	width: 85%;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab2_story ul li span {
	float: right;
	width: 15%;
	font-size: 18px;
	text-align: right;
	color: #666666;
	
}
.tab2_story ul li:hover a,.tab2_story ul li:hover span{color:#007a3f ;}
.tab3_bg{position: absolute; left: 0; bottom: 0; width:100%; margin: 0 auto;}
.tab3_bg ul{width:100%; float: left;}
.tab3_bg ul li{display: none; width:100%; float: left; }
.tab3_bg ul li.active{display: inline-block;}
.tab3_bg ul li h5{text-align: center;width:1000px;margin:0 auto; line-height: 40px; color: #086639; font-weight: bold; font-size: 20px;}
.tab3_bg ul li h5 a{color: #086639; font-weight: bold; font-size: 20px;}
.tab3_bg ul li p{margin:0 auto; text-align: center; width:1000px; color: #333; font-size: 16px; line-height: 35px;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.tab3_bg ul li p{color: #333;}

.p1 {
	transform: translate3d(-900px, 0, 0) scale(0);
	opacity: 0;
	z-index: 1
}

.p2 {
	transform: translate3d(-740px, 0, 0) scale(0);
	transform-origin: 0 50%;
	opacity: 0;
	z-index: 2
}

.p3 {
	transform: translate3d(-305px, 0, 0) scale(.81);
	transform-origin: 0 50%;
	opacity: .8;
	z-index: 3
}

.p4 {
	transform: translate3d(0px, 0, 0) scale(1);
	opacity: 1;
	z-index: 4
}

.p5 {
	transform: translate3d(450px, 0, 0) scale(.81);
	transform-origin: 0 50%;
	opacity: .8;
	z-index: 3
}

.p6 {
	transform: translate3d(750px, 0, 0) scale(0);
	transform-origin: 0 50%;
	opacity:0;
	z-index: 2
}

.p7 {
	transform: translate3d(1200px, 0, 0) scale(0);
	transform-origin: 0 50%;
	opacity: 0;
	z-index: 1
}
.tab_banner{position:relative;max-width:1600px; height: auto; margin: 45px auto;padding-bottom: 10px; overflow: hidden;}
 .tab_banner .bd  .banner_page{position: absolute;width:130px; bottom:10%; right:50px; z-index: 9999;}
 .tab_banner .bd  .banner_page .sprev{ float:left;display:block;width:60px; height: 60px; background:url(../img/tab_banner_l.png) no-repeat center center  #f3f9f6;}
 .tab_banner .bd  .banner_page .sprev:hover{ background:url(../img/tab_banner_l_on.png) no-repeat center center  #086639;}
 .tab_banner .bd  .banner_page .snext{float:right; display:block;width:60px; height: 60px; background:url(../img/tab_banner_r.png) no-repeat center center  #f3f9f6;}
 .tab_banner .bd  .banner_page .snext:hover{background:url(../img/tab_banner_r_on.png) no-repeat center center  #086639;}
.tab_banner .bd{position:relative;width:760px; margin-left: 40px; float: left; overflow: hidden;}
.tab_banner .bd ul{width:100%}
.tab_banner .bd ul li .tab_banner_img{width:100%; height:500px; overflow: hidden;}
.tab_banner .bd ul li  .tab_banner_img img{width:100%;}
.tab_banner .bd ul li  p{position: relative;  width:70%; color: #086639; overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;font-size: 20px;}
.tab_banner .bd ul li  p a{color: #086639;line-height: 40px; font-size: 20px;}	
.tab_banner .hd{position: relative; float: left; width:760px; margin-top: 50px; height: auto; background: none; padding-bottom: 0;}
.tab_banner .hd ul{position: relative;left: 0; top: 0; width:100%;}
.tab_banner .hd ul li{width: 100%; float: left; height: auto;	cursor: pointer; margin-left: 0; margin-bottom: 5px; line-height: 40px; padding: 0px 49px 0px 0; background: url(../img/tab_banner_hd.png) #fff right 15px center no-repeat; }
.tab_banner .hd ul li:hover,.tab_banner .hd ul li.on{background: url(../img/tab_banner_hd_on.png) #dfb800 no-repeat right 15px center;}
.tab_banner .hd ul li .bt{width:100%; padding: 10px 0;height: 95px;}
.tab_banner .hd ul li:hover .bt,.tab_banner .hd ul li.on .bt{background-color: #086639;}
.tab_banner .hd ul li .bt span{float: left; text-align: right; width:15%; font-size: 18px; line-height:40px; color: #d87a00;}
.tab_banner .hd ul li .bt span b{font-size: 26px; font-weight: normal;}
.tab_banner .hd ul li .bt a{float: left; width:85%;padding: 0 2%; font-size: 20px; color: #333;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;border-right:1px solid #ccc; 
	}
.tab_banner .hd ul li.on .bt span{color: #fff;}
.tab_banner .hd ul li.on .bt a{color: #fff; border-right: none;}
.foot{background-color: #086639;}
.foot_logo{width:100%; max-width:400px; padding: 0; margin: 20px auto 0;}
.link_lxwm{width:100%; max-width: 800px; margin: 40px auto;color: #fff;}
.lxwm{width:100%; padding: 0; color: #fff; }
.lxwm p span{width:75px;float:left;display: block; color: #fff; font-size: 16px;}
.lxwm p{width:100%; line-height: 30px;color: #fff; font-size:16px;float:left; }
.link{width:100%; padding: 0; margin: 20px auto 0;}
.link ul{width:600px;float:left; }
.link ul li{ line-height: 35px; float: left; text-align: left;color: #fff;font-size: 16px;}
.link ul li a{color: #fff;font-size: 16px; padding: 0 10px;}

.ewm{width:100%; max-width: 400px; padding: 0; padding-left:180px ; margin: 30px auto;}
.ewm dl{width:80px; height: 120px; float: left;margin-left: 30px;}
.ewm dl dd{width:80px; height: 80px; overflow: hidden; float: left;}
.ewm dl dt{width:100%; text-align: center; color: #fff; line-height: 30px;}
.copy{border-top:1px solid #b5e0cb; line-height: 50px;}
.copy p{color: #fff; text-align: center;}

.pc_nav_on{background:url(../img/bg_menu_on.png) no-repeat top center !important;}
.pc_logo_on{width:105px;margin-left:15px;}
.pc_logo_img_on{width: 80% !important;}
.bg_nav{position: absolute;width:100%; height: 60px; top: 0; left: 0; background-color: #01703a;}
.pc_nav2{position: relative;/* top: 0; left:160px;*/  max-width:1644px; margin: 0px auto;}
.button_search{position: absolute; top:0px; right: 0; z-index:99999; width:60px;  border:none;height:60px; display: block; background: url(../img/search.png) no-repeat center center;}
.button_search:focus{border: none;}

.search-form{position:absolute;top: 20px;right: 0;min-width: 320px;height:40px;z-index:99999;display: none;}
.open{display: block;}
.search{width: 100%;display: contents;}
.search-form .ssk{width:75%; padding: 0 10px; height: 40px; line-height: 40px; float: left;}
.search-form .ss{width:25%;color: #fff;border: none;height: 40px;line-height: 40px;text-align: center;background: #ccc  url(../img/search.png) no-repeat center center;}



.banner1{width:100%; margin-top: 60px;}
.banner1 img{width:100%;}
.dqwz{float: left;width:100%; height: 30px; line-height: 30px; margin: 20px auto; background: url(../img/dqwz.png) no-repeat left center; padding-left: 30px;}
.dqwz a{line-height: 30px;color: #333; font-size: 16px; padding: 0 10px;}
.dqlm{width: 510px; height: 55px; margin: 0 auto; text-align: center; overflow: hidden;}
.dqlm h5{float:left; width:100%;line-height:40px; height: 40px; margin: 0; color: #007a3f; font-size: 30px; font-weight: bold;text-align: center;}
.dqlm img{float:left; margin-top: -15px;}
.bg_line{ float:left;width:100%; height:5px; margin: 20px auto;}
.bg_line img{float:left;width:100%}
.btlb{width:100%; float: left;}
.btlb ul{width:100%;}
.btlb ul li{float: left; width:100%;height: 40px; margin-bottom: 15px; background: url(../img/bg_listd.png) no-repeat left center; padding-left: 15px;}
.btlb ul li a{width:85%; line-height: 40px; float: left; text-align: left; font-size: 20px; color: #333;	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.btlb ul li span.time{float: right; width: 15%; line-height: 40px; color: #666; font-size: 18px; text-align: right;}
.btlb ul li:hover a{color: #00773A;}

.m_left{width:100%; max-width: 1210px; padding: 0; margin: 0;}
.m_content{width:100%;}
.m_content h1.title{font-size:24px; font-weight: bold; color: #333; line-height: 40px; text-align: center;}
.m_content h2{font-size: 20px; text-align: center; line-height: 35px;}
.m_content p.data{line-height: 35px;text-align: center;color: #999; font-size: 16px; margin: 20px auto;}
.article{width:100%; float: left;}
.article p{ font-size: 16px; line-height: 35px;}
.article p img{margin: 15px auto; display: block;}
.article p table img, .article p span img,.article p li img{margin: 0 !important;}

.m_right{width:100%; max-width: 320px; padding: 0; margin: 0; margin-left: 70px;}


.share{float: left;width: 100%; margin: 20px 0; height: 45px; line-height: 45px; padding: 0 40%; background-color: #f7f7f7;}
.share .bshare-custom{line-height: 45px !important;}
.bshare-custom a{padding: 0 !important; margin: 0 7px !important; height: 23px !important; width: 23px !important;}
.share .bshare-custom .bshare-weixin{background: url(../img/share_wx.png) no-repeat !important;}
.share .bshare-custom .bshare-qzone{background: url(../img/share_qzone.png) no-repeat !important;}
.share .bshare-custom .bshare-sinaminiblog{background: url(../img/share_xl.png) no-repeat !important;}
.share .bshare-custom .bshare-more{background: url(../img/share_more.png) no-repeat !important;}
.share .bshare-custom .bshare-renren{background: url(../img/share_rrw.png) no-repeat !important;}
.share .bshare-custom .bshare-qqmb{background: url(../img/share_rr.png) no-repeat !important;}
/*上下条*/
.page{width: 100%; float: left;margin: 10px 0;}
.page div{height: 50px; width: 100%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; line-height: 50px; color:#515151;}
.page div a{color: #515151; font-size: 16px;}
.page div:hover a{color:#00773A;}

.weibo{width:100%; height: auto; min-height: 600px; border: 1px solid #b0b0b0;}
.hot_new{width:100%; overflow: hidden;  height: auto; border: 1px solid #b0b0b0; margin-top: 40px;}
.hot_new h5{float: left; width:100%; height: 49px; line-height: 50px; background-color: #f7f7f7; padding-left: 20px; text-align: left; color: #000; font-size: 20px;}
.hot_new ul{width: 100%; float: left;  padding:0 20px 15px 20px ;}
.hot_new ul li{float: left; width: 100%; height: 44px; background: url(../img/bg_listd.png) no-repeat left center; padding-left: 15px; border-bottom: 1px dashed #b0b0b0; line-height: 45px;}
.hot_new ul li a{width: 100%;display: block; font-size: 14px; color: #666;	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}

.photo{width:1040px;position:relative;margin:0 auto;}
.photo .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.photo .prev{left:0px;}
.photo #prevTop,.photo #nextTop{top:250px;width:50px;height:100px; }
.photo #prev,.photo #next{top:490px;width:10px;height:16px;}
.photo #prevTop{background:url(../img/ls_prev.png) center center no-repeat;}
.photo #nextTop{background:url(../img/ls_next.png) center center no-repeat;}
.photo #prevTop:hover{background:url(../img/ls_prev_on.png) center center no-repeat;}
.photo #nextTop:hover{background:url(../img/ls_next_on.png)  center center no-repeat;}
.photo .next{right:0px;}
.photo li{float:left;}
.photo .cf li{position:relative;color:#fff;}
.photo .cf a{display:block;width:840px; height:560px;position:absolute;color:#fff;}

.photo .cf li p{width:100%;position:absolute;left:0;bottom:0;padding:15px 20px;line-height:40px;font-size: 20px; text-align:left;background:url(../img/bg_history.png) no-repeat center top;filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.photo .cf li p span{display: block;margin-right: 20px; background: url(../img/bg_video2.png) no-repeat center center;width:40px; height: 40px; float: left;}
.photo .picBox{width:840px;  height:560px; padding:0;position:relative;overflow:hidden; background:#fff; margin: 0 auto; display: block;}
.photo .picBox ul{height:560px;position:absolute; left:0;}
.photo .picBox li{padding-left:0px; padding-right:1px; width:840px; height:560px;}
.photo .picBox li img{width:840px; height:560px;}
.photo .listBox{width:840px;height:130px;margin:0 auto;position:relative; padding-top:15px;overflow:hidden;}
.photo .listBox ul{float:left; position:absolute;}
.photo .listBox li{float: left;  overflow: hidden; cursor:pointer;position:relative; }
.photo .listBox li a{display:block;;}
.photo .listBox img{display: block;}

.lsyg{width:100%; float: left; margin: 20px auto;}
.lsyg ol{width:100%; float: left; margin: 0; padding-left: 10px; background: url(../img/history_line.png) repeat-y left top;}
.lsyg ol li{position:relative;float: left;width:100%; height: auto; margin-bottom: 50px;  margin-left: -14px; margin-top: -10px;}
.lsyg ol li .ls_time{float: left; width:200px; padding-left: 20px; height: 40px; line-height: 40px; background: url(../img/bg_history_d.png) no-repeat left center; font-size: 36px; font-weight: bold; color: #01763d;}
.lsyg ol li .ls_data{float: left; width:1390px; height: 300px; padding:30px; background-color: #f4f4f4;}
.history_pic{width:400px; height: 240px; overflow: hidden; float: left;}
.history_pic img{width:100%;}
.history{position: relative;height: 630px; margin-top:80px; }
.pc_year{display: block;}
.sj_year{display: none;}

.year_line{
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding:0px;
	height: 630px;
	
	}
.year_line ul{width:100%; height: auto; overflow: hidden;}
.year_line ul li{position: absolute; width:466px; height: auto; z-index:999;}
.year_line ul li .lsbt{
	float:left;
	width:340px;
	height: 84px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;}
.year_line ul li .lsbt a{font-size: 18px; color: #333; }
.year_line ul li .time{float: right; background: url(../img/bg_li_cloud.png) no-repeat top center; width:123px; font-size:25px; font-weight: bold; color: #fff; line-height: 60px; padding-top: 20px; text-align: center; height: 80px;}

.ls_1{ bottom:70px;left:-10px;}
.ls_2{ bottom:220px; left:50px;}
.ls_3{ bottom:350px;left:225px;}

.ls_4{ bottom:410px; left:35%; margin-left: 8px; }
.year_line ul li.ls_4 .lsbt{float:none; margin:0 auto; display: block;}
.year_line ul li.ls_4 .time{float:none;margin:0 auto; display: block;}
.ls_5{bottom:350px;right:225px;}
.year_line ul li.ls_5 .lsbt{float: right;}
.year_line ul li.ls_5 .time{float: left;}
.ls_6{bottom:220px; right:50px; }
.year_line ul li.ls_6 .lsbt{float: right;}
.year_line ul li.ls_6 .time{float: left;}
.ls_7{bottom:70px;right:-10px;}
.year_line ul li.ls_7 .lsbt{float: right;}
.year_line ul li.ls_7 .time{float: left;}

.history_bt{position: absolute; left:auto; bottom: 0; width:100%;height: auto;margin: 60px auto 55px auto;color: #a87f29;}
.history_bt h6{width:100%; font-size: 26px; line-height: 30px; height: 30px; background: url(../img/bg_lsgc_bt.png) no-repeat center center; text-align: center; }
.history_bt span{width:100%; display: block; text-align: center; font-size:16px; line-height: 20px;}
.cloud_nav{padding:0 350px;}
.cloud_nav ul li{margin: 10px 80px;}

.yfx ul li{height:310px; margin: 10px auto 20px auto;}
.yfx ul li .yfx_nr{width:1367px;}
.yfx ul li .yfx_nr .dl_odd,.yfx ul li .yfx_nr .dl_even{margin: 40px auto 0 auto; width:655px;}
.yfx ul li .yfx_nr .dl_even{margin-left:50px;}
.bg_yzb{width:1600px; height: 530px; margin: 10px auto 20px auto;}
.bg_yzb ul{margin-left: 38px; width:800px; margin-top: 50px;}
.bg_yzf{width:1600px; height:203px; margin: 10px auto 30px auto;}
.bg_yzf ul{margin-top:70px; margin-left: 70px;}
.zfy{width:1600px;}
.zfy ul li{width:380px;}
.zfy ul li .zfy_bt span{left:-20px;}
}