@charset 'utf-8';
/*header-start*/
#header{
	height: 40px;
	background: #10305d;
}
#header .hd_link ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right:14px;
	color: #6a7e9a;
}
#header .hd_link ul li.last{
	margin-right: 0px;
}
#header .hd_link ul li a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-right: 30px;
}
#header .hd_link ul li:hover a{
	text-decoration: underline;
}
.search{
	position: relative;
	margin-top: 8px;
	width: 192px;
	height: 30px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
#showkeycode269704{
	position: absolute;
    left: 8px;
    top: -2px;
	width: 184px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	background: #fff;
	text-indent: 10px;
	color: #666;
	border-radius: 6px;
}
.showkeycode269704{
	position: absolute;
    left: 8px;
    top: -2px;
	width: 184px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	background: #fff;
	text-indent: 10px;
	color: #666;
	border-radius: 6px;
}
.search input.btn{
	position: absolute;
	top: 0px;
	right: 4px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
/*end header*/

/*nav start*/
#nav{
	height: 110px;
	background: url("../images/nav_bg.jpg") no-repeat center top;
}
#nav .nav_con{
	position: relative;
	width: 1280px;
	height: 110px;
}
#nav .logo{
	position: absolute;
	left: -8px;
	top: -40px;
	width: 244px;
}
#nav .nav_menu{
	position: absolute;
	left: 244px;
	top: 30px;
	width:1036px;
	height: 50px;
}
#nav .nav_menu ul.nav_list{
	height: 50px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 24px;
}
#nav .nav_menu ul.nav_list li.last{
	padding-left: 25px;
	padding-right: 0px;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #323232;
}
#nav .nav_menu ul.nav_list li:hover a{
	color: #c12820;
}
#nav .nav_menu ul.nav_list li .triangle{
	display: none;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 39px;
    width: 30px;
    height: 17px;
    background: url("../images/triangle.png") no-repeat;
}
#nav .nav_menu ul.nav_list li:hover .triangle{
	display: block;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	z-index: 9999;
	width: 182px;
	background: #c12820;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 50px;
	line-height: 50px;
	text-indent: 12px;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #d3342c;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover a{
	color: #fff;
}
/*end nav*/

/*banner start*/
#banner{
	width:100%;
	height:auto;
	max-width: 1920px;
}
#banner .slideBox{ 
	position:relative;
	width:100%; 
	height:auto;
	overflow: hidden;
}
#banner .slideBox .hd{  
	position:absolute; 
	right:47.6%; 
	bottom:20px; 
	height:10px;
	z-index: 9999;
	}
#banner .slideBox .hd ul li{ 
	float:left; 
	margin:0 6px;  
	width:9px; 
	height:11px;
	text-align:center; 
	cursor:pointer;
	background: url("../images/banner_li.png") no-repeat;
	}
#banner .slideBox .hd ul li.on{ 
	background: url("../images/banner_li_on.png") no-repeat;
	}
#banner .slideBox  .bd ul li a img{ 
	display:block;  
	width:100%; 
	height:auto; 
}
#banner .slideBox .banner_btn a{
	position:absolute; 
	top:50%;
	margin-top:-49px; 
	width:50px; 
	height:98px; 
	display:block; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}
#banner .slideBox a.prev{ 
	left:20px; 
	background:url("../images/banner_l.png")  no-repeat;  
}
#banner .slideBox a.next{ 
	right:20px; 
	background:url("../images/banner_r.png") no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	height: 985px;
	background: url("../images/part1_bg.jpg") no-repeat center top;
}
#part1 .part1_top{
	padding-top: 55px;
	height: 720px;
}
#part1 .hyyw{
	width: 900px;
	height: 720px;
	overflow: hidden;
}
#part1 .hyyw .hd_title{
	margin-bottom: 14px;
	background: url("../images/icon01.png") no-repeat left center;
}
.hd_title{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	font-size: 24px;
	font-family: "KaiTi";
	font-weight: bold;
}
.hd_title span.en{
	position: absolute;
	left: 150px;
	top: 6px;
	font-size: 12px;
	font-family: "Times New Roman";
	color: #999;
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 0px;
}
.hd_title .more a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.hd_title .more a:hover{
	color: #c12820;
}
#part1 .hyyw .hyyw_con{
	position: relative;
	width: 900px;
	height: 330px;
}
#part1 .hyyw .hyyw_con .hyywBtn a{
	position: absolute;
    top: 50%;
    margin-top: -38px;
    display: block;
    width: 30px;
    height: 46px;
    cursor: pointer;
}
#part1 .hyyw .hyyw_con .hyywBtn a.prev{
	left: 0px;
	background: url("../images/video_btn_l.png") no-repeat;
}
#part1 .hyyw .hyyw_con .hyywBtn a.next{
	right: 0px;
	background: url("../images/video_btn_r.png") no-repeat;
}
#part1 .hyyw .hyyw_pic{
	height: 300px;
	margin-bottom: 30px;
}
#part1 .hyyw .hyyw_pic ul li{
	position: relative;
	float: left;
	width: 435px;
	height: 300px;
	margin-right: 30px;
}
#part1 .hyyw .hyyw_pic ul li.last{
	margin-right: 0px;
}
#part1 .hyyw .hyyw_pic ul li .pic{
	width: 435px;
	height: 300px;
	overflow: hidden;
}
#part1 .hyyw .hyyw_pic ul li .pic img{
	width: 435px;
	height: 300px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part1 .hyyw .hyyw_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part1 .hyyw .hyyw_pic ul li .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-indent: 20px;
	z-index: 99;
}
#part1 .hyyw .hyyw_pic ul li .mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 128px;
	background: url("../images/mask1.png") repeat-x left bottom;
	z-index: 9;
}
#part1 .hyyw .hyyw_list{
	position: relative;
	width: 900px;
	height: 277px;
	overflow: hidden;
}
#part1 .hyyw .hyyw_list_hd{
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: 12px;
	width: 48px;
	height: 6px;
}
#part1 .hyyw .hyyw_list_hd ul li{
	float: left;
	width: 4px;
	height: 4px;
	border: 1px solid #a1a1a1;
	border-radius: 50%;
	margin: 0 5px;
}
#part1 .hyyw .hyyw_list_hd ul li.on{
	background: #a1a1a1;
}
#part1 .hyyw .hyyw_list_bd{
	height: 216px;
	overflow: hidden;
}
#part1 .hyyw .hyyw_list_bd ul li{
	float: left;
	width: 240px;
	height: 193px;
	margin-right: 30px;
	border-bottom: 3px solid #c12820;
	background: #fff;
	padding: 20px 20px 0;
}
#part1 .hyyw .hyyw_list_bd ul li .title{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part1 .hyyw .hyyw_list_bd ul li:hover .title{
	color: #c12820;
}
#part1 .hyyw .hyyw_list_bd ul li .date{
	height: 32px;
	line-height: 32px;
	padding-left: 22px;
	background: url("../images/icon02.png") no-repeat left center;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part1 .hyyw .hyyw_list_bd ul li p.des{
	height: 60px;
	line-height: 20px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part1 .hyyw .hyyw_list_bd ul li .arrow{
	float: right;
	width: 51px;
	height: 5px;
	background: url("../images/icon03.png") no-repeat;
	margin-top: 24px;
}
#part1 .hyyw .hyyw_list_bd ul li:hover .arrow{
	background: url("../images/icon03_hover.png") no-repeat;
}
#part1 .hyyw .hyyw_list_bd ul li.last{
	margin-right: 0px;
}
#part1 .hyyw .hyyw_btn a{
	position: absolute;
	bottom: 0px;
	display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#part1 .hyyw .hyyw_btn a.prev{
	left: 380px;
	background: url("../images/hyyw_btn_l.png") no-repeat;
}
#part1 .hyyw .hyyw_btn a.prev:hover{
	background: url("../images/hyyw_btn_l_hover.png") no-repeat;
}
#part1 .hyyw .hyyw_btn a.next{
	right: 380px;
	background: url("../images/hyyw_btn_r.png") no-repeat;
}
#part1 .hyyw .hyyw_btn a.next:hover{
	background: url("../images/hyyw_btn_r_hover.png") no-repeat;
}
#part1 .notice{
	border-top: 5px solid #c12820;
	width: 340px;
	height: 655px;
	background: #fff;
}
#part1 .notice .hd_notice{
	position: relative;
	padding-top: 20px;
	width: 225px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
}
#part1 .notice .hd_notice .line{
	position: absolute;
	left: 0px;
	top: 34px;
	width: 225px;
	height: 1px;
	background: #e5e5e5;
	z-index: 9;
}
#part1 .notice .notice_title{
	position: absolute;
	left: 30px;
	top: 20px;
	padding-left: 55px;
	width: 110px;
	font-size: 24px;
	font-family: "KaiTi";
	font-weight: bold;
	background: #fff url("../images/icon04.png") no-repeat 10px center;
	z-index: 99;
}
#part1 .notice .nontice_list{
	width: 280px;
	margin: 0 auto;
}
#part1 .notice .nontice_list ul li{
	position: relative;
	height: 90px;
	padding-top: 12px;
	border-bottom: 1px dashed #e6e6e6;
}
#part1 .notice .nontice_list ul li .date{
	padding-left: 22px;
	background: url("../images/icon02.png") no-repeat left center;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
	margin-bottom: 6px;
}
#part1 .notice .nontice_list ul li .title{
	line-height: 24px;
	font-family: "Microsoft Yahei";
	color: #323232;
	font-size: 16px;
}
#part1 .notice .nontice_list ul li:hover .title{
	color: #c12820;
}
#part1 .notice .nontice_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #c12820;
    z-index: 999;
    transition: 0.6s;
}
#part1 .notice .nontice_list ul li:hover span.line{
	width: 100%;
}
#part1 .notice .nontice_list .more{
	width: 280px;
	height: 36px;
	line-height: 36px;
	background: #c12820;
	text-align: center;
}
#part1 .notice .nontice_list .more a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	margin-top: 26px;
}
#part1 .notice .nontice_list .more:hover a{
	text-decoration: underline;
}
#part1 .ztzl{
	position: relative;
	width: 1280px;
	height: 150px;
	overflow: hidden;
}
#part1 .ztzl .ztzl_pic ul li img{
	display: block;
	width: 1280px;
	height: 150px;
	background-size: 100% 100%;
}
#part1 .ztzl .ztzl_hd{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
}
#part1 .ztzl .ztzl_hd ul li{
	float: left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: url("../images/icon05.png");
	margin-left: 4px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #e8d9c0;
	cursor: pointer;
}
#part1 .ztzl .ztzl_hd ul li.on{
	color: #fff;
	background: #c12820;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 564px;
	background: url("../images/part2_bg.jpg") no-repeat center top;
}
#part2 .part2_con{
	padding-top: 50px;
	height:514px;
}
#part2 .part2_con .xwdt{
	width: 900px;
}
#part2 .part2_con .xwdt .hd_title{
	background: url("../images/icon06.png") no-repeat left center;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_l{
	position: relative;
	width: 460px;
}
#part2 .xwdt_pic .xwdt_small{
	position: absolute;
	left: 0px;
	top: 64px;
	width: 286px;
	height:292px;
	overflow: hidden;
	z-index: 8;
}
#part2 .xwdt_pic .xwdt_small ul li .pic{
	width: 286px;
	height: 214px;
	overflow: hidden;
}
#part2 .xwdt_pic .xwdt_small ul li .pic img{
	display: block;
	width: 286px;
	height: 214px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part2 .xwdt_pic .xwdt_small ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .xwdt_pic .xwdt_small ul li .title{
	padding: 10px 10px 20px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part2 .xwdt_pic .xwdt_small ul li:hover .title{
	color: #c12820;
}
#part2 .xwdt_pic .xwdt_big{
	position: absolute;
	left: 100px;
	top: 30px;
	width: 360px;
	height:350px;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px #e9e9e9;
    -moz-box-shadow: 0 10px 20px #e9e9e9;
    box-shadow: 0 10px 20px #e9e9e9;
    overflow: hidden;
	z-index: 9;
}
#part2 .xwdt_pic .xwdt_big ul li .pic{
	width: 360px;
	height: 270px;
	overflow: hidden;
}
#part2 .xwdt_pic .xwdt_big ul li .pic img{
	display: block;
	width: 360px;
	height: 270px;;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part2 .xwdt_pic .xwdt_big ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .xwdt_pic .xwdt_big ul li .title{
	padding: 15px 10px 20px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part2 .xwdt_pic .xwdt_big ul li:hover .title{
	color: #c12820;
}
#part2 .xwdt_con .xwdt_hd{
	position: absolute;
	left: 26px;
	top: 360px;
}
#part2 .xwdt_con .xwdt_hd ul li{
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #c12820;
	margin-right: 6px;
	cursor: pointer;
}
#part2 .xwdt_con .xwdt_hd ul li.on{
	background: #c12820;
}

#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r{
	width: 410px;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li{
	position: relative;
	padding-left: 12px;
	background: url("../images/icon27.png") no-repeat left center;
	height: 42px;
	line-height: 42px;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li:hover a{
	color: #c12820;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #999;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li:hover .date{
	color: #c12820;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #c12820;
    z-index: 999;
    transition: 0.6s;
}
#part2 .part2_con .xwdt .xwdt_con .xwdt_con_r ul li:hover span.line{
	width: 100%;
}
#part2 .part2_con .xsdt{
	width: 340px;
}
#part2 .part2_con .xsdt .hd_title{
	background: url("../images/icon07.png") no-repeat left center;
}
/*sideMen start*/
.sideMen{
	margin-top: 14px;
	width:340px;
}
.sideMen h3{
	width: 310px;
	height: 56px;
	padding: 15px;
	font-weight: normal;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px #e9e9e9;
    -moz-box-shadow: 0 10px 20px #e9e9e9;
    box-shadow: 0 10px 20px #e9e9e9;
    margin-bottom: 5px;
}
.sideMen h3.on{
	display: none;
}
.sideMen h3 .date{
	float: left;
	width: 60px;
	height: 56px;
	margin-right: 15px;
}
.sideMen h3 .date span{
	display: block;
	width: 60px;
	text-align: center;
	font-family: "Georgia";
}
.sideMen h3 .date span.d1{
	height: 36px;
	line-height: 36px;
	background: #c12820;
	color: #fff;
	font-size: 26px;
}
.sideMen h3 .date span.d2{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.sideMen h3 .xsdt_title{
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #323232;
}
.sideMen h3:hover .xsdt_title{
	color: #c12820;
}
.sideMen .xsdt_hide{
	padding: 15px;
	width: 310px;
	height: 96px;
	background: #c12820;
}
.sideMen .xsdt_hide .date2{
	position: relative;
	float: left;
	width: 46px;
	height: 96px;
	margin-right: 20px;
	background: url("../images/icon28.png") no-repeat top center;
}
.sideMen .xsdt_hide .date2 span{
	position: absolute;
	display: block;
	width: 46px;
	font-family: "Georgia";
	color: #fff;
}
.sideMen .xsdt_hide .date2 span.d1{
	left: 4px;
	top: -18px;
	font-size: 26px;
}
.sideMen .xsdt_hide .date2 span.d2{
	left: 30px;
    top: 10px;
	font-size: 12px;
}
.sideMen .xsdt_hide .date2 span.d3{
	left: 18px;
    top: 22px;
	font-size: 12px;
}
.sideMen .xsdt_hide .xsdt_title{
	float: left;
	width: 240px;
}
.sideMen .xsdt_hide .xsdt_title .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-bottom: 6px;
}
.sideMen .xsdt_hide .xsdt_title p{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-left: 25px;
}
.sideMen .xsdt_hide .xsdt_title p.address{
	background: url("../images/icon08.png") no-repeat left center;
}
.sideMen .xsdt_hide .xsdt_title p.date{
	background: url("../images/icon09.png") no-repeat left center;
}
/*end sideMen*/
/*end part2*/

/*part3 start*/
#part3{
	height: 759px;
	background: url("../images/part3_bg.jpg") no-repeat center top;
}
#part3 .part3_con{
	padding-top: 60px;
	height: 58px;
}
#part3 .part3_con .yczx_hd{
	position: relative;
	height: 28px;
	margin-bottom: 92px;
}
#part3 .part3_con .yczx_hd .hd_yczx{
	position: relative;
	width: 225px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
}
#part3 .part3_con .yczx_hd .hd_yczx .line{
	position: absolute;
	left: 0px;
	top: 14px;
	width:30px;
	height: 1px;
	background: #ccc;
	z-index: 9;
}
#part3 .part3_con .yczx_hd .hd_yczx .line2{
	position: absolute;
	right: 0px;
	top: 14px;
	width:30px;
	height: 1px;
	background: #ccc;
	z-index: 9;
}
#part3 .part3_con .yczx_hd .yczx_title{
	position: absolute;
	left: 30px;
	top: 0px;
	padding-left: 55px;
	width: 110px;
	font-size: 24px;
	font-family: "KaiTi";
	font-weight: bold;
	background: url("../images/icon10.png") no-repeat 10px center;
	z-index: 99;
}
#part3 .part3_con .yczx_hd .more{
	position: absolute;
	right: 0px;
	top: 0px;
}
#part3 .part3_con .yczx_hd .more a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
#part3 .part3_con .yczx_hd .more a:hover{
	color: #c12820;
}
#part3 .yczx_con{
	position: relative;
	width: 1404px;
	height: 768px;
	margin:0 auto;
}
#part3 .yczx_con .yczx_pic{
	width: 1278px;
	height: 445px;
	padding: 64px 29px;
	overflow-x: hidden;
	margin: 0 auto;
}
#part3 .yczx_con .yczx_pic ul li{
	position: relative;
	float: left;
	width: 297px;
	height: 445px;
	margin-right: 30px;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part3 .yczx_con .yczx_pic ul li:hover{
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.14);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#part3 .yczx_con .yczx_pic ul li .mask{
	position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 98px;
    background: url("../images/mask2.png") repeat-x;
    z-index: 8;
    transition: all 0.6s;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    opacity: 1;
}
#part3 .yczx_con .yczx_pic ul li:hover .mask{
	 filter:alpha(opacity=0);   
    -moz-opacity:0;   
    -khtml-opacity: 0;   
    opacity: 0;
}
#part3 .yczx_con .yczx_pic ul li .div.pic{
	width: 297px;
	height: 445px;
	overflow: hidden;
}
#part3 .yczx_con .yczx_pic ul li:hover .div.pic{
	position: absolute;
	top: 64px;
	left: 0px;
	z-index: 9;
}
#part3 .yczx_con .yczx_pic ul li .div.pic img{
	display: block;
	width: 290px;
	height: 445px;
	background-size: 100% 100%;

}
#part3 .yczx_con .yczx_pic ul li .title{
	position: absolute;
    left: 20px;
    bottom: 5px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #fff;
    padding-right: 20px;
    z-index: 9;
    transition: all 0.6s;
    filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    opacity: 1;
}
#part3 .yczx_con .yczx_pic ul li:hover .title{
	 filter:alpha(opacity=0);   
    -moz-opacity:0;   
    -khtml-opacity: 0;   
    opacity: 0;
}
#part3 .yczx_con .yczx_pic ul li .hide{
	position: absolute;
	left: 9px;
	top: 9px;
	width: 220px;
	height: 272px;
	background: url("../images/icon37.png");
	padding: 165px 30px 0;
	transition: all 0.6s;
    filter:alpha(opacity=0);   
    -moz-opacity:0;   
    -khtml-opacity: 0;   
    opacity: 0;
}
#part3 .yczx_con .yczx_pic ul li:hover .hide{
	filter:alpha(opacity=100);   
    -moz-opacity:1;   
    -khtml-opacity: 1;   
    opacity: 1;
}
#part3 .yczx_con .yczx_pic ul li .hide .xsdt_title2{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	font-weight: bold;
	line-height: 24px;
	text-align: justify;
}
#part3 .yczx_con .yczx_pic ul li .hide span.line{
	display: block;
	width: 50px;
	height: 2px;
	background: #c12820;
	margin: 10px 0;
}
#part3 .yczx_con .yczx_pic ul li .hide .date2{
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #666;
	background: url("../images/icon02.png") no-repeat left center;
}
#part3 .yczx_con .yczx_pic ul li .hide .address{
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #666;
	background: url("../images/icon26.png") no-repeat left center;
}
#part3 .yczx_con .yczx_btn a{
	position: absolute;
    top: 50%;
    margin-top: -104px;
    display: block;
    width: 22px;
    height: 42px;
    cursor: pointer;
}
#part3 .yczx_con .yczx_btn a.prev{
	left: 0;
	background: url("../images/yczx_btn_l.png") no-repeat;
}
#part3 .yczx_con .yczx_btn a.prev:hover{
	background: url("../images/yczx_btn_l_hover.png") no-repeat;
}
#part3 .yczx_con .yczx_btn a.next{
	right: 0;
	background: url("../images/yczx_btn_r.png") no-repeat;
}
#part3 .yczx_con .yczx_btn a.next:hover{
	background: url("../images/yczx_btn_r_hover.png") no-repeat;
}
#part3 .tempWrap{
	overflow: visible !important;
}
#part3 .tempWrap ul{
	overflow: visible !important;
}
/*end part3*/

/*part4 start*/
#part4{
	height: 642px;
	background: url("../images/part4_bg.jpg") no-repeat center top;
}
#part4 .part4_con{
	padding-top: 55px;
	height: 438px;
}
#part4 .media{
	width: 900px;
	height: 438px;
}
#part4 .media .hd_title{
	margin-bottom: 20px;
	background: url("../images/icon11.png") no-repeat left center;
}
#part4 .media .media_list ul li{
	position: relative;
	float: left;
	width: 435px;
	height: 60px;
	margin-right: 30px;
	margin-bottom: 25px;
}
#part4 .media .media_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 0px;
    height: 1px;
    background: #c12820;
    z-index: 999;
    transition: 0.6s;
}
#part4 .media .media_list ul li:hover span.line{
	width: 100%;
}
#part4 .media .media_list ul li .date{
	float: left;
	width: 55px;
	height: 66px;
	background: url("../images/icon13.png") no-repeat;
	margin-right: 20px;
}
#part4 .media .media_list ul li:hover .date{
	background: url("../images/icon14.png") no-repeat;
}
#part4 .media .media_list ul li .date span{
	display: block;
	text-align: center;
	font-family: "Georgia";
}
#part4 .media .media_list ul li .date span.d1{
	font-size: 26px;
	color: #323232;
	line-height: 28px;
}
#part4 .media .media_list ul li:hover .date span.d1{
	color: #fff;
}
#part4 .media .media_list ul li .date span.d2{
	font-size: 12px;
	color: #999;
}
#part4 .media .media_list ul li:hover .date span.d2{
	color: #fff;
}
#part4 .media .media_list ul li .hyly{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	font-weight: bold;
	line-height: 30px;
}
#part4 .media .media_list ul li .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part4 .media .media_list ul li:hover .title{
	color: #c12820;
}
#part4 .media .media_list ul li+li{
	margin-right: 0px;
}
#part4 .media .media_list ul li+li+li{
	margin-right: 30px;
}
#part4 .media .media_list ul li+li+li+li{
	margin-right: 0px;
}
#part4 .media .media_list ul li+li+li+li+li{
	margin-right: 30px;
}
#part4 .media .media_list ul li+li+li+li+li+li{
	margin-right: 0px;
}
#part4 .media .media_list ul li+li+li+li+li+li+li{
	margin-right: 30px;
}
#part4 .media .media_list ul li+li+li+li+li+li+li+li{
	margin-right: 0px;
}
#part4 .kslj{
	position: relative;
	width: 1344px;
	height: 90px;
	margin: 0 auto;
}
#part4 .kslj .kslj_pic{
	width: 1280px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
#part4 .kslj .kslj_pic ul li{
	position: relative;
	float: left;
	width: 305px;
	height: 90px;
	overflow: hidden;
	margin-right: 20px;
}
#part4 .kslj .kslj_pic ul li img{
	display: block;
	width: 305px;
	height: 90px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .kslj .kslj_pic ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part4 .kslj .kslj_pic ul li .line{
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #e5f1fc;
	width: 292px;
	height: 78px;
}
#part4 .kslj .kslj_pic ul li:hover .line{
	border: 1px solid #fff;
}
#part4 .kslj .kslj_btn a{
	position: absolute;
    top: 50%;
    margin-top: -11px;
    display: block;
    width: 13px;
    height: 22px;
    cursor: pointer;
}
#part4 .kslj .kslj_btn a.prev{
	left: 0;
	background: url("../images/kslj_btn_l.png") no-repeat;
}
#part4 .kslj .kslj_btn a.prev:hover{
	background: url("../images/kslj_btn_l_hover.png") no-repeat;
}
#part4 .kslj .kslj_btn a.next{
	right: 0;
	background: url("../images/kslj_btn_r.png") no-repeat;
}
#part4 .kslj .kslj_btn a.next:hover{
	background: url("../images/kslj_btn_r_hover.png") no-repeat;
}
#part4 .video{
	width: 340px;
}
#part4 .video .hd_title{
	margin-bottom: 14px;
    background: url("../images/icon12.png") no-repeat left center;
}
#part4 .video .video_con{
	position: relative;
	width: 340px;
	height: 230px;
	margin-bottom: 14px;
}
#part4 .video .video_pic ul li .pic{
	width: 340px;
	height: 230px;
	overflow: hidden;
}
#part4 .video .video_pic ul li .pic img{
	display: block;
	width: 340px;
	height: 230px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .video .video_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part4 .video .video_pic ul li .title{
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-right: 20px;
	z-index: 9;
}
#part4 .video .video_pic ul li .mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 98px;
	background: url("../images/mask2.png") repeat-x;
	z-index: 8;
}
#part4 .video .video_pic ul li .video_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 42px;
	background: url("../images/icon15.png");
	margin-top: -21px;
	margin-left: -32px;
	z-index: 99;
	border-radius: 4px;
}
#part4 .video .video_pic ul li .video_icon img{
	margin: 9px auto 0;
        display: block;
	-webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
}
#part4 .video .video_pic ul li:hover .video_icon img{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#part4 .video .video_btn a{
	position: absolute;
    top: 50%;
    margin-top: -23px;
    display: block;
    width: 30px;
    height: 46px;
    cursor: pointer;
}
#part4 .video .video_btn a.prev{
	left: 0px;
	background: url("../images/video_btn_l.png") no-repeat;
}
#part4 .video .video_btn a.next{
	right: 0px;
	background: url("../images/video_btn_r.png") no-repeat;
}
#part4 .video .video_wbt{
	position: relative;
	width: 300px;
	height: 60px;
	background: #f1f1f1;
	padding: 20px 20px 0;
}
#part4 .video .video_wbt .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 25px;
}
#part4 .video .video_wbt .video_icon{
	position: absolute;
	left: 20px;
	top: -10px;
	width: 30px;
	height: 26px;
	background: url("../images/icon17.png") no-repeat;
}
#part4 .video .video_wbt:hover .title{
	color: #c12820;
}
/*end part4*/

/*footer start*/
#footer{
	height: 152px;
	background: url("../images/footer_bg.jpg") no-repeat center top;
}
#footer .foot_top{
	padding-top: 20px;
	height: 80px;
	border-bottom: 1px solid #40597d;
}
#footer .foot_top .foot_logo{
	width: 242px;
	height: 80px;
}
#footer .foot_top .foot_address{
	width: 316px;
}
#footer .foot_top .foot_address p{
	padding-left: 18px;
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft Yahei";
	background: url("../images/icon18.png") no-repeat left center;
	line-height: 28px;
}
#footer .foot_top .foot_address p+p{
	background: url("../images/icon19.png") no-repeat left center;
}
#footer .foot_top .foot_sydw{
	padding-top: 10px;
	width: 70px;
}
#footer .foot_top .foot_ewm{
	padding-top: 10px;
	height: 70px;
}
#footer .foot_top .foot_ewm ul li{
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer;
}
#footer .foot_top .foot_ewm ul li .ewm_hide{
	position: absolute;
	left: -80px;
    top: -210px;
	width: 200px;
	height: 212px;
	display: none;
}
#footer .copyRight{
	padding-top: 1px;
	height: 28px;
}
#footer .copyRight p{
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft Yahei";
	height: 50px;
	line-height: 50px;
	line-height: 50px;
	text-align: center;
}
#footer .copyRight p span.zfwl{
	display: inline-block;
	padding-left: 20px;
	background: url("../images/icon25.png") no-repeat left center;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 58px;
	height: 52px;
	z-index: 9999;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/

/*list page start*/
#ej_banner{
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 260px;
    margin-left: -960px;
}
#main .main_con{
	padding-top: 36px;
	overflow: hidden;
}
#main .main_con_l{
	width: 220px;
}
#main .main_con_l .lmmc{
	height: 52px;
	line-height: 52px;
	font-family: "KaiTi";
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	color: #555;
	text-align: center;
	border-bottom: 4px solid #c12820;
}
.sidebar{
	width: 219px;
	padding-top: 5px;
	border-right: 1px solid #cecece;
}
.sidebar ul{
	display: block;
	width: 219px;
	margin: 0 auto;
}
.sidebar ul li{
	position: relative;
	height: 74px;
	border-bottom: 1px solid #cecece;
	line-height: 74px;
}
.sidebar ul li.active,.sidebar ul li:hover{
	background: #c12820;
}
.sidebar ul li.active span.line{
	position: absolute;
	left: 60px;
	top: 28px;
	display: block;
	width: 4px;
	height: 18px;
	background: #fff;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	color: #000;
	text-align: center;
	font-size: 16px;
}
.sidebar ul li .arrow{
	display: block;
	position: absolute;
	right: 18px;
	top: 30px;
	width: 7px;
	height: 11px;
	background: url("../images/icon29.png") no-repeat;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #fff;
}
#main .main_con_r{
	width: 1060px;
}
.main_hd{
	padding-left: 60px;
	height: 52px;
	line-height: 52px;
	border-bottom: 4px solid #f6f6f6;
}
.main_hd .dqwz{
	font-size: 14px;
	padding-left: 26px;
	line-height: 40px;
	background: url("../images/home_icon.png") no-repeat left center;
	color: #808080;
}
.main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888;
}
.main_hd .dqwz a:hover{
	color: #c12820;
}
.main_list{
	width:1000px;
	min-height: 600px;
	margin-left: 60px;
}
.main_list ul{
	display: block;
	padding: 15px 0;
}
.main_list ul li{
	position: relative;
	height: 82px;
	line-height: 82px;
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
}
.main_list ul li a{
	display: block;
	width: 100%;
	height: 82px;
}
.main_list ul li .date{
	position: relative;
	float: left;
	width: 94px;
	height: 82px;
	border-right: 1px solid #f4f4f4;
}
.main_list ul li .date span{
	display: block;
	width: 72px;
	font-family: "Microsoft Yahei";
	height: 26px;
	line-height: 26px;
	text-align: right;
}
.main_list ul li .date span.d1{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
}
.main_list ul li .date span.d2{
	font-size: 14px;
	color: #999;
}
.main_list ul li:hover .date span.d1,.main_list ul li:hover .date span.d2{
	color: #c12820;
}
.main_list ul li .date .circle{
	position: absolute;
	right: -8px;
	top: 35px;
	width: 15px;
	height: 15px;
	background: url("../images/icon30.png") no-repeat;
}
.main_list ul li:hover .date .circle{
	background: url("../images/icon30_on.png") no-repeat;
}
.main_list ul li .title{
	width: 905px;
	height: 82px;
	line-height: 82px;
	text-indent: 30px;
	font-family: "Microsoft Yahei";
	color: #323232;
	font-size: 16px;
}
.main_list ul li:hover .title{
	color: #c12820;
}
.main_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #c12820;
    z-index: 999;
    transition: 0.6s;
}
.main_list ul li:hover span.line{
	width: 100%;
}
.fanye img{
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	margin-left: 60px;
	width: 1000px;
	min-height: 500px;
}
.main_bd .con_title{
	padding-top: 40px;
}
.main_bd .con_title h2.title{
	padding: 0 45px;
	text-align: center;
	font-size: 32px;
	font-family: "KaiTi";
	color: #000;
	line-height: 34px;
}
.main_bd .con_title p.info{
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	background: #f7f7f7;
	color: #666;
	margin-top: 30px;
	margin-bottom: 30px;
}
.main_bd .con_title p.info span{
	margin-right: 30px;
	display: inline-block;
	padding-left: 20px;
	color: #666;
}
.main_bd .con_title p.info span.time1{
	background: url("../images/icon02.png") no-repeat left center;
}
.main_bd .con_title p.info span.ly{
	background: url("../images/icon31.png") no-repeat left center;
}
.content{
	padding-bottom: 20px;
}
.content p{
	font-size: 16px !important;
	color: #000;
	font-family: "Microsoft Yahei";
	line-height: 30px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	margin: 0 auto;
}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 15px; }
.page p{
	line-height:30px;
	text-indent: 0 !important;
}
.page span {
	font-weight: bold;
	color: #000; 
}
.page a { 
	color: #000;
}
.page a:hover { 
	color: #c12820;
	transition: 0.6s all; 
}
/*end content page*/

/*list_tppic start*/
.list_tppic{
	width: 1020px;
	min-height: 600px;
	margin-left: 40px;
}
.list_tppic ul{
	display: block;
	padding-top: 30px;
	width: 1020px;
    overflow: hidden;
}
.list_tppic ul li{
	float: left;
	width: 320px;
	height: 252px;
	margin: 0 0 20px 20px; 
}
.list_tppic ul li .pic{
	width: 320px;
	height: 200px;
	overflow: hidden;
}
.list_tppic ul li .pic img{
	display: block;
	width: 320px;
	height: 200px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_tppic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_tppic ul li .title{
	margin-top: 2px;
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fafafa;
}
.list_tppic ul li:hover .title{
	background: #c12820;
	color: #fff;
}
/*end list_tppic*/

/*organization page start*/
#main .organization{
	margin-left: 50px;
	width: 1010px;
	min-height: 500px;
}
#main .organization ul{
	display: block;
	padding: 44px 0 40px 0;
	overflow: hidden;
}
#main .organization ul li{
	float: left;
	width: 495px;
	height: 55px;
	line-height: 55px;
	background: #f5f5f5 url("../images/icon32.png") no-repeat 456px center;
	margin:0 0 10px 10px;
	text-indent: 20px;
}
#main .organization ul li:hover{
	background: #c12820 url("../images/icon33.png") no-repeat 456px center;
}
#main .organization ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #323232;
}
#main .organization ul li:hover a{
	color: #fff;
}
/*end organization page*/

/*leader page start*/

#main .faculty ul li .leader_txt .leader_head {
    height: 80px;
    line-height: 36px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 22px;
    font-family: "KaiTi";
    color: #010101;
    font-weight: bold;
}


#main .faculty ul li .leader_txt span.lines {
    position: absolute;
    left: 0px;
    bottom: 59px;
    width: 40px;
    height: 3px;
    background: #c12820;}

#main .leader{
	margin-left: 30px;
	width: 1030px;
	min-height: 500px;
}
#main .leader ul{
	display: block;
	padding: 44px 0 20px 0;
	overflow: hidden;
}
#main .leader ul li{
	float: left;
	width: 465px;
	height: 150px;
	padding: 10px;
	background: #f8f8f8;
	margin: 0 0 30px 30px;
}
#main .leader ul li .pic{
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
}
#main .leader ul li .pic img{
	display: block;
	width: 200px;
	height: 150px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#main .leader ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .leader ul li .leader_txt{
	position: relative;
	float: left;
	width: 235px;
	height: 150px;
}
#main .leader ul li .leader_txt .leader_title{
	height: 43px;
	line-height: 44px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 22px;
	font-family: "KaiTi";
	color: #010101;
	font-weight: bold;
}
#main .leader ul li .leader_txt span.line{
	position: absolute;
	left: 0px;
	bottom: 106px;
	width: 40px;
	height: 3px;
	background: #c12820;
}
#main .leader ul li .leader_txt .leader_zc{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #555;
	padding-top: 16px;
}
#main .leader ul li .leader_txt .arrow{
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 30px;
	height: 11px;
	background: #e0e0e0 url("../images/icon34.png") no-repeat center center;
}
#main .leader ul li:hover .leader_txt .arrow{
	background: #c12820 url("../images/icon34.png") no-repeat center center;
}
/*end leader page*/

/*Professional page start*/
#main .Professional{
	margin-left: 60px;
	width: 1000px;
	min-height: 500px;
	padding-top: 44px;
}
#main .Professional .zyjs_title{
	position: relative;
	height: 50px;
	line-height: 50px;
	background: #c12820;
	font-size: 18px;
	font-family: "KaiTi";
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
}
#main .Professional .zyjs_title .arrow{
	position: absolute;
	right: 30px;
	top: 50px;
	width: 26px;
	height: 13px;
	background: url("../images/icon35.png") no-repeat;
}
#main .Professional .zyjs_txt{
	padding: 30px 0;
}
#main .Professional .zyjs_txt p{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 40px;
	text-indent: 2em;
}
#main .Professional .zyjs_txt dl dd{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 40px;
	text-indent: 2em;
	padding-left: 10px;
	background: url("../images/icon36.png") no-repeat 32px center;
}
/*end Professional page*/

/*faculty page start*/
#main .faculty{
	width: 1000px;
	min-height: 500px;
	padding: 44px 0 30px 0;
}
#main .faculty .szdw_title{
	position: relative;
	height: 50px;
	line-height: 50px;
	background: #c12820;
	font-size: 18px;
	font-family: "KaiTi";
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	width: 970px;
    margin-left: 60px;
    margin-bottom: 20px;
}
#main .faculty .szdw_title .arrow{
	position: absolute;
	right: 30px;
	top: 50px;
	width: 26px;
	height: 13px;
	background: url("../images/icon35.png") no-repeat;
}
#main .faculty .zytitle{
	font-size: 20px;
	font-family: "KaiTi";
	color: #000;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-left: 60px;
}
#main .faculty ul{
	display: block;
	width: 1020px;
	margin-left: 40px;
	overflow: hidden;
}
#main .faculty ul li{
	float: left;
	width: 298px;
	height: 138px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ececec;
	margin: 0 0 20px 20px;
}
#main .faculty ul li:hover{
	border: 1px solid #c12820;
}
#main .faculty ul li .pic{
	float: left;
	width: 100px;
	height: 140px;
	margin-right: 20px;
	overflow: hidden;
}
#main .faculty ul li .pic img{
	display: block;
	width: 100px;
	height: 140px;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#main .faculty ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#main .faculty ul li .leader_txt{
	position: relative;
	float: left;
	width: 170px;
	height: 140px;
}
#main .faculty ul li .leader_txt .leader_title{
	height: 35px;
	line-height: 36px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 22px;
	font-family: "KaiTi";
	color: #010101;
	font-weight: bold;
}
#main .faculty ul li .leader_txt span.line{
	position: absolute;
	left: 0px;
	bottom: 103px;
	width: 40px;
	height: 3px;
	background: #c12820;
}
#main .faculty ul li .leader_txt .leader_zc{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #555;
	text-align: justify;
	padding-top: 16px;
}
#main .faculty ul li .leader_txt .arrow{
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 30px;
	height: 11px;
	background: #e0e0e0 url("../images/icon34.png") no-repeat center center;
}
#main .faculty ul li:hover .leader_txt .arrow{
	background: #c12820 url("../images/icon34.png") no-repeat center center;
}
/*end faculty page*/

/*introduction page start*/
#main .introduction{
	width: 1000px;
	min-height: 500px;
	margin-left: 60px;
}
#main .introduction .xyjs_txt{
	padding-top: 32px;
}
#main .introduction .xyjs_txt p{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 40px;
	text-indent: 2em;	
}
#main .introduction .xyjs_txt ul{
	display: block;
	padding: 20px 0 40px 0;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
#main .introduction .xyjs_txt ul li{
	float: left;
	width: 460px;
	height: 240px;
	overflow: hidden;
	margin-left: 25px;
}
#main .introduction .xyjs_txt ul li img{
	display: block;
	width: 460px;
	height: 240px;
	background-size: 100% 100%;
}
#main .introduction .xygk{
	margin-top: 35px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}
#main .introduction .xy_title{
	padding-bottom: 16px;
}
#main .introduction .xygk dl dt{
	width: 360px;
	height: 214px;
	margin-right: 20px;
	overflow: hidden;
	margin-top: 14px;
}
#main .introduction .xygk dl dt img{
	display: block;
	width: 360px;
	height: 214px;
	background-size: 100% 100%;
}
#main .introduction .xygk dl dd p{
	text-indent: 2em;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 40px;
	text-align: justify;
}

#main .introduction .xygk2{
	margin-top: 35px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}
#main .introduction .xy_title2{
	padding-bottom: 16px;
}
#main .introduction .xygk2 dl dt{
	width: 360px;
	height: 214px;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 14px;
}
#main .introduction .xygk2 dl dt img{
	display: block;
	width: 360px;
	height: 214px;
	background-size: 100% 100%;
}
#main .introduction .xygk2 dl dd p{
	text-indent: 2em;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 40px;
	text-align: justify;
}
#main .introduction .xygk_last{
	padding: 16px 0 38px;
}
#main .introduction .xygk_last p{
	text-indent: 2em;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 40px;
	text-align: justify;
}
/*end introduction page*/