@charset "utf-8";

.itemdiv {
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	line-height: 29px;
	display: inline-block;
	float: right;
	height: 29px;
	padding-right: 9px;
	padding-left: 9px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	text-align: center;
	letter-spacing: .4px;
	color: #fff;
	background: #d9232d
}

@media (max-width:767px) {
	.mhidden-xs {
		display: none !important
	}

}

@media (min-width:768px) and (max-width:991px) {
	.mhidden-sm {
		display: none !important
	}

}

@media (min-width:992px) and (max-width:1249px) {
	.mhidden-md {
		display: none !important
	}

}

@media (min-width:1250px) {
	.mhidden-lg {
		display: none !important
	}

}


a:active, a:focus, button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner, select::-moz-focus-inner {
	border: 0;
	outline: 0
}

.headtop {
	background: #94070A;
	height: 30px;
	width: 100%;
}

.headtop a {
	color: #fff;
}

.img-responsive {
	max-width: 100%
}

.topbox {
	margin-bottom: 28px;
	text-align: center;
	transition: all .3s;
	height: 40px;
}

.topbox a {
	color: #fff;
}

.header {
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.header.act {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 4px 10px 0px rgba(26, 25, 26, 0.2);
	position: fixed;
	top: 30px;
	padding-top: 30px;
	height: 100px;
	z-index: 9;
}

.itop2 .header.act, .itop3 .header.act, .itop4 .header.act, .itop5 .header.act, .itop6 .header.act, .scollheader .header.act {
	height: 100px;
	background: rgba(255, 255, 255, 1);
	padding-top: 30px;
	top: 0;
}

.itop2 .header .topbox, .itop3 .header .topbox, .itop4 .header .topbox, .itop5 .header .topbox, .itop6 .header .topbox, .scollheader .header .topbox {
	display: none;
}

.itop2 .header1 nav li > a, .itop3 .header1 nav li > a, .itop4 .header1 nav li > a, .itop5 .header1 nav li > a, .itop6 .header1 nav li > a, .scollheader .header1 nav li > a {
	color: #666;
}

.scollheader .header1 nav li > a.on {
	color: #C8140E;
}

.logo1 {
	display: block;
	margin: 0 auto;
	margin-top: -10px;
}

.language {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 185px;
}

.language a {
	display: inline-block;
	position: relative;
	padding: 4px 8px 4px 30px;
}

.language a:last-child {
	margin-left: 16px;
	padding-left: 16px;
}

.language a:last-child:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 1px solid #fff;
	height: 1em;
	transform: rotate(-30deg);
	left: -3px;
	top: 9px;
}

.linkbox {
	float: left;
	width: 50%;
	text-align: left;
	margin: 0;
	display: block;
}

.header.act .mainli.act::after {
	opacity: 1
}

.header.act .mainli .maina {
	color: #fff
}

.header1 .logo {
}

.logo img {
	max-width: 100%;
}

.header .mainli {
	position: relative;
	float: left;
	height: 100%;
	width: 12.5%;
	text-align: center;
}

.header .mainli::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	border-bottom: 4px solid #0065b7;
	width: 60px;
}

.header .mainli.act::after {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	opacity: 1
}

.menu {
	width: 100%;
}

#indexbtn {
	background: url(../images/searchbg.png) no-repeat center;
	width: 100%;
	height: 30px;
	display: inline-block;
}

.left {
	float: left;
}

.search {
	float: right;
	position: relative;
	height: 30px;
	width: 30px;
	text-align: center;
}

.search .other_wx {
	line-height: 30px;
	height: 30px;
}

.headtop .right a {
	line-height: 30px;
}

.share {
	float: right;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin: 0 25px 0 35px;
}

.wechat-popup-bd {
	top: -9999rem;
	position: absolute;
	opacity: 0;
	transition: opacity .5s;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120px;
	padding: 5px;
	background: #fff;
	z-index: 99;
}

.wechat-popup-bd img {
	display: block;
	width: 100%;
	height: auto
}

.share:hover .wechat-popup-bd {
	top: 30px;
	opacity: 1
}

.header .mainli .maina {
	font-size: 17px;
	line-height: 63px;
	display: block;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color: #fff
}

.header .mainli .maina:hover {
	color: #fff;
}

.header .mainli.act2 a.maina {
	color: #fff;
}

.header .mainli .maina.iconfont {
	font-size: 22px;
	padding-bottom: 2px;
	vertical-align: middle
}

.header .mainli:last-child .la::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #c9c9c9
}

.header .dropmenu {
	position: absolute;
	top: 165px;
	left: 0;
	width: 100%
}

.header .dropmenu .drop {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #0065b7;
}

.header .dropmenu .drop .indrop {
	width: 1200px;
	margin: auto
}

.header .dropmenu .drop ul {
	width: 804px;
	float: right;
}

.header .dropmenu .drop li {
	margin: 0 16px;
	line-height: 50px;
}

.header .dropmenu .drop li a {
	display: inline-block;
	transform: translateX(0);
	color: #beddf7;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
}

.header .dropmenu .drop li a:hover {
	color: #fff;
}

.header .dropmenu .dropsearch {
	width: 521px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 83px
}

.header .dropmenu .dropsearch .searchtext {
	font-size: 16px;
	width: 300px;
	height: 33px;
	border-bottom: 1px solid #b7b6b6
}

.header .dropmenu .dropsearch .searchsub {
	font-size: 16px;
	margin-left: 25px;
	color: #ca161a
}

.header .dropmenu .linkdiv {
	padding-right: 18px
}

.header .dropmenu .linkdiv img {
	width: 291px;
	height: 145px
}

.header .dropmenu .linkdiv h4 {
	font-size: 16px;
	margin-top: 25px
}

.headerm {
	position: fixed;
	z-index: 9;
	top: 30px;
	left: 0;
	width: 100%;
	min-height: 60px;
	padding: 1px 10px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(26, 25, 26, 0.2);
}

.headerm.act {
	position: absolute;
}

.headerm .logodiv {
	padding-left: 0px;
	padding-top: 5px;
	max-width: 240px;
}

.headerm .logodiv img {
	max-width: 100%;
}

.itop2 .headerm, .itop3 .headerm, .itop4 .headerm, .itop5 .headerm, .itop6 .headerm, .scollheader .headerm {
	top: 0;
}

.headerm .navbtn {
	position: relative;
	width: 37px;
	height: 34px;
	margin-top: 12px;
	background: #94070A;
	border: none;
	outline: 0;
}

.headerm .navbtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 26px;
	height: 1px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff
}

.headerm .navbtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

.headerm .navbtn span::after, .headerm .navbtn span::before {
	position: absolute;
	left: 0;
	width: 26px;
	height: 1px;
	content: '';
	background: #fff
}

.headerm .navbtn span::before {
	top: -7px
}

.headerm .navbtn span::after {
	top: 7px
}

.headerm .navbtn.act span {
	opacity: 0
}

.headerm .navbtn.act img {
	opacity: 1
}

.dropmenum {
	position: fixed;
	top: 60px;
	left: -70%;/*display:none;*/
	width: 50%;
	height: 100%;
	max-width: 300px;
	padding-bottom: 30px;
	background: #fff;
	z-index: 999;
}

.dropmenum {
	-webkit-transition: none .4s ease;
	transition: none .4s ease;
	-webkit-transition-property: top, right, bottom, left, -webkit-transform;
	transition-property: top, right, bottom, left, transform;
}

.mm-opened {
	left: 0;
}

.itop1 .dropmenum {
	top: 90px;
}

.dropmenum ul {
	overflow-x: hidden;
	width: 100%;
	overflow-y: auto;
	height: 90%;
}

.dropmenum ul .mainli ul {
	display: none
}

.dropmenum ul .mainli h5 {
	width: 100%;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
}

.dropmenum ul .mainli h5 a {
	font-size: 14px;
	display: inline-block;
	float: left;
	width: 60%;
	color: #666;
}

.dropmenum ul .mainli h5 .fr {
	float: right;
	line-height: 45px;
	width: 30px;
	height: 100%;
	padding-right: 10px;
	text-align: center
}

.dropmenum ul .mainli li {
	padding-top: 10px;
	padding-bottom: 10px
}

.dropmenum ul .mainli ul {
	padding-left: 35px;
	border-bottom: 1px solid #ddd
}

.dropmenum ul .mainli h5 a {
	font-size: 16px;
}

.dropmenum ul .mainli h5 a, .dropmenum ul .mainli li a {
	color: #333;
	font-weight: 500;
}

.dropmenum ul .mainli h5 a:hover, .dropmenum ul .mainli li a:hover {
	color: #BA1206;
}

.nbarm {
	position: relative;
	z-index: 60
}

.dropmenum ul .mainli li a {
	display: block;
	width: 100%;
}

.dropmenum ul  li.mainli .slideul li {
	padding: 5px 0;
}

.tra0_3 {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.tra1 {
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s
}

.disnone {
	display: none !important
}

.cp {
	cursor: pointer
}

.ib {
	display: inline-block;
	vertical-align: top
}

.fb {
	font-weight: 700
}

.fl {
	float: left
}

.fr {
	float: right
}

@media screen and (max-width:767px) {
	.headtop {
		display: none;
	}

	.headerm {
		top: 0;
	}

	.itop1 .dropmenum {
		top: 60px;
	}

	.dropmenum {
		width: 60%;
	}

}

@media screen and (max-width:374px) {
	.headerm .logodiv {
		padding-top: 8px;
	}

}