/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
td {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #575757;
	line-height: 30px;
	letter-spacing: 1px;
}
a {
	color: #575757;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #575757;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.clears {
	clear: both;
}
#searchform {
	position: absolute;
	left: -200px;
	top: 70px;
	background: rgba(0,0,0,0.5);
	width: 250px;
	height: 70px;
	text-align: center;
	z-index: 200;
}
#searchy {
	width: 200px;
	margin: 0px auto;
	margin-top: 17px;
	background-color: #fff;
}
#searchinput {
	float: left;
	width: 165px;
}
#searchinput #keyword {
	width: 163px;
	height: 28px;
	border: none;
	color: #bcbbbb;
	text-indent: 5px;
	line-height: 28px;
}
#sechbs {
	float: left;
	width: 35px;
	height: 28px;
	margin-left: -2px;
	margin-top: 1px;
}
#sechbs input {
	margin-top: 6px;
	border: none;
}
.topm a {
	font-size: 18px;
	color: #303030;
	display: block;
	height: 52px;
	width: 100%;
	line-height: 52px;
}
.topm td:hover a {
	background: #F00;
	color: #ffff04;
}
.vidediv {
	width: 100%;
	clear: both;
	margin-bottom: 35px;
}
.vidediv video {
	
	width: 100%;
	object-fit: cover;
}
.topm td div {
	position: absolute;
	left: 0px;
	top: 88px;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,0.5);
}
.topm td:hover table td a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	display: block;
	background: transparent;
	font-weight: normal;
}
.topm td table td a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	display: block;
	background: transparent;
}
.topm td table td a:hover {
	background: #F00;
	color: #ffff04;
}

.topmcnen {
	position:relative;
	line-height:0px;
}
.topmcnen img {
	cursor:pointer;
}

.topmcnen div {
	position: absolute;
	left: -30px;
	top: 72px;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,0.5);
	
	
}
.topmcnen:hover table td a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	display: block;
	background: transparent;
	font-weight: normal;
	padding:0px 20px;
}
.topmcnen table td a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	display: block;
	padding:0px 20px;
	
}
.topmcnen table td a:hover {
	background: #F00;
	color: #ffff04;
}


.hover_menu {
	
	transition: 1s;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.hover_menu a {
	color: #fff;
}
.indexpcate {
	width: 425px;
	height: 488px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.indexpcate img {
	max-width: 425px;
	max-height: 488px;
	transition: 1s;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.indexpnm {
	color: #5c5c5c;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	bottom: 40px;
	width: 425px;
	line-height: 30px;
	text-align: center;
}
.indexpcate:hover {
	border: red 1px solid;
}
.indexpcate:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.indexpcate:hover .indexpnm {
	color: #ff0000;
}
.Line {
	color: #ff0000;
	font-weight: bold;
	font-size: 35px;
}
.numtop {
	top: -30px;
	width: 350px;
	height: 143px;
	position: absolute;
	content: "";
	left: 0px;
	font-size: 18px;
	color: #ff0000;
}
.indexaboutmain {
	width: 62%;
	text-align: center;
	position: absolute;
	left: 19%;
	top: 0px;
	padding-top: 100px;
	z-index: 1000;
	background:rgba(0,0,0,0.5);
	height:100%;
}
.indexaboutbt {
	width: 100%;
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
}
.indexaboutmain p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	width: 172px;
	height: 45px;
	display: block;
	margin: 0px auto;
	background: rgba(197,197,197,0.8);
	line-height: 45px;
	margin-top: 15px;
	border: red 1px solid;
}
.indexaboutmain p a {
	color: red;
	font-size: 18px;
}
.indexnews {
	width: 425px;
	height: 600px;
	margin: 0px auto;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.indexnewimg {
	width: 425px;
	height: 363px;
	overflow: hidden;
}
.indexnewimg img {
	width: 425px;
	height: 363px;
	transition: 1s;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.indexnewswz {
	color: #5c5c5c;
	width: 375px;
	height: 295px;
	position: absolute;
	text-align: center;
	left: 25px;
	bottom: 25px;
	background: #FFF;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=1);/*ie*/
	-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
	box-shadow: 2px 2px 10px #909090;/*opera或ie9*/
}
.indexnewsbt {
	font-size: 16px;
	width: 330px;
	overflow: hidden;
	line-height: 20px;
	padding-top:15px;
	height:35px;
}
.indexnewssm {
	height: 140px;
	overflow: hidden;
	line-height: 27px;
	font-size: 14px;
}
.indexnews:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.indexnews:hover .indexnewsbt {
	color: #ff0000;
}
.picover {
	overflow: hidden;
	width: 270px;
	height: 205px;
	display:block;
}
.picover img {
	transition: 1s;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	width: 270px;
	height: 205px;
}
.picover:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.parterlist {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	border: #cdcdcd 1px solid;
	width: 250px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.footmain {
	height: 357px;
	background: url(../images/footbg.jpg) no-repeat center;
}
.footmain td, .footmain td a {
	color: #fff;
}
.footmenu {
	margin-top: 15px;
}
.footmenu td {
	padding: 2px 0px;
	font-size: 13px;
}
.footmenu td a:hover {
	color: red;
}
.footendbq {
	color: #fff;
	font-size: 13px;
}
.footendbq a {
	color: #fff;
}
.toppath a:hover {
	color: red;
}
.toppath img {
	vertical-align: middle;
	margin-right: 10px;
}
.pathmenu td {
	padding-right: 3px;
	background: url(../images/pmline.gif) no-repeat right center
}
.pathmenu a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0px 30px;
	font-size: 16px;
}
.pathmenu a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0px 30px;
	font-size: 16px;
}
.pathmenu td:hover a {
	background: #fe0000;
	color: #fff;
}
.aboutlist {
	width: 33.33%;
	float: left;
	padding-bottom: 40px;
	text-align: center;
}
.ablistpic img {
	width: 100%;
}
#historymain {
	clear: both;
	padding-top: 40px;
	padding-bottom: 30px;
}
#historyleft {
	float: left;
	width: 26%;
}
#historyright {
	width: 74%;
	float: left;
	position: relative;
	border-left: 1px solid #e4e7ed;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.historylist {
	clear: both;
	padding-left: 6%;
}
.historylist {
	color: #333;
	clear: both;
	padding-bottom: 40px;
	position: relative;
	padding-top: 10px;
}
.historybt {
	font-size: 24px;
	color: #e60012;
	font-family: SourceHanSans, sans-serif;
	font-weight: bold;
	padding-bottom:10px;
}
.historylist::before {
	top: 40px;
	margin-top: -12px;
	width: 10px;
	height: 10px;
	position: absolute;
	content: " ";
	background: #fff;
	left: -8px;
	border: #e60012 2px solid;
	border-radius: 50%;
}
.lxwmbbt {
	clear: both;
	height: 100px;
	line-height: 100px;
	position: relative;
	font-size: 35px;
	text-align: center;
	color: #68676d;
}
.lxwmbbt::after {
	top: 115px;
	width: 65px;
	height: 4px;
	position: absolute;
	content: " ";
	background: #e60012;
	left: 50%;
	margin-left: -32px;
}
.cerpic {
	margin: 0px auto;
	border: #d5d5d5 1px solid;
	width: 300px;
	height: 430px;
	overflow: hidden;
}
.cerpic img {
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
	width: 300px;
}
.cerpic:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.prdname a {
	font-size: 16px;
	color: #0b0b0b;
}
.prdpic {
	border: #d5d5d5 1px solid;
	border-top-width: 0px;
	position: relative;
}
.pda {
	display: block;
	height: 213px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.pda img {
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
}

.prdlist {
	border: #d5d5d5 1px solid;
	table-layout: fixed;
	overflow: hidden;
}

.prdlist img {
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
}
.prdlist:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.prdroll {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../image/mtm.png");
	opacity: 0;
	color: #ffffff;
	transition: 0.3s linear;
	-webkit-transition: all .3s linear;
	-mos-transition: all .3s linear;
	-mz-transition: all .3s linear;
	-o-transition: all .3s linear;
	height: 213px;
	width: 100%;
}
.prdroll a {
	display: block;
	height: 213px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	color: #ffffff;
}
.prdroll a img {
	margin-top: 50%;
}
.prdroll img {
	width: 37px;
	height: 37px;
	transition: 0.3s linear;
	-webkit-transition: all .3s linear;
	-mos-transition: all .3s linear;
	-mz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.prdpic:hover .prdroll {
	opacity: 1;
}
.prdpic:hover .prdroll a img {
	margin-top: 25%;
}
.prdpic:hover .pda img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.lxwmlist {
	width: 33.33%;
	float: left;
	padding-bottom: 40px;
	text-align: center;
}
.lxwmlistbg {
	width: 91.2%;
	background: #f7f7f7;
	padding-top: 30px;
	margin: 0px auto;
	height: 300px;
	position: relative;
}
.lxwmxbt {
	display: table;
	width: auto;
	margin: 0px auto;
	clear: both;
	font-size: 18px;
	padding-bottom: 50px;
	color: #68676d;
	position: relative;
}
.lxwmxbt::after {
	top: 50px;
	width: 40px;
	height: 4px;
	position: absolute;
	content: " ";
	background: #e60012;
	left: 50%;
	margin-left: -20px;
}
.lxwmsm {
	clear: both;
	width: 80%;
	margin: 0px auto;
	color: #68676d;
	text-align: left;
}
.lxwmsm span {
	font-size: 13px;
}
.lxwmtb {
	position: absolute;
	bottom: -8px;
	right: 0px;
}
.lxwmbbt {
	clear: both;
	height: 50px;
	line-height: 50px;
	font-size: 35px;
	text-align: center;
	color: #68676d;
	margin-bottom: 60px;
}
.faqsortlist {
	clear: both;
}
.faqsorthead {
	clear: both;
	height: 60px;
	background: #f7f7f7;
	padding-left: 5%;
	font-size: 16px;
	color: #000;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
.faqlsttop {
	clear: both;
	height: 50px;
}
.faqsxtop {
	float: left;
	width: 10%;
	text-align: right;
	color: #aaa;
	font-size: 14px;
	line-height: 50px;
}
.faqsx {
	float: left;
	width: 10%;
	text-align: right;
	font-size: 14px;
	line-height: 25px;
	font-family: Arial;
}
.faqgztop {
	float: left;
	margin-left: 4%;
	width: 14%;
	color: #aaa;
	font-size: 14px;
	text-align: left;
	line-height: 50px;
}
.faqgz {
	float: left;
	margin-left: 4%;
	width: 14%;
	font-size: 14px;
	text-align: left;
}
.faqgytop {
	float: left;
	margin-left: 6%;
	width: 21%;
	color: #aaa;
	font-size: 14px;
	text-align: left;
	line-height: 50px;
}
.faqgy {
	float: left;
	margin-left: 6%;
	width: 21%;
	font-size: 14px;
	text-align: left;
}
.faqpctop {
	float: left;
	margin-left: 6%;
	width: 39%;
	color: #aaa;
	font-size: 14px;
	text-align: left;
	line-height: 50px;
}
.faqpc {
	float: left;
	margin-left: 6%;
	width: 39%;
	font-size: 14px;
	text-align: left;
}
.faqlistmain {
	clear: both;
	border-bottom: #d7d7d7 1px solid;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.faqlistmain:last-child {
	border-bottom-width: 0px;
	padding-bottom: 10px;
}
.downlistmain {
	clear: both;
	padding-top: 5px;
	margin-bottom: 25px;
	cursor: pointer;
}
.downclick {
	float: right;
	width: 22px;
	height: 20px;
	margin-right: 10%;
	border: #ccc 1px solid;
	border-radius: 50%;
	margin-top: -25px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background: url(../images/downclick.svg) no-repeat -5px 0px;
}
.downlistmain:hover div {
	color: #D9001B;
}
.downlistmain:hover .downclick {
	background: url(../images/downclickover.svg) no-repeat -5px 0px #D9001B;
}
.downname {
	float: left;
	margin-left: 4%;
	line-height: 25px;
	text-align: left;
	width: -moz-calc(76% - 22px);
	width: -webkit-calc(76% - 22px);
	width: calc(76% - 22px);
}
.downmore {
	clear: both;
	padding-bottom: 15px;
}
.downlistman {
	clear: both;
	padding-top: 15px;
}
.webpage a {
	border-right: #a0a0a0 1px solid;
	padding-right: 5px;
	border-top: #a0a0a0 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #a0a0a0 1px solid;
	color: #666666;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #a0a0a0 1px solid;
	text-decoration: none;
	font-size: 12px;
}
.webpage a:hover {
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-size: 12px;
}
.webpage a:active {
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-size: 12px;
}
.webpage span {
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #aaa;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	font-size: 12px;
}
.webpage b {
	font-size: 14px;
	font-weight: normal;
}
/*.webpageInput{
font-size:12px; border:#666666 1px solid; width:10px; text-align:center;}
.webpageSubmit{
font-size:12px; border:#666666 1px solid;}*/


.diyos {
	position: fixed;
	width: 54px;
	right: 0;
	top: 50%;
	z-index: 100;
}
.diyos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.diyos ul li {
	width: 54px;
	height: 54px;
	background: #ff0000;
	float: left;
	position: relative;
	margin: 1px 0 0 0;
}
.diyos ul li:hover {
	background: #9bba56;
}
.diyos ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	color: #fff;
	font: 14px/54px "Microsoft Yahei";
	overflow: hidden;
	letter-spacing: 0px;
}
.diyos ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}
.diyos ul li.sideewm {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}
.diyos ul li .sideewmshow {
	width: 150px;
	position: absolute;
	top: 0;
	left: -151px;
	z-index: 120;
	display: none;
}
.diyos ul li.sideewm:hover .sideewmshow {
	display: block;
}
.diyos ul li img {
	float: left;
}

.newsimg {
	width:300px;
	overflow:hidden;
}
.newsimg img {
	width:300px;
	transition: 0.3s linear;
	-webkit-transition: all .3s linear;
	-mos-transition: all .3s linear;
	-mz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
	
	.newstr:hover .newsimg img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
}
.newstr:hover a {
	color:#ff0000;
}