body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.w1200 {
	width: 1200px;
}

.cgre {
	color: #006538;
}

input,
button {
	outline: none;
}

.vat {
	vertical-align: top;
}

.obj-cent {
	object-fit: contain;
}

.obj-cover {
	object-fit: cover;
}

.obj-scale-down {
	object-fit: scale-down;
}
.header{
background: #920000;
}/*tanglu*/
.header .top {
	background: #f7b52c;
	padding: 10px 0;
}

.header .top .left,
.header .top .right {
	width: 50%;
}

.header .bottom {
        background: url("../img/bannertitle.png") no-repeat center center;
        background-size:auto;
        
        /*background: #920000;*/
        /*background-size: cover;*/
	min-height: 150px;
	
}

.header .container {
	padding: 30px 0;
}

.header .logo {
	width: 60%;
	text-align: left;
}

.header .box-event {
	width: 40%;
	text-align: right;
	position: relative;
	z-index: 8;
}

.header .search-btn {
	border-radius: 50%;
	/* border: 1px solid #707070; */
	width: 48px;
	height: 48px;
	float: right;
	cursor: pointer;
	font-size: 34px;
	background-color: #a8bddd;
	text-align: center;
}

.header .search-btn .icon {
	font-size: 30px;
	color: #3e6db5;
	line-height: 36px;
}

.header .search-wrap {
	width: 150px;/*300px*/
	height: 30px;/*38px*/
	padding-left: 20px;
	border: 2px solid #fff;
	border-radius: 38px;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}


.header .search-wrap input {
	width: 100px;/*260px*/
	height: 35px;
	border: none;
	color: #333;
	font-size: 14px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.header .search-wrap button {
	background-color: transparent;
	cursor: pointer;
	width: 40px;
	height: 35px;
	font-size: 26px;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header .search-wrap button .icon {
	font-size: 20px;
	color: #666;
}

/*nav*/
.nav {
	background-color: #660000;
	position: relative;
	z-index: 8;
}

.nav ul {
	font-size: 0;
	text-align: center;
}

.nav ul li.nav-li-1 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12.28%;
	text-align: center;
	position: relative;
	z-index: 8;
}

.nav ul li.nav-li-1 .item-1 {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	position: relative;
}

/* .nav ul li.nav-li-1 .item-1:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	top: 10px;
	right: 0;
	height: 20px;
	width: 1px;
	background-color: #32508c;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

} */

.nav ul li.nav-li-1 .sub-nav {
	display: none;
	width: 250px;
	position: absolute;
	top: 40px;
	left: 0;
	background: #660000;
}

.nav ul li .sub-nav .sub-list {
	text-align: center;
	width: 100%;
}

.nav ul li .sub-nav .sub-list a.item-2 {
	display: block;
	padding: 10px 10px;
	line-height: 1.4;
	color: #fff;
	font-size: 16px;
	/*font-weight: normal;*/
}

.nav ul li a.item-1.active:before {
	/* background-color: #fff;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1); */
}

/*hover*/
.nav ul li:hover a.item-1:before {
	/* background-color: #fff;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1); */
}

.nav ul li .sub-nav .sub-list .item-2:hover {
	color: #333;
	background-color: #fff;
}

/*footer*/
.footer {
	background-color: #970000;
	text-align: center;
	padding: 20px 0;
}

.footer .cp {
	padding: 6px;
}

.footer .cp,
.footer .cp p,
.footer .cp a,
.footer .cp span,
.footer .cp p {
	font-size: 16px !important;
	color: #fff !important;
	line-height: 24px !important;
}


@media screen and (max-device-width: 500px) {

	html,
	body {
		min-width: 1200px;
	}
}

/* 右边定位开始 */
.right-position {
	position: fixed;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.right-position .item {
	width: 62px;
	height: 62px;
	border: 1px solid #076538;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.right-position .item .icon {
	font-size: 40px;
	color: #076538;
	line-height: 62px;
}

.right-position .item .show-item {
	position: absolute;
	right: 64px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	background-color: #fff;
}

.right-position .item .show-item p,
.right-position .item .show-item span,
.right-position .item .show-item a,
.right-position .item .show-item {
	vertical-align: middle;
	min-height: 44px;
	font-size: 16px;
	color: #333;
	padding: 10px;
	border-radius: 5px;
	line-height: 44px;
}

.right-position .item:hover .show-item {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}


/* 右边定位结束 */


/* hover */
.modular-1 .pic-list .item:hover .title,
.modular-2 .list li a:hover .title,
.row2 .list ul .item:hover .title,
.row3 .left-pic-news .list ul li:hover .title,
.row3 .right-ilinks .list li a:hover .title {
	color: #a40c22;
}

.row2 .list .more:hover,
.row1 .modular-title .more:hover {
	background-color: #062042;
}
