@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
	background-color: #e8eef2;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

/******************************************************************************************************************************************/

/**布局开始**/


body,


a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #c40004;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1500px;
	margin: 0 auto;
}



#normalcon1 .news1 .news-title {
	display: block;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #1C6EB8;
	line-height: 40px;
}

#normalcon1 .news1 .news-date {
	display: block;
	float: right;
	/* font-size: 14px; */
	width: 25%;
	text-align: right;
	color: #1C6EB8;
	line-height: 40px;
}

#normalcon1 .news1 .jj {
	font-size: 12px;
	color: #888888;
	line-height: 22px;
}

/*学院新闻*/

/*头部*/
#header {
	width: 100%;
	/* height: 180px; */
	background: url(img/topbg.png) no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	z-index: 999;
}

#header .inner {
	position: relative;
}

.logo {
	position: relative;
	padding-top: 20px;
	height: 100px;
}

.logo-l {
	float: left;
	margin: 14px 0;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo-r {
	width: 100%;
	background: #006db8;
	box-shadow: 2px 10px 10px #c4d2e2, -2px 0px 3px #c4d2e2;
	position: relative;
	z-index: 999;
}

.logo-rt .sf {
	float: right;
	margin-top: 10px;
	margin-right: 16px;
}

.logo-rt .sf li {
	float: left;
	/* width: 25%; */
	/* height: 40px; */
	/* line-height: 40px; */
}

.logo-rt .sf li a {
	color: #FFFFFF;
	/* line-height: 30px; */
	display: block;
	text-indent: 25px;
	font-size: 14px;
}

.logo-rt .sf li a img {
	width: 18%;
	display: inline-block;
	/* margin-top: 8px; */
	margin-right: 5px;
	/* box-sizing:border-box; */
}

.logo-rt .sf .li1 a {
	background: url(images/tr3.png) left center no-repeat;
}





.logo-rt .ss {
	float: right;
}

.ss {
	width: 244px;
	height: 32px;
	cursor: pointer;
	position: relative;
	float: left;
	/* background: url(img/sebox.png) no-repeat 0px 0px; */
	border-radius: 25px;
	margin: 13px 0px;
	border: 1px solid #fff;
}

.ss .inp {
	border: none;
	height: 32px;
	outline: none;
	color: #FFFFFF;
	text-indent: 15px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 6px;
	right: 10px;
	width: 20px;
	height: 20px;
	outline: none;
	background: url(img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #FFFFFF;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}




/*导航*/
.nav {
	height: 90px;
	/* line-height: 60px; */
	background: url(img/navbg.png) no-repeat 0px;
	position: relative;
	z-index: 99;
}

.navList {
	/* width: 100%; */
	/* overflow: hidden; */
}

.navList>li {
	float: left;
	width: 9%;
	position: relative;
	line-height: 85px;
}

.navList li a {
	display: block;
	text-align: center;
	height: 100%;
	font-size: 24px;
	/* line-height: 40px; */
	/* font-weight: bold; */
	color: #ffddad;
	/* font-size: 16px; */
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList li a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	/* color: #FFFFFF; */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	/* width: 150%; */
	/* margin-left: -25%; */
	top: 60px;
	width: 100%;
}

.li6 .subnav {
	width: 100%;
	margin-left: 0;
}

.navList .subnav li {
	background: #006db5;
}



.navList .subnav a {
	background: none;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #FFFFFF;
}

.navList .l3 .subnav {
	/* width: 300%; */
	/* margin-left: -100%; */
}

.navList .l3 .subnav .l31,
.navList .l3 .subnav .l32 {
	width: 50%;
	float: left;
}

.navList .l4 .subnav {
	width: 300%;
	margin-left: -100%;
}

.navList .l4 .subnav .l41,
.navList .l4 .subnav .l42 {
	width: 50%;
	float: left;
}



/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(img/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
	z-index: 9999;
	cursor: pointer;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}


/* gg */

/*大图*/
.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

#mod0 .slide {
	overflow: hidden;
}

.slide {
	position: relative;
	list-style: none;
	/* 	overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}



.tu .slide img {
	height: 520px;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 65px;
	width: 34px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 0;
	background: url(images/datu_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 0;
	background: url(images/datu_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 15px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 20px;
	bottom: 32px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	position: relative;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #fff;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	/* text-align: left; */
	/* font-weight: bold; */
	line-height: 80px;
	background: url(img/newbg.png) no-repeat 0px 0px;
	width: 100%;
	text-indent: 24px;
	/* height: 60px; */
}




/*中间*/

#mod1 {
	background: url(img/m1bg.png) repeat 0px;
	margin-top: -20px;
	padding-top: 70px;
	padding-bottom: 90px;
}

.mod1l {
	width: 50%;
	float: left;
}

.mod1r {
	width: 46%;
	float: right;
	padding-top: 10px;
}

.tu {
	position: relative;
}

.tu::after {
	content: "";
	position: absolute;
	top: 4%;
	left: 3%;
	width: 100%;
	height: 520px;
	background: #c40004;
}

.banner {
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.more-btn {
	float: right;
	display: block;
	/* text-align: center; */
	line-height: 59px;
}

.news-list .news {
	overflow: hidden;
	display: block;
	line-height: 44px;
	padding-left: 15px;
	font-size: 16px;
	background: url(img/hyd.png) left center no-repeat;
	/* border-bottom: 1px #d1d1d1 dotted; */
}

.news-list .news .news-title {
	float: left;
	width: 82%;
	text-align: left;
	font-size: 20px;
}

.yc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.news-list .news .news-date {
	display: block;
	float: right;
	font-size: 20px;
	/* width: 26%; */
	text-align: right;
	/* color: #888; */
}

.news1 .bt {
	display: block;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

.news1 .jj {
	display: block;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 13px;
	padding-top: 10px;
}

.news1 .sj {
	display: block;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}

.news1 {
	border-bottom: 1px dashed #c5c2bf;
	margin-bottom: 10px;
}

/* tz */
.mod2 {
	padding-top: 60px;
}

.mod2 ul li {
	float: left;
	width: 33.33%;
}

.mod2 ul li a {
	display: block;
	margin: 0px 15px;
	background: #FFFFFF url(img/tzbg.png) no-repeat 0px bottom;
}

.mod2 ul {
	margin: 0px -15px;
}

.mod2 ul li .rq {
	background: #c40004;
	float: left;
	width: 100px;
	height: 180px;
	color: #ffe497;
	font-size: 20px;
	font-family: georgia;
	text-align: center;
	padding: 47px 0px;
	box-sizing: border-box;
	margin-right: 25px;
}

.mod2 ul li .rq span {
	display: block;
	font-size: 32px;
	background: url(img/rqhx.png) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mod2 ul li .bt {
	font-size: 18px;
	line-height: 35px;
	padding: 45px 20px 65px 0px;
}

.mod2 ul li .bt img {
	display: block;
	float: right;
	padding-top: 17px;
	margin-right: 50px;
	transition: all 0.5s ease;
}

.mod2 ul li:hover img {
	transform: translateX(8px);
}

/* zyjh */
#mod2 {
	background: url(img/m2bg.png) repeat 0px 0px;
	padding: 60px 0px;
}

.gg,
.gg1 {
	float: left;
	width: 32%;
}

.mtsy,
.hsyy {
	margin: 0px 2%;
}

.gg ul {
	padding: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	margin-bottom: 20px;
}

.gg ul li {
	transition: all 0.5s ease;
}

.gg ul li:hover {
	transform: translateX(8px);
}

.zyjh ul {
	background: #c40004;
}

.zyjh ul .st {
	position: relative;
	padding: 0px 35px;
	cursor: pointer;
	margin-bottom: 20px;
}

.zyjh ul .st::before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 21px;
	background: url(img/zfh.png) no-repeat 0px;
}

.zyjh ul .st .zy::after {
	content: " ";
	position: absolute;
	bottom: 0px;
	right: -33px;
	width: 26px;
	height: 21px;
	background: url(img/yfh.png) no-repeat 0px;
}

.zyjh ul .st .bt {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 12px;
}

.zyjh ul .st .zy {
	color: #FFFFFF;
	font-size: 14px;
	height: 75px;
	line-height: 25px;
	position: relative;
}

.zyjh ul li {
	border-top: 1px solid #d64d50;
	line-height: 27px;
	height: 54px;
	overflow: hidden;
	/* margin-top: 10px; */
	padding: 15px 0px;
}

.zyjh ul li a {
	color: #FFFFFF;
	font-size: 18px;
}

.mtsy ul {
	background: #ee6e07;
}

.mtsy ul li {
	border-bottom: 1px solid #f39a52;
	margin-bottom: 16.5px;
}

.mtsy ul li a,
.zjjd ul li a {
	font-size: 18px;
	color: #FFFFFF;
}

.mtsy ul li span {
	width: 60px;
	line-height: 20px;
	background: #fff;
	border-radius: 20px;
	color: #333;
	font-size: 14px;
	padding: 0px 10px;
	display: block;
	display: none;
}

.mtsy ul li .mtbt {
	padding: 15px 0px;
	width: 100%;
}

.mtsy .wt,
.zjjd .wt {
	margin: 0px;
	border: none;
}

.zjjd ul {
	background: #004a98;
}

.zjjd ul li {
	border-bottom: 1px solid #4d81b7;
	background: url(img/icon1.png) no-repeat 0px center;
	height: 90px;
	padding-left: 68px;
	line-height: 25px;
}

.zjjd ul li a {
	padding: 20px 0px;
	display: block;
	box-sizing: border-box;
}

.zjjd ul {
	padding-bottom: 10px;
	padding-top: 10px;
}


/* xxdt */
#mod3 {
	background: url(img/m3bg.png) repeat 0px;
	padding: 50px 0px;
}

.zb {
	width: 50%;
	float: left;
}

.zb .slide img {
	height: 420px;
}

.slide3_tabs {
	position: absolute;
	right: 20px;
	bottom: -130px;
	z-index: 100;
	text-align: center;
}

.slide3_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 10px;
	border: 1px solid #c40004;
	position: relative;
}

.slide3_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

.slide3_tabs li.slide_here a {
	background: #c40004;
}

.zb .slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -148px;
	display: block;
	font-size: 16px;
	/* text-align: left; */
	background: #fff url(img/xxbg.png) no-repeat 0px bottom;
	width: 100%;
	height: 150px;
	color: #333;
	padding: 20px;
	box-sizing: border-box;
	text-indent: 0px;
}

.zb .rq {
	background: #c40004;
	font-size: 15px;
	color: #FFFFFF;
	width: 90px;
	height: 90px;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	font-family: georgia;
	position: absolute;
	top: -56px;
}

.zb .rq span {
	font-size: 36px;
	display: block;
	margin-top: -10px;
	text-indent: 0px;
	height: 24px;
	margin-bottom: 5px;
}

.zb .tit {
	font-size: 18px;
	margin-top: 40px;
	line-height: 25px;
}

.zj {
	float: left;
	width: 22%;
	margin-left: 2.5%;
}

.zj .zjtp {
	height: 225px;
	overflow: hidden;
}

.zj .zjtp img {
	width: 100%;
	height: 220px;
	transition: all 0.5s ease;
}

.zj .zjtp:hover img {
	transform: scale(1.2);
}

.zjst {
	background: #FFFFFF;
	display: block;
	margin-bottom: 30px;
}

.zjst .zjbt {
	padding: 20px;
	line-height: 25px;
}

.zj ul li {
	background: #FFFFFF;
	padding: 20px;
	line-height: 28px;
	margin-bottom: 30px;
}
.zj ul li a{height:56px;}
.zj ul li a,
.zjst .zjbt {
	display: block;
	transition: all 0.5s ease;
}
.zjbt{
	height: 50px;
}
.zj ul li:hover a,
.zjst:hover .zjbt {
	transform: translateX(8px);
}

/* cst */
#mod4 {
	background: url(img/m4bg.png) repeat 0px;
	padding: 60px 0px;
}

#mod4 ul li a {
	display: block;
	position: relative;
}

.ul1 {
	width: 33.5%;
	float: left;
}

.ul1 .t1 {
	overflow: hidden;
	margin-bottom: 20px;
}

.ul1 .t1 .pic {
	height: 340px;
}

.ul1 .t2 {
	float: left;
	width: 50%;
}

.ul1 .zh {
	margin: 0px -10px;
}

.ul1 .t2 a {
	display: block;
	margin: 0px 10px;
}

.ul1 .t2 .pic {
	height: 160px;
}

#mod4 .pic .a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	/* transform: scale(1.01); */
}

#mod4 ul li .txt {
	position: absolute;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background: url(img/bamask.png) no-repeat 0px 20px;
	background-size: 100% 100%;
	color: #fff;
	z-index: 2;
	padding: 20px 10px;
	line-height: 48px;
	font-size: 18px;
}

#mod4 ul li .txt .tit {
	transition: all 0.5s ease;
}

#mod4 ul li:hover .txt .tit {
	transform: translateY(8px);
}

#mod4 ul li .txt:after {
	content: '';
	height: 3px;
	width: 30px;
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 2;
	background: #c40004;
}

.ul2 {
	width: 27%;
	float: left;
	margin: 0px 20px;
}

.ul2 .pic {
	height: 250px;
}

.ul2 li,
.ul3 li {
	margin-bottom: 20px;
}

.ul3 {
	width: 17%;
	float: left;
}

.ul3 .pic {
	height: 160px;
}

.ul4 {
	width: 18.5%;
	float: right;
	margin: 0;
}

.ul4 .pic {
	/* height: 520px; */
}

#mod5 {
	background: url(img/m5bg.png) repeat 0px;
	padding: 60px 0px 50px;
}

.m-slide {
	position: relative;
	height: 370px;
	background: #f6e1c5;
}

.m-slide .bottom-shadow {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background: #e6e6e6;
	border-bottom: 1px solid #ececec
}

.m-slide .img {
	float: left;
	position: relative;
	border: 1px solid #c40004;
}

.m-slide .img li,
.m-slide .img a,
.m-slide .img img {
	display: block;
	width: 250px;
	height: 370px;

}

.m-slide .img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0
}

.m-slide .img .first {
	display: block
}

.m-slide .tab {
	float: left;
	width: 47%;
}

.m-slide .tab li {
	border-bottom: 1px solid #fff;
	height: 52px;
	line-height: 52px;
}

.m-slide .tab .first {
	border-top: 0
}

.m-slide .tab a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 220px;
	height: 49px;
	/* border-left: 3px solid #fff; */
}

.m-slide .tab a b {
	position: absolute;
	left: -42px;
	/* top: 20px; */
	width: 270px;
	height: 52px;
	overflow: hidden;
}

.m-slide .tab a span {
	position: absolute;
	overflow: hidden
}

.m-slide .tab a .title {
	left: 17px;
	/* top: 6px; */
	/* height: 53px;
	line-height: 53px; */
	font-size: 16px;
	/* font-weight: bold; */
	/* color: #666; */
}

.m-slide .tab a .des {
	left: 18px;
	top: 26px;
	height: 16px;
	line-height: 16px;
	color: #999
}

.m-slide .tab .first a {
	height: 50px
}

.m-slide .tab .on a {
	color:#C40004;
}

.m-slide .tab .on a b {
	/* background: url(img/ydbg.png) no-repeat; */
}

.m-slide .tab .on a span {
	color: #C40004;
	font-size: 16px;
}

.m-slide .tab li:nth-of-type(7) {
	border-bottom: none;
}


video {
	width: 100%;
	height: 270px;
}
#right{
	margin-top: 8px;
}
#right section {
	clear: both;
	box-sizing: border-box;
	padding-left: 15px;
}

#right img {
	float: left;
	width: 100%;
	height: 90px;
}

#right div {
	float: left;
	width: 32%;
	box-sizing: border-box;
	position: relative;
	display: block;
}

#right div header {
	position: absolute;
	bottom: 6px;
	left: 0px;
	color: #fff;
	line-height: 25px;
	width: 100%;
	text-align: center;
}

#right a {
	color: #fff;
	font-size: 16px;
}
#right  .sp2{
	margin:0px 2%
}

.xxck ul{
	background: #FFFFFF;
}
.xxck ul li{
	border-bottom: 1px solid #f5f5f5;
	line-height: 51px;
	text-indent: 20px;
	padding-top: 0.7px;
}
.xxck .dy,.xxck ul li:hover{
	background: #C40004;
	border-right:7px solid #ffc679;
}
.xxck .dy a,.xxck ul li:hover a{
	color: #FFFFFF;
}
#mod5 .more-btn{
	margin-top: 15px;
}

#mod6{
	background: url(img/yqbg.png) repeat 0px 0px;
	padding: 40px 0px;
}
.yqbt{
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 34px;
}
#mod6 ul li{
	float: left;
	width: 16.6%;
	text-align: center;
}
#foot{
	background: #850003;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0px;
}
/*list*/
		
		.zstp {
			margin-top: 50px;
			margin-bottom: 30px;
		text-align: center;}
		
		.ggul li {
			padding: 30px;
			background: #fff url(img/bgt.png) no-repeat right 30px bottom 20px;
			box-shadow: 2px 3px 5px #f6e3cf, -2px -2px 5px #f6e3cf;
			border-bottom: 5px solid #a01c0e;
			margin-bottom: 35px;
		}
		
		.rqbg {
			float: left;
			width: 66px;
			height: 66px;
			background: url(img/rqbg.png) no-repeat 0px 0px;
			font-size: 13px;
			text-align: center;
			color: #fff;
			margin-right: 30px;
			margin-bottom: 100px;
		}
		.btzy {
			padding-bottom: 20px;
		}
		.btzy .tit{
			font-size: 24px;
			line-height: 29px;
		}
		.btzy .titzy{
			font-size: 16px;
			color: #888888;
			line-height: 30px;
		text-indent: 25px;margin: 20px 0px;}
		.btzy .ckxq{
			color: #a01c0e;
			float: right;
			margin-right: 40px;
			font-size: 14px;
			text-indent: 35px;
			background: url(img/jt.png) no-repeat 0px center;
			margin-top: 20px;
		}
		.btzy .ckxq:hover{
			font-size: 16px;
		}
		.rqbg span {
			display: block;
			font-size: 22px;
			font-weight: bold;
			padding: 10px 0px;
			margin-bottom: 4px;
		}
		
		.fan {
			margin: 30px 0px 30px 0px;
			text-align: center;
		}
		
		.infobox {
			padding: 30px;
			background: #fff;
			box-shadow: 2px 3px 5px #f6e3cf, -2px -2px 5px #f6e3cf;
		}
		
		.article .arti-title {
			text-align: center;
			font-size: 28px;
			line-height: 35px;
			margin-top: 15px;
			font-weight: bold;
		}
		
		.article .arti_metas {
			padding: 30px 0px 25px 0px;
			text-align: center;
			border-bottom: 1px dashed #e1e1e1;
		}
		
		.article .arti_metas span {
			color: #888888;
			font-size: 18px;
			text-indent: 10px;
			display: inline-block;
		}
		
		.article .read {
			padding: 20px 0px 20px 0px;
			line-height: 25px;
		}
		
		.nx {
			color: #333;
			font-size: 16px;
			color: #cb2c2b;
			border-top: 1px solid #cdcdcd;
			padding-top: 20px;
		}
		
		.nx a {
			color: #666666;
			font-size: 16px;
			margin-bottom: 20px;
			display: inline-block;
		}
		
		.nx .up:hover a,
		.nx .down:hover a {
			color: #cb2c2b;
		}
		
		.article .read img {
			max-width:100%;
			display: block;
			margin: 0px auto;
			height: auto;
		}