﻿@charset 'utf-8';
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #C92B3E;
}
.cf:after {
	display: block;
	content: '';
	clear: both;
}
body {
	min-width: 1000px;
}
.header {
	min-width: 1000px;
	height: 74px;
	padding: 13px 0 0 0;
	background: url('menu_decoration.png');
	position: relative;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 10;
}
.header__main {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	float: left;
}
.nav {
	margin: 45px 0 0 0;
	float: right;
	font-family: '微软雅黑', '黑体', sans-serif;
	font-size: 14px;
}
.nav__item {
	float: left;
	margin: 0 0 0 25px;
}
.nav__item a {
	color: #C92B3E;
}
.shortcut {
	min-width: 1000px;
	max-width: 1920px;
	overflow: hidden;
}
.shortcut__item {
	float: left;
	width: 25%;
	height: 120px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: '微软雅黑', '黑体', sans-serif;
	position: relative;
}
.shortcut__item a {
	padding: 30px 0 0 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.shortcut__bg {
	display: none;
	background-color: red;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.shortcut__item a:hover .shortcut__bg {
	display: block;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.shortcut__item a h1 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	position: relative;
	z-index: 2;
}

.shortcut__item a p {
	font-size: 14px;
	color: #d9d9d9;
	position: relative;
	z-index: 2;
}
.footer {
	padding: 40px 0;
}
.footer_nav {
	width: 1000px;
	margin: 0 auto;
}
.footer_nav__nav {
	float: left;
	width: 25%;
	font-family: '微软雅黑', '黑体', sans-serif;
}
.footer_nav__title {
	padding: 2px 0;
	font-size: 16px;
	color: #C92B3E;
}
.footer_nav__item {
	padding: 2px 0;
	font-size: 14px;
	color: #8a8a8a;
}
.footer_nav__item a {
	color: #8a8a8a;
}
.copyright {
	width: 1000px;
	padding: 40px 80px 0 0;
	border-top: 1px solid #262626;
	margin: 40px auto 0 auto;
	position: relative;
}
.copyright__content {
	padding: 2px 0;
	font-family: '微软雅黑', '黑体', sans-serif;
	font-size: 12px;
}
.copyright__content,
.copyright__content a {
	color: #8a8a8a;
}
.two_code {
	position: absolute;
	right: 0;
	top: 25px;
}


.pop,.navBtn{
	display: none;
}

@media only screen and (min-width: 901px) {
    .nivoSlider {
	    margin: 0 !important;
	}
	
}
@media only screen and (max-width: 900px) {

	body {
		min-width: auto;
	}
	.navBtn{
		display: block;
		width: 25px;
		padding: 5px 10px;
		position: absolute;
		left: 0;
		top: 13px
	}
	.pop{
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.2);
		z-index: 99
	}
	.navWrap{
		height: 100%;
		width: 25%;
		background: rgba(26,26,26);
		padding: 44px;
		z-index: 101
	}
	.navItem{
		color: rgba(210,63,68) !important;
		line-height: 3;
		display: block;
		text-align: center;
		cursor: pointer;
	}
	.close{
		position: fixed;
		right: 30%;
		top: 45%;
		font-size: 24px;
		background: rgba(255,255,255,.2);
		color: #fff;
		border-radius: 44px;
		border:#fff 2px solid;
		width: 44px;
		height: 44px;
		text-align: center;
		line-height: 42px;
		font-weight: bold;
		cursor: pointer;
	}
	.theme-default {
	    width: 100%;
	    overflow: hidden;
	}
	.header {
		min-width: auto;
		height: 44px;
	}
    .header__main .nav {
        display:none;
    }
    .header__main {
		text-align:center;
		width: auto;
	}
    .logo {
		float:none;
	}
	.logo img{
		height: 33px;
	}
    #wrapper, .banner_inner {
    	padding: 57px 0 0;
    }


    .nivoSlider {
	    width: 200% !important;
	    margin-left: -50%;
	}
    .nivo-directionNav {
    	display:none;
    }


    .shortcut {
		min-width: auto; 
		max-width: inherit; 
		overflow: inherit; 
		padding: 4% 4% 0;
		height: auto !important;
    }
    .shortcut__item {
    	width: 48%;
    	margin-bottom: 3%;
    	display: inline-block;
    }
    .shortcut__item:nth-child(2n) {
    	float: right;
    }


    .footer {
    	padding: 0 5%;
    }
    .footer .footer_nav{
    	display: none;
    }
    .copyright {
	    width: auto;
	    padding: 3% 0 50px;
	    border-top: 1px solid #262626;
	    margin: 30px auto;
	    position: relative;
	    text-align: center;
	}
	.two_code {
		position: relative;
		margin: 0 auto;
	}





	.inner_body {
	    width: auto !important;
	    min-height: auto  !important;
	    padding: 0 !important;
	    margin: 0 auto !important;
	}
	.inner__side {
	     float: inherit !important; 
	     width: auto !important; 
	     display: block; 
	}
	.inner__main{
		width: 90% !important;
		margin: 0 !important;
		padding: 0 5% !important;
	}
	.inner_main__head{
		display: none;
	}
	.cate {
		border: 0 !important;
		border-bottom: 1px solid #ccc !important;
		white-space: nowrap;
    	overflow: auto;
	}
	.cate__top {
		display: none;
	}
	.cate__item {
		display: inline-block;
    	width: 5em;
	}
	.cate__item a {
	     border-bottom: 0 !important;
	}
	.editMode p img{
		width: 100%;
		float: left;
	}

	.subject_cell__item {
	    width: 44%;
	}
	.subject_cell__pic {
	    width: 100% !important;
		height: auto !important; 
	}
	.subject_cell__title {
     position: relative !important; 
	}

	.subject_cell2 {
	    padding: 0 !important;
	    margin: 0 !important;
	}

	.subject_cell2__item {
	    float: left;
	    width: auto !important;
	    height:  auto !important;
	    padding: 20px 0 0 190px !important;
	    margin: 0 !important;
	    overflow: hidden;
	}
	.subject_cell2__pic {
	    float: left;
	    width: 180px;
	    height: 135px;
	    object-fit: cover;
	    margin: 0 0 0 -190px;
	}

	.editMode img{
		width: 100%;
		height: auto;
	}
}